|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 52; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
41 | 41 | 5DDCEC7A25C958220002090D /* UI+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DDCEC7425C957930002090D /* UI+.swift */; };
|
42 | 42 | B00A67B3253D8CAC002D7D53 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00A67B2253D8CAC002D7D53 /* Utils.swift */; };
|
43 | 43 | B00A67B6253D8DA2002D7D53 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00A67B2253D8CAC002D7D53 /* Utils.swift */; };
|
| 44 | + B6B9589C2B2FCA9900E7B74E /* Gemfile in Resources */ = {isa = PBXBuildFile; fileRef = B6B9589A2B2FCA9900E7B74E /* Gemfile */; }; |
| 45 | + B6B9589D2B2FCA9900E7B74E /* Podfile in Resources */ = {isa = PBXBuildFile; fileRef = B6B9589B2B2FCA9900E7B74E /* Podfile */; }; |
44 | 46 | DC23ED9F2912DD0D0023E626 /* ResetToFactorySettingsTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC23ED9E2912DD0D0023E626 /* ResetToFactorySettingsTask.swift */; };
|
45 | 47 | DC23EDA02912DD520023E626 /* ResetToFactorySettingsTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC23ED9E2912DD0D0023E626 /* ResetToFactorySettingsTask.swift */; };
|
46 | 48 | DC28E0F22877F84B00AE7A84 /* DebugLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC28E0F12877F84B00AE7A84 /* DebugLogger.swift */; };
|
|
93 | 95 | 5E2717BD1D7CB2EFFB59D0F4 /* Pods-TangemSdkExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TangemSdkExample.release.xcconfig"; path = "Target Support Files/Pods-TangemSdkExample/Pods-TangemSdkExample.release.xcconfig"; sourceTree = "<group>"; };
|
94 | 96 | ABA3866CD02DAF9913B7E6BD /* Pods-TangemSdkExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TangemSdkExample.debug.xcconfig"; path = "Target Support Files/Pods-TangemSdkExample/Pods-TangemSdkExample.debug.xcconfig"; sourceTree = "<group>"; };
|
95 | 97 | B00A67B2253D8CAC002D7D53 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
|
| 98 | + B6B9589A2B2FCA9900E7B74E /* Gemfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Gemfile; sourceTree = "<group>"; }; |
| 99 | + B6B9589B2B2FCA9900E7B74E /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
96 | 100 | DC23ED9E2912DD0D0023E626 /* ResetToFactorySettingsTask.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResetToFactorySettingsTask.swift; sourceTree = "<group>"; };
|
97 | 101 | DC28E0F12877F84B00AE7A84 /* DebugLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugLogger.swift; sourceTree = "<group>"; };
|
98 | 102 | E53EB3E423F2C7C90079CC11 /* TangemSdkExampleDevelopmentUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TangemSdkExampleDevelopmentUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
135 | 139 | 5D032008266A8523008472EC /* ExampleButton.swift */,
|
136 | 140 | 5DDCEC7425C957930002090D /* UI+.swift */,
|
137 | 141 | B00A67B2253D8CAC002D7D53 /* Utils.swift */,
|
138 |
| - 5D78C1C4234F435C008D7478 /* LaunchScreen.storyboard */, |
139 |
| - 5D78C1C2234F435C008D7478 /* Assets.xcassets */, |
140 | 142 | 5D78C1B9234F435B008D7478 /* AppDelegate.swift */,
|
141 | 143 | 5D03200D266A85CB008472EC /* ActivityIndicatorView.swift */,
|
| 144 | + 5D78C1C4234F435C008D7478 /* LaunchScreen.storyboard */, |
| 145 | + 5D78C1C2234F435C008D7478 /* Assets.xcassets */, |
142 | 146 | );
|
143 | 147 | path = Common;
|
144 | 148 | sourceTree = "<group>";
|
|
158 | 162 | 5D78C1AD234F435B008D7478 = {
|
159 | 163 | isa = PBXGroup;
|
160 | 164 | children = (
|
| 165 | + B6B9589A2B2FCA9900E7B74E /* Gemfile */, |
| 166 | + B6B9589B2B2FCA9900E7B74E /* Podfile */, |
161 | 167 | 5D78C1B8234F435B008D7478 /* TangemSdkExample */,
|
162 | 168 | E53EB3E523F2C7C90079CC11 /* TangemSdkExampleDevelopmentUITests */,
|
163 | 169 | 5D78C1B7234F435B008D7478 /* Products */,
|
|
179 | 185 | 5D78C1B8234F435B008D7478 /* TangemSdkExample */ = {
|
180 | 186 | isa = PBXGroup;
|
181 | 187 | children = (
|
| 188 | + 5D03200C266A8548008472EC /* Common */, |
182 | 189 | 5D2BDF7E26DCE000002F7E19 /* Developer */,
|
183 | 190 | 5D032000266A6A15008472EC /* AppModel.swift */,
|
184 | 191 | 5D031FFC266A6960008472EC /* ContentView.swift */,
|
185 |
| - 5D03200C266A8548008472EC /* Common */, |
186 |
| - 5D7FE136234F7D6700A1F440 /* TangemSdkExample.entitlements */, |
187 | 192 | 5D1C6C7127214EA900E04A8B /* SettingsView.swift */,
|
| 193 | + 5D7FE136234F7D6700A1F440 /* TangemSdkExample.entitlements */, |
188 | 194 | );
|
189 | 195 | path = TangemSdkExample;
|
190 | 196 | sourceTree = "<group>";
|
|
281 | 287 | 5D78C1AE234F435B008D7478 /* Project object */ = {
|
282 | 288 | isa = PBXProject;
|
283 | 289 | attributes = {
|
| 290 | + BuildIndependentTargetsInParallel = YES; |
284 | 291 | LastSwiftUpdateCheck = 1120;
|
285 |
| - LastUpgradeCheck = 1250; |
| 292 | + LastUpgradeCheck = 1510; |
286 | 293 | ORGANIZATIONNAME = "Tangem AG";
|
287 | 294 | TargetAttributes = {
|
288 | 295 | 5D78C1B5234F435B008D7478 = {
|
|
294 | 301 | };
|
295 | 302 | };
|
296 | 303 | };
|
297 |
| - buildConfigurationList = 5D78C1B1234F435B008D7478 /* Build configuration list for PBXProject "TangemSDKExample" */; |
| 304 | + buildConfigurationList = 5D78C1B1234F435B008D7478 /* Build configuration list for PBXProject "TangemSdkExample" */; |
298 | 305 | compatibilityVersion = "Xcode 9.3";
|
299 | 306 | developmentRegion = en;
|
300 | 307 | hasScannedForEncodings = 0;
|
|
319 | 326 | isa = PBXResourcesBuildPhase;
|
320 | 327 | buildActionMask = 2147483647;
|
321 | 328 | files = (
|
| 329 | + B6B9589C2B2FCA9900E7B74E /* Gemfile in Resources */, |
322 | 330 | 5D78C1C6234F435C008D7478 /* LaunchScreen.storyboard in Resources */,
|
| 331 | + B6B9589D2B2FCA9900E7B74E /* Podfile in Resources */, |
323 | 332 | 5D78C1C3234F435C008D7478 /* Assets.xcassets in Resources */,
|
324 | 333 | );
|
325 | 334 | runOnlyForDeploymentPostprocessing = 0;
|
|
492 | 501 | DEBUG_INFORMATION_FORMAT = dwarf;
|
493 | 502 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
494 | 503 | ENABLE_TESTABILITY = YES;
|
| 504 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
495 | 505 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
496 | 506 | GCC_DYNAMIC_NO_PIC = NO;
|
497 | 507 | GCC_NO_COMMON_BLOCKS = YES;
|
|
553 | 563 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
554 | 564 | ENABLE_NS_ASSERTIONS = NO;
|
555 | 565 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
| 566 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
556 | 567 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
557 | 568 | GCC_NO_COMMON_BLOCKS = YES;
|
558 | 569 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
587 | 598 | );
|
588 | 599 | PRODUCT_BUNDLE_IDENTIFIER = com.tangem.TangemSDKExample;
|
589 | 600 | PRODUCT_NAME = "$(TARGET_NAME)";
|
590 |
| - SWIFT_INCLUDE_PATHS = "$(inherited) /Users/alexander.osokin/repos/tangem/tangem-ios/TangemSdk/TangemSdk/TangemSdk/Crypto/Ed25519/CEd25519"; |
| 601 | + SWIFT_INCLUDE_PATHS = "$(inherited)"; |
591 | 602 | SWIFT_VERSION = 5.0;
|
592 | 603 | TARGETED_DEVICE_FAMILY = 1;
|
593 | 604 | };
|
|
609 | 620 | );
|
610 | 621 | PRODUCT_BUNDLE_IDENTIFIER = com.tangem.TangemSDKExample;
|
611 | 622 | PRODUCT_NAME = "$(TARGET_NAME)";
|
612 |
| - SWIFT_INCLUDE_PATHS = "$(inherited) /Users/alexander.osokin/repos/tangem/tangem-ios/TangemSdk/TangemSdk/TangemSdk/Crypto/Ed25519/CEd25519"; |
| 623 | + SWIFT_INCLUDE_PATHS = "$(inherited)"; |
613 | 624 | SWIFT_VERSION = 5.0;
|
614 | 625 | TARGETED_DEVICE_FAMILY = 1;
|
615 | 626 | };
|
|
623 | 634 | CODE_SIGN_STYLE = Automatic;
|
624 | 635 | CURRENT_PROJECT_VERSION = 15;
|
625 | 636 | DEVELOPMENT_TEAM = 4897UJ6D8C;
|
626 |
| - INFOPLIST_FILE = "TangemSdkExample copy-Info.plist"; |
| 637 | + INFOPLIST_FILE = "TangemSdkExample/Info-Development.plist"; |
627 | 638 | LD_RUNPATH_SEARCH_PATHS = (
|
628 | 639 | "$(inherited)",
|
629 | 640 | "@executable_path/Frameworks",
|
|
643 | 654 | CODE_SIGN_STYLE = Automatic;
|
644 | 655 | CURRENT_PROJECT_VERSION = 15;
|
645 | 656 | DEVELOPMENT_TEAM = 4897UJ6D8C;
|
646 |
| - INFOPLIST_FILE = "TangemSdkExample copy-Info.plist"; |
| 657 | + INFOPLIST_FILE = "TangemSdkExample/Info-Development.plist"; |
647 | 658 | LD_RUNPATH_SEARCH_PATHS = (
|
648 | 659 | "$(inherited)",
|
649 | 660 | "@executable_path/Frameworks",
|
|
698 | 709 | /* End XCBuildConfiguration section */
|
699 | 710 |
|
700 | 711 | /* Begin XCConfigurationList section */
|
701 |
| - 5D78C1B1234F435B008D7478 /* Build configuration list for PBXProject "TangemSDKExample" */ = { |
| 712 | + 5D78C1B1234F435B008D7478 /* Build configuration list for PBXProject "TangemSdkExample" */ = { |
702 | 713 | isa = XCConfigurationList;
|
703 | 714 | buildConfigurations = (
|
704 | 715 | 5D78C1C8234F435C008D7478 /* Debug */,
|
|
0 commit comments