|
104 | 104 | 14E24A1D208B600E00F32B13 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14E24A1C208B600E00F32B13 /* UIColor+Utils.swift */; };
|
105 | 105 | 14F36800208B585E001E8F56 /* PresetsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F367FE208B585E001E8F56 /* PresetsViewController.swift */; };
|
106 | 106 | 14F36801208B585E001E8F56 /* PresetTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F367FF208B585E001E8F56 /* PresetTableViewCell.swift */; };
|
107 |
| - 5F8A25E9DC59C87C2906C539 /* Pods_SwiftEntryKitDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE82BF42DEC3DD15BB4BEEB7 /* Pods_SwiftEntryKitDemo.framework */; }; |
108 | 107 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
|
109 | 108 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
|
110 | 109 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
|
111 | 110 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
|
112 |
| - 7200A43EF7178C74A30DC703 /* Pods_SwiftEntryKitTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63065E8CC3A1681436C5789B /* Pods_SwiftEntryKitTests.framework */; }; |
| 111 | + 6CFABFE3499EBAAAD42732FA /* Pods_SwiftEntryKitTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B89D5725A6405A2223062556 /* Pods_SwiftEntryKitTests.framework */; }; |
| 112 | + A7EA332E60AA3DD27AC507D6 /* Pods_SwiftEntryKitDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2235372EA387E104A274207F /* Pods_SwiftEntryKitDemo.framework */; }; |
113 | 113 | /* End PBXBuildFile section */
|
114 | 114 |
|
115 | 115 | /* Begin PBXContainerItemProxy section */
|
|
295 | 295 | 14E24A1C208B600E00F32B13 /* UIColor+Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+Utils.swift"; sourceTree = "<group>"; };
|
296 | 296 | 14F367FE208B585E001E8F56 /* PresetsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PresetsViewController.swift; sourceTree = "<group>"; };
|
297 | 297 | 14F367FF208B585E001E8F56 /* PresetTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PresetTableViewCell.swift; sourceTree = "<group>"; };
|
298 |
| - 1EB8CBED8ED378A414FE137F /* Pods-SwiftEntryKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftEntryKitTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftEntryKitTests/Pods-SwiftEntryKitTests.release.xcconfig"; sourceTree = "<group>"; }; |
| 298 | + 2029C59B0572812CFEEAE4CC /* Pods-SwiftEntryKitDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftEntryKitDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftEntryKitDemo/Pods-SwiftEntryKitDemo.debug.xcconfig"; sourceTree = "<group>"; }; |
| 299 | + 2235372EA387E104A274207F /* Pods_SwiftEntryKitDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftEntryKitDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
299 | 300 | 2A856CAE48665E23BC76CB3B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
|
300 |
| - 56C71E84AD11CF2BB1C99A9E /* Pods-SwiftEntryKitDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftEntryKitDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftEntryKitDemo/Pods-SwiftEntryKitDemo.release.xcconfig"; sourceTree = "<group>"; }; |
| 301 | + 3B919BB891746AFF6E49D096 /* Pods-SwiftEntryKitDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftEntryKitDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftEntryKitDemo/Pods-SwiftEntryKitDemo.release.xcconfig"; sourceTree = "<group>"; }; |
| 302 | + 456D84D3030D3975EEEC7106 /* Pods-SwiftEntryKitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftEntryKitTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftEntryKitTests/Pods-SwiftEntryKitTests.debug.xcconfig"; sourceTree = "<group>"; }; |
301 | 303 | 607FACD01AFB9204008FA782 /* SwiftEntryKitDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftEntryKitDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
302 | 304 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
303 | 305 | 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
304 | 306 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
305 | 307 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
306 | 308 | 607FACE51AFB9204008FA782 /* SwiftEntryKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftEntryKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
307 | 309 | 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
308 |
| - 63065E8CC3A1681436C5789B /* Pods_SwiftEntryKitTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftEntryKitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
309 |
| - 7B51F3AF8F115AA10A0B2BFF /* Pods-SwiftEntryKitDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftEntryKitDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftEntryKitDemo/Pods-SwiftEntryKitDemo.debug.xcconfig"; sourceTree = "<group>"; }; |
310 |
| - B9E018112C8110FE8295D138 /* Pods-SwiftEntryKitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftEntryKitTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftEntryKitTests/Pods-SwiftEntryKitTests.debug.xcconfig"; sourceTree = "<group>"; }; |
311 |
| - CE82BF42DEC3DD15BB4BEEB7 /* Pods_SwiftEntryKitDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftEntryKitDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 310 | + B1DF02D72E610C7F46A99DBD /* Pods-SwiftEntryKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftEntryKitTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftEntryKitTests/Pods-SwiftEntryKitTests.release.xcconfig"; sourceTree = "<group>"; }; |
| 311 | + B89D5725A6405A2223062556 /* Pods_SwiftEntryKitTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftEntryKitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
312 | 312 | EFEC60E1244126F18ABBB375 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
313 | 313 | F1F450C1E75BEC09B67F526C /* SwiftEntryKit.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SwiftEntryKit.podspec; path = ../SwiftEntryKit.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
314 | 314 | /* End PBXFileReference section */
|
|
327 | 327 | buildActionMask = 2147483647;
|
328 | 328 | files = (
|
329 | 329 | 143C6A2520B54E4A00F7DD89 /* SwiftEntryKit.framework in Frameworks */,
|
330 |
| - 5F8A25E9DC59C87C2906C539 /* Pods_SwiftEntryKitDemo.framework in Frameworks */, |
| 330 | + A7EA332E60AA3DD27AC507D6 /* Pods_SwiftEntryKitDemo.framework in Frameworks */, |
331 | 331 | );
|
332 | 332 | runOnlyForDeploymentPostprocessing = 0;
|
333 | 333 | };
|
334 | 334 | 607FACE21AFB9204008FA782 /* Frameworks */ = {
|
335 | 335 | isa = PBXFrameworksBuildPhase;
|
336 | 336 | buildActionMask = 2147483647;
|
337 | 337 | files = (
|
338 |
| - 7200A43EF7178C74A30DC703 /* Pods_SwiftEntryKitTests.framework in Frameworks */, |
| 338 | + 6CFABFE3499EBAAAD42732FA /* Pods_SwiftEntryKitTests.framework in Frameworks */, |
339 | 339 | );
|
340 | 340 | runOnlyForDeploymentPostprocessing = 0;
|
341 | 341 | };
|
342 | 342 | /* End PBXFrameworksBuildPhase section */
|
343 | 343 |
|
344 | 344 | /* Begin PBXGroup section */
|
| 345 | + 022595CBB3CB59FC33E263AF /* Pods */ = { |
| 346 | + isa = PBXGroup; |
| 347 | + children = ( |
| 348 | + 2029C59B0572812CFEEAE4CC /* Pods-SwiftEntryKitDemo.debug.xcconfig */, |
| 349 | + 3B919BB891746AFF6E49D096 /* Pods-SwiftEntryKitDemo.release.xcconfig */, |
| 350 | + 456D84D3030D3975EEEC7106 /* Pods-SwiftEntryKitTests.debug.xcconfig */, |
| 351 | + B1DF02D72E610C7F46A99DBD /* Pods-SwiftEntryKitTests.release.xcconfig */, |
| 352 | + ); |
| 353 | + name = Pods; |
| 354 | + sourceTree = "<group>"; |
| 355 | + }; |
345 | 356 | 1430767820B5E3C00069BA1B /* Products */ = {
|
346 | 357 | isa = PBXGroup;
|
347 | 358 | children = (
|
|
590 | 601 | path = NibExampleView;
|
591 | 602 | sourceTree = "<group>";
|
592 | 603 | };
|
593 |
| - 1A857AB3954BD9C79FDE9658 /* Pods */ = { |
594 |
| - isa = PBXGroup; |
595 |
| - children = ( |
596 |
| - 7B51F3AF8F115AA10A0B2BFF /* Pods-SwiftEntryKitDemo.debug.xcconfig */, |
597 |
| - 56C71E84AD11CF2BB1C99A9E /* Pods-SwiftEntryKitDemo.release.xcconfig */, |
598 |
| - B9E018112C8110FE8295D138 /* Pods-SwiftEntryKitTests.debug.xcconfig */, |
599 |
| - 1EB8CBED8ED378A414FE137F /* Pods-SwiftEntryKitTests.release.xcconfig */, |
600 |
| - ); |
601 |
| - name = Pods; |
602 |
| - sourceTree = "<group>"; |
603 |
| - }; |
604 | 604 | 607FACC71AFB9204008FA782 = {
|
605 | 605 | isa = PBXGroup;
|
606 | 606 | children = (
|
|
612 | 612 | 143C6A1F20B54E4A00F7DD89 /* SwiftEntryKit */,
|
613 | 613 | 607FACD11AFB9204008FA782 /* Products */,
|
614 | 614 | 89834CCE498EB0030FCF4F08 /* Frameworks */,
|
615 |
| - 1A857AB3954BD9C79FDE9658 /* Pods */, |
| 615 | + 022595CBB3CB59FC33E263AF /* Pods */, |
616 | 616 | );
|
617 | 617 | sourceTree = "<group>";
|
618 | 618 | };
|
|
684 | 684 | children = (
|
685 | 685 | 1430769C20B5E5970069BA1B /* QuickLayout.framework */,
|
686 | 686 | 14B0B95020B7E4FE00D24D8A /* QuickLayout.framework */,
|
687 |
| - CE82BF42DEC3DD15BB4BEEB7 /* Pods_SwiftEntryKitDemo.framework */, |
688 |
| - 63065E8CC3A1681436C5789B /* Pods_SwiftEntryKitTests.framework */, |
| 687 | + 2235372EA387E104A274207F /* Pods_SwiftEntryKitDemo.framework */, |
| 688 | + B89D5725A6405A2223062556 /* Pods_SwiftEntryKitTests.framework */, |
689 | 689 | );
|
690 | 690 | name = Frameworks;
|
691 | 691 | sourceTree = "<group>";
|
|
726 | 726 | isa = PBXNativeTarget;
|
727 | 727 | buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "SwiftEntryKitDemo" */;
|
728 | 728 | buildPhases = (
|
729 |
| - 84C717364AC21B8582D47F6C /* [CP] Check Pods Manifest.lock */, |
| 729 | + AA91DAFE12D185EB2575D2A6 /* [CP] Check Pods Manifest.lock */, |
730 | 730 | 607FACCC1AFB9204008FA782 /* Sources */,
|
731 | 731 | 607FACCD1AFB9204008FA782 /* Frameworks */,
|
732 | 732 | 607FACCE1AFB9204008FA782 /* Resources */,
|
733 | 733 | 143C6A2A20B54E4A00F7DD89 /* Embed Frameworks */,
|
734 |
| - 23976C4871B88C5DD76DF6F8 /* [CP] Embed Pods Frameworks */, |
| 734 | + 3C99819289B0C81B0EBCD893 /* [CP] Embed Pods Frameworks */, |
735 | 735 | );
|
736 | 736 | buildRules = (
|
737 | 737 | );
|
|
747 | 747 | isa = PBXNativeTarget;
|
748 | 748 | buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "SwiftEntryKitTests" */;
|
749 | 749 | buildPhases = (
|
750 |
| - 788BA94117D31CE69492C0DD /* [CP] Check Pods Manifest.lock */, |
| 750 | + E5A307617B376F5CD7107A37 /* [CP] Check Pods Manifest.lock */, |
751 | 751 | 607FACE11AFB9204008FA782 /* Sources */,
|
752 | 752 | 607FACE21AFB9204008FA782 /* Frameworks */,
|
753 | 753 | 607FACE31AFB9204008FA782 /* Resources */,
|
754 |
| - 34D98EE602FCD615ED8CC76C /* [CP] Embed Pods Frameworks */, |
| 754 | + 89AF64504C4D45F0958E0C00 /* [CP] Embed Pods Frameworks */, |
755 | 755 | );
|
756 | 756 | buildRules = (
|
757 | 757 | );
|
|
898 | 898 | /* End PBXResourcesBuildPhase section */
|
899 | 899 |
|
900 | 900 | /* Begin PBXShellScriptBuildPhase section */
|
901 |
| - 23976C4871B88C5DD76DF6F8 /* [CP] Embed Pods Frameworks */ = { |
| 901 | + 3C99819289B0C81B0EBCD893 /* [CP] Embed Pods Frameworks */ = { |
902 | 902 | isa = PBXShellScriptBuildPhase;
|
903 | 903 | buildActionMask = 2147483647;
|
904 | 904 | files = (
|
|
918 | 918 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftEntryKitDemo/Pods-SwiftEntryKitDemo-frameworks.sh\"\n";
|
919 | 919 | showEnvVarsInLog = 0;
|
920 | 920 | };
|
921 |
| - 34D98EE602FCD615ED8CC76C /* [CP] Embed Pods Frameworks */ = { |
| 921 | + 89AF64504C4D45F0958E0C00 /* [CP] Embed Pods Frameworks */ = { |
922 | 922 | isa = PBXShellScriptBuildPhase;
|
923 | 923 | buildActionMask = 2147483647;
|
924 | 924 | files = (
|
|
942 | 942 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftEntryKitTests/Pods-SwiftEntryKitTests-frameworks.sh\"\n";
|
943 | 943 | showEnvVarsInLog = 0;
|
944 | 944 | };
|
945 |
| - 788BA94117D31CE69492C0DD /* [CP] Check Pods Manifest.lock */ = { |
| 945 | + AA91DAFE12D185EB2575D2A6 /* [CP] Check Pods Manifest.lock */ = { |
946 | 946 | isa = PBXShellScriptBuildPhase;
|
947 | 947 | buildActionMask = 2147483647;
|
948 | 948 | files = (
|
|
953 | 953 | );
|
954 | 954 | name = "[CP] Check Pods Manifest.lock";
|
955 | 955 | outputPaths = (
|
956 |
| - "$(DERIVED_FILE_DIR)/Pods-SwiftEntryKitTests-checkManifestLockResult.txt", |
| 956 | + "$(DERIVED_FILE_DIR)/Pods-SwiftEntryKitDemo-checkManifestLockResult.txt", |
957 | 957 | );
|
958 | 958 | runOnlyForDeploymentPostprocessing = 0;
|
959 | 959 | shellPath = /bin/sh;
|
960 | 960 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
961 | 961 | showEnvVarsInLog = 0;
|
962 | 962 | };
|
963 |
| - 84C717364AC21B8582D47F6C /* [CP] Check Pods Manifest.lock */ = { |
| 963 | + E5A307617B376F5CD7107A37 /* [CP] Check Pods Manifest.lock */ = { |
964 | 964 | isa = PBXShellScriptBuildPhase;
|
965 | 965 | buildActionMask = 2147483647;
|
966 | 966 | files = (
|
|
971 | 971 | );
|
972 | 972 | name = "[CP] Check Pods Manifest.lock";
|
973 | 973 | outputPaths = (
|
974 |
| - "$(DERIVED_FILE_DIR)/Pods-SwiftEntryKitDemo-checkManifestLockResult.txt", |
| 974 | + "$(DERIVED_FILE_DIR)/Pods-SwiftEntryKitTests-checkManifestLockResult.txt", |
975 | 975 | );
|
976 | 976 | runOnlyForDeploymentPostprocessing = 0;
|
977 | 977 | shellPath = /bin/sh;
|
|
1305 | 1305 | };
|
1306 | 1306 | 607FACF01AFB9204008FA782 /* Debug */ = {
|
1307 | 1307 | isa = XCBuildConfiguration;
|
1308 |
| - baseConfigurationReference = 7B51F3AF8F115AA10A0B2BFF /* Pods-SwiftEntryKitDemo.debug.xcconfig */; |
| 1308 | + baseConfigurationReference = 2029C59B0572812CFEEAE4CC /* Pods-SwiftEntryKitDemo.debug.xcconfig */; |
1309 | 1309 | buildSettings = {
|
1310 | 1310 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1311 | 1311 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
1327 | 1327 | };
|
1328 | 1328 | 607FACF11AFB9204008FA782 /* Release */ = {
|
1329 | 1329 | isa = XCBuildConfiguration;
|
1330 |
| - baseConfigurationReference = 56C71E84AD11CF2BB1C99A9E /* Pods-SwiftEntryKitDemo.release.xcconfig */; |
| 1330 | + baseConfigurationReference = 3B919BB891746AFF6E49D096 /* Pods-SwiftEntryKitDemo.release.xcconfig */; |
1331 | 1331 | buildSettings = {
|
1332 | 1332 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1333 | 1333 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
1349 | 1349 | };
|
1350 | 1350 | 607FACF31AFB9204008FA782 /* Debug */ = {
|
1351 | 1351 | isa = XCBuildConfiguration;
|
1352 |
| - baseConfigurationReference = B9E018112C8110FE8295D138 /* Pods-SwiftEntryKitTests.debug.xcconfig */; |
| 1352 | + baseConfigurationReference = 456D84D3030D3975EEEC7106 /* Pods-SwiftEntryKitTests.debug.xcconfig */; |
1353 | 1353 | buildSettings = {
|
1354 | 1354 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
1355 | 1355 | CODE_SIGN_STYLE = Automatic;
|
|
1378 | 1378 | };
|
1379 | 1379 | 607FACF41AFB9204008FA782 /* Release */ = {
|
1380 | 1380 | isa = XCBuildConfiguration;
|
1381 |
| - baseConfigurationReference = 1EB8CBED8ED378A414FE137F /* Pods-SwiftEntryKitTests.release.xcconfig */; |
| 1381 | + baseConfigurationReference = B1DF02D72E610C7F46A99DBD /* Pods-SwiftEntryKitTests.release.xcconfig */; |
1382 | 1382 | buildSettings = {
|
1383 | 1383 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
1384 | 1384 | CODE_SIGN_STYLE = Automatic;
|
|
0 commit comments