|
137 | 137 | AE4984882A1BBBD8009951E2 /* BDKSwiftExampleWalletTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BDKSwiftExampleWalletTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
138 | 138 | AE49848C2A1BBBD8009951E2 /* BDKSwiftExampleWalletTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BDKSwiftExampleWalletTests.swift; sourceTree = "<group>"; }; |
139 | 139 | AE4984A52A1BBCB8009951E2 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| 140 | + AE6474732CE559E000A270C6 /* BDKSwiftExampleWallet.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = BDKSwiftExampleWallet.entitlements; sourceTree = "<group>"; }; |
140 | 141 | AE6715F92A9A9220005C193F /* BDKSwiftExampleWalletPriceServiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BDKSwiftExampleWalletPriceServiceTests.swift; sourceTree = "<group>"; }; |
141 | 142 | AE6715FC2A9AC056005C193F /* PriceServiceError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceServiceError.swift; sourceTree = "<group>"; }; |
142 | 143 | AE6715FE2A9AC066005C193F /* FeeServiceError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeeServiceError.swift; sourceTree = "<group>"; }; |
|
387 | 388 | AE49847A2A1BBBD6009951E2 /* BDKSwiftExampleWallet */ = { |
388 | 389 | isa = PBXGroup; |
389 | 390 | children = ( |
| 391 | + AE6474732CE559E000A270C6 /* BDKSwiftExampleWallet.entitlements */, |
390 | 392 | AE11D5EB2B784B2900D67366 /* Info.plist */, |
391 | 393 | AE1C34222A424440008F807A /* App */, |
392 | 394 | AE7F670A2A7451B600CED561 /* Model */, |
|
854 | 856 | buildSettings = { |
855 | 857 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
856 | 858 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 859 | + CODE_SIGN_ENTITLEMENTS = BDKSwiftExampleWallet/BDKSwiftExampleWallet.entitlements; |
857 | 860 | CODE_SIGN_STYLE = Automatic; |
858 | 861 | CURRENT_PROJECT_VERSION = 1; |
859 | 862 | DEVELOPMENT_ASSET_PATHS = "\"BDKSwiftExampleWallet/Preview Content\""; |
|
862 | 865 | GENERATE_INFOPLIST_FILE = YES; |
863 | 866 | INFOPLIST_FILE = BDKSwiftExampleWallet/Info.plist; |
864 | 867 | INFOPLIST_KEY_CFBundleDisplayName = "BDK Wallet"; |
| 868 | + INFOPLIST_KEY_NFCReaderUsageDescription = "We need NFC access to verify addresses."; |
865 | 869 | INFOPLIST_KEY_NSCameraUsageDescription = "\"To scan QR codes\""; |
866 | 870 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
867 | 871 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
887 | 891 | buildSettings = { |
888 | 892 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
889 | 893 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 894 | + CODE_SIGN_ENTITLEMENTS = BDKSwiftExampleWallet/BDKSwiftExampleWallet.entitlements; |
890 | 895 | CODE_SIGN_STYLE = Automatic; |
891 | 896 | CURRENT_PROJECT_VERSION = 1; |
892 | 897 | DEVELOPMENT_ASSET_PATHS = "\"BDKSwiftExampleWallet/Preview Content\""; |
|
895 | 900 | GENERATE_INFOPLIST_FILE = YES; |
896 | 901 | INFOPLIST_FILE = BDKSwiftExampleWallet/Info.plist; |
897 | 902 | INFOPLIST_KEY_CFBundleDisplayName = "BDK Wallet"; |
| 903 | + INFOPLIST_KEY_NFCReaderUsageDescription = "We need NFC access to verify addresses."; |
898 | 904 | INFOPLIST_KEY_NSCameraUsageDescription = "\"To scan QR codes\""; |
899 | 905 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
900 | 906 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
0 commit comments