Skip to content

Commit

Permalink
add missing privacy usage keys (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Barbieri authored Aug 9, 2019
1 parent 61c0c1f commit bf319fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ios/MetaMask.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,13 @@
remoteGlobalIDString = E72EC1401F7ABB5A0001BC90;
remoteInfo = "RNDeviceInfo-tvOS";
};
1588087A22FCD254001157A4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 42454F52498F498B85D39065 /* RNScreens.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = B5C32A4F220C6379000FFB8D;
remoteInfo = "RNScreens-tvOS";
};
158B05E8211A725000DF3C74 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 500343D7D81046209C481A89 /* RNRandomBytes.xcodeproj */;
Expand Down Expand Up @@ -1027,6 +1034,7 @@
isa = PBXGroup;
children = (
155FCCED21E5A04E0014B614 /* libRNScreens.a */,
1588087B22FCD254001157A4 /* libRNScreens-tvOS.a */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -1853,6 +1861,13 @@
remoteRef = 1578AD3F221B64A30045767A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
1588087B22FCD254001157A4 /* libRNScreens-tvOS.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = "libRNScreens-tvOS.a";
remoteRef = 1588087A22FCD254001157A4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
158B05E9211A725000DF3C74 /* libRNRandomBytes.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
Expand Down
4 changes: 4 additions & 0 deletions ios/MetaMask/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
<string>$(PRODUCT_NAME) needs to authenticate</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Allow MetaMask to save an image to your Photo Library</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Allow MetaMask to access a images from your Photo Library</string>
<key>UIAppFonts</key>
<array>
<string>Entypo.ttf</string>
Expand Down

0 comments on commit bf319fb

Please sign in to comment.