|
13 | 13 | 7463008F1E13EFC200ECD5A1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7463008D1E13EFC200ECD5A1 /* Main.storyboard */; };
|
14 | 14 | 7463009A1E13EFC200ECD5A1 /* cardreaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 746300991E13EFC200ECD5A1 /* cardreaderTests.swift */; };
|
15 | 15 | 746300A51E13EFC200ECD5A1 /* cardreaderUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 746300A41E13EFC200ECD5A1 /* cardreaderUITests.swift */; };
|
| 16 | + 746300B51E13F08100ECD5A1 /* CryptoTokenKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746300B41E13F08100ECD5A1 /* CryptoTokenKit.framework */; }; |
| 17 | + 746300B81E14259E00ECD5A1 /* BEIDCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 746300B71E14259E00ECD5A1 /* BEIDCard.swift */; }; |
| 18 | + 746300BA1E156B8400ECD5A1 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746300B91E156B8400ECD5A1 /* MapKit.framework */; }; |
16 | 19 | /* End PBXBuildFile section */
|
17 | 20 |
|
18 | 21 | /* Begin PBXContainerItemProxy section */
|
|
45 | 48 | 746300A01E13EFC200ECD5A1 /* cardreaderUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = cardreaderUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
46 | 49 | 746300A41E13EFC200ECD5A1 /* cardreaderUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = cardreaderUITests.swift; sourceTree = "<group>"; };
|
47 | 50 | 746300A61E13EFC200ECD5A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 51 | + 746300B21E13F00E00ECD5A1 /* cardreader.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = cardreader.entitlements; sourceTree = "<group>"; }; |
| 52 | + 746300B41E13F08100ECD5A1 /* CryptoTokenKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CryptoTokenKit.framework; path = System/Library/Frameworks/CryptoTokenKit.framework; sourceTree = SDKROOT; }; |
| 53 | + 746300B71E14259E00ECD5A1 /* BEIDCard.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BEIDCard.swift; sourceTree = "<group>"; }; |
| 54 | + 746300B91E156B8400ECD5A1 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; }; |
48 | 55 | /* End PBXFileReference section */
|
49 | 56 |
|
50 | 57 | /* Begin PBXFrameworksBuildPhase section */
|
51 | 58 | 746300811E13EFC200ECD5A1 /* Frameworks */ = {
|
52 | 59 | isa = PBXFrameworksBuildPhase;
|
53 | 60 | buildActionMask = 2147483647;
|
54 | 61 | files = (
|
| 62 | + 746300BA1E156B8400ECD5A1 /* MapKit.framework in Frameworks */, |
| 63 | + 746300B51E13F08100ECD5A1 /* CryptoTokenKit.framework in Frameworks */, |
55 | 64 | );
|
56 | 65 | runOnlyForDeploymentPostprocessing = 0;
|
57 | 66 | };
|
|
79 | 88 | 746300981E13EFC200ECD5A1 /* cardreaderTests */,
|
80 | 89 | 746300A31E13EFC200ECD5A1 /* cardreaderUITests */,
|
81 | 90 | 746300851E13EFC200ECD5A1 /* Products */,
|
| 91 | + 746300B31E13F08100ECD5A1 /* Frameworks */, |
82 | 92 | );
|
83 | 93 | sourceTree = "<group>";
|
84 | 94 | };
|
|
95 | 105 | 746300861E13EFC200ECD5A1 /* cardreader */ = {
|
96 | 106 | isa = PBXGroup;
|
97 | 107 | children = (
|
| 108 | + 746300B21E13F00E00ECD5A1 /* cardreader.entitlements */, |
98 | 109 | 746300871E13EFC200ECD5A1 /* AppDelegate.swift */,
|
| 110 | + 746300B71E14259E00ECD5A1 /* BEIDCard.swift */, |
99 | 111 | 746300891E13EFC200ECD5A1 /* ViewController.swift */,
|
100 | 112 | 7463008B1E13EFC200ECD5A1 /* Assets.xcassets */,
|
101 | 113 | 7463008D1E13EFC200ECD5A1 /* Main.storyboard */,
|
|
122 | 134 | path = cardreaderUITests;
|
123 | 135 | sourceTree = "<group>";
|
124 | 136 | };
|
| 137 | + 746300B31E13F08100ECD5A1 /* Frameworks */ = { |
| 138 | + isa = PBXGroup; |
| 139 | + children = ( |
| 140 | + 746300B91E156B8400ECD5A1 /* MapKit.framework */, |
| 141 | + 746300B41E13F08100ECD5A1 /* CryptoTokenKit.framework */, |
| 142 | + ); |
| 143 | + name = Frameworks; |
| 144 | + sourceTree = "<group>"; |
| 145 | + }; |
125 | 146 | /* End PBXGroup section */
|
126 | 147 |
|
127 | 148 | /* Begin PBXNativeTarget section */
|
|
192 | 213 | CreatedOnToolsVersion = 8.2;
|
193 | 214 | DevelopmentTeam = 7TD9A665TC;
|
194 | 215 | ProvisioningStyle = Automatic;
|
| 216 | + SystemCapabilities = { |
| 217 | + com.apple.Sandbox = { |
| 218 | + enabled = 1; |
| 219 | + }; |
| 220 | + }; |
195 | 221 | };
|
196 | 222 | 746300941E13EFC200ECD5A1 = {
|
197 | 223 | CreatedOnToolsVersion = 8.2;
|
|
259 | 285 | buildActionMask = 2147483647;
|
260 | 286 | files = (
|
261 | 287 | 7463008A1E13EFC200ECD5A1 /* ViewController.swift in Sources */,
|
| 288 | + 746300B81E14259E00ECD5A1 /* BEIDCard.swift in Sources */, |
262 | 289 | 746300881E13EFC200ECD5A1 /* AppDelegate.swift in Sources */,
|
263 | 290 | );
|
264 | 291 | runOnlyForDeploymentPostprocessing = 0;
|
|
400 | 427 | isa = XCBuildConfiguration;
|
401 | 428 | buildSettings = {
|
402 | 429 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 430 | + CODE_SIGN_ENTITLEMENTS = cardreader/cardreader.entitlements; |
403 | 431 | COMBINE_HIDPI_IMAGES = YES;
|
404 | 432 | DEVELOPMENT_TEAM = 7TD9A665TC;
|
405 | 433 | INFOPLIST_FILE = cardreader/Info.plist;
|
|
414 | 442 | isa = XCBuildConfiguration;
|
415 | 443 | buildSettings = {
|
416 | 444 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 445 | + CODE_SIGN_ENTITLEMENTS = cardreader/cardreader.entitlements; |
417 | 446 | COMBINE_HIDPI_IMAGES = YES;
|
418 | 447 | DEVELOPMENT_TEAM = 7TD9A665TC;
|
419 | 448 | INFOPLIST_FILE = cardreader/Info.plist;
|
|
505 | 534 | 746300AB1E13EFC200ECD5A1 /* Release */,
|
506 | 535 | );
|
507 | 536 | defaultConfigurationIsVisible = 0;
|
| 537 | + defaultConfigurationName = Release; |
508 | 538 | };
|
509 | 539 | 746300AC1E13EFC200ECD5A1 /* Build configuration list for PBXNativeTarget "cardreaderTests" */ = {
|
510 | 540 | isa = XCConfigurationList;
|
|
513 | 543 | 746300AE1E13EFC200ECD5A1 /* Release */,
|
514 | 544 | );
|
515 | 545 | defaultConfigurationIsVisible = 0;
|
| 546 | + defaultConfigurationName = Release; |
516 | 547 | };
|
517 | 548 | 746300AF1E13EFC200ECD5A1 /* Build configuration list for PBXNativeTarget "cardreaderUITests" */ = {
|
518 | 549 | isa = XCConfigurationList;
|
|
521 | 552 | 746300B11E13EFC200ECD5A1 /* Release */,
|
522 | 553 | );
|
523 | 554 | defaultConfigurationIsVisible = 0;
|
| 555 | + defaultConfigurationName = Release; |
524 | 556 | };
|
525 | 557 | /* End XCConfigurationList section */
|
526 | 558 | };
|
|
0 commit comments