Skip to content

Commit 3958482

Browse files
committed
Remove SplitTests from splitio
1 parent c01d144 commit 3958482

File tree

3 files changed

+1
-256
lines changed

3 files changed

+1
-256
lines changed

splitio/example/ios/Podfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ target 'Runner' do
3434
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
3535
end
3636

37-
target 'SplitTests' do
38-
use_frameworks!
39-
use_modular_headers!
40-
41-
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
42-
end
43-
4437
post_install do |installer|
4538
installer.pods_project.targets.each do |target|
4639
flutter_additional_ios_build_settings(target)

splitio/example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ SPEC CHECKSUMS:
2424
Split: d103c6afa47b5d1eac21e066c6bc09c879b21798
2525
splitio_ios: 665651004a4984a415386b1eed4ae315b50bc069
2626

27-
PODFILE CHECKSUM: 6ab177d3659abbf5f15e864674366127c98cb8c0
27+
PODFILE CHECKSUM: a75497545d4391e2d394c3668e20cfb1c2bbd4aa
2828

2929
COCOAPODS: 1.11.3

splitio/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 248 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,14 @@
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11-
37E51EEC3848ECE9E84DB5AC /* Pods_SplitTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE81357140D4D18CD672621 /* Pods_SplitTests.framework */; };
1211
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1312
64E9F6FE44F7FCB12EB87449 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C36271CBA13C112842B4DCF /* Pods_Runner.framework */; };
1413
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1514
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1615
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1716
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
18-
C51277632847F3D800B7D1A2 /* SplitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C51277622847F3D800B7D1A2 /* SplitTests.swift */; };
19-
C5538DE328A5483400EE141E /* ExtensionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5538DE228A5483400EE141E /* ExtensionsTests.swift */; };
20-
C56515F82857B47E007D9112 /* SplitClientConfigHelperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C56515F72857B47E007D9112 /* SplitClientConfigHelperTests.swift */; };
21-
C5E9331728BE5433007A9A93 /* SplitProviderHelperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5E9331628BE5433007A9A93 /* SplitProviderHelperTests.swift */; };
22-
C5EAE748284FCC610025614D /* ArgumentParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5EAE747284FCC610025614D /* ArgumentParserTests.swift */; };
23-
C5EAE74C2853A38C0025614D /* SplitMethodParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5EAE74B2853A38C0025614D /* SplitMethodParserTests.swift */; };
2417
/* End PBXBuildFile section */
2518

26-
/* Begin PBXContainerItemProxy section */
27-
C51277642847F3D800B7D1A2 /* PBXContainerItemProxy */ = {
28-
isa = PBXContainerItemProxy;
29-
containerPortal = 97C146E61CF9000F007C117D /* Project object */;
30-
proxyType = 1;
31-
remoteGlobalIDString = 97C146ED1CF9000F007C117D;
32-
remoteInfo = Runner;
33-
};
34-
/* End PBXContainerItemProxy section */
35-
3619
/* Begin PBXCopyFilesBuildPhase section */
3720
9705A1C41CF9048500538489 /* Embed Frameworks */ = {
3821
isa = PBXCopyFilesBuildPhase;
@@ -66,13 +49,6 @@
6649
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6750
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6851
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
69-
C51277602847F3D800B7D1A2 /* SplitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SplitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
70-
C51277622847F3D800B7D1A2 /* SplitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitTests.swift; sourceTree = "<group>"; };
71-
C5538DE228A5483400EE141E /* ExtensionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionsTests.swift; sourceTree = "<group>"; };
72-
C56515F72857B47E007D9112 /* SplitClientConfigHelperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitClientConfigHelperTests.swift; sourceTree = "<group>"; };
73-
C5E9331628BE5433007A9A93 /* SplitProviderHelperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitProviderHelperTests.swift; sourceTree = "<group>"; };
74-
C5EAE747284FCC610025614D /* ArgumentParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArgumentParserTests.swift; sourceTree = "<group>"; };
75-
C5EAE74B2853A38C0025614D /* SplitMethodParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitMethodParserTests.swift; sourceTree = "<group>"; };
7652
CDE81357140D4D18CD672621 /* Pods_SplitTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SplitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7753
F5DF347A782571EC3639305B /* Pods-SplitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SplitTests.debug.xcconfig"; path = "Target Support Files/Pods-SplitTests/Pods-SplitTests.debug.xcconfig"; sourceTree = "<group>"; };
7854
/* End PBXFileReference section */
@@ -86,14 +62,6 @@
8662
);
8763
runOnlyForDeploymentPostprocessing = 0;
8864
};
89-
C512775D2847F3D800B7D1A2 /* Frameworks */ = {
90-
isa = PBXFrameworksBuildPhase;
91-
buildActionMask = 2147483647;
92-
files = (
93-
37E51EEC3848ECE9E84DB5AC /* Pods_SplitTests.framework in Frameworks */,
94-
);
95-
runOnlyForDeploymentPostprocessing = 0;
96-
};
9765
/* End PBXFrameworksBuildPhase section */
9866

9967
/* Begin PBXGroup section */
@@ -135,7 +103,6 @@
135103
children = (
136104
9740EEB11CF90186004384FC /* Flutter */,
137105
97C146F01CF9000F007C117D /* Runner */,
138-
C51277612847F3D800B7D1A2 /* SplitTests */,
139106
97C146EF1CF9000F007C117D /* Products */,
140107
7153CEFEC2FBAAA4068E994C /* Pods */,
141108
28069006813B6DC2FE9CB1B1 /* Frameworks */,
@@ -146,7 +113,6 @@
146113
isa = PBXGroup;
147114
children = (
148115
97C146EE1CF9000F007C117D /* Runner.app */,
149-
C51277602847F3D800B7D1A2 /* SplitTests.xctest */,
150116
);
151117
name = Products;
152118
sourceTree = "<group>";
@@ -166,19 +132,6 @@
166132
path = Runner;
167133
sourceTree = "<group>";
168134
};
169-
C51277612847F3D800B7D1A2 /* SplitTests */ = {
170-
isa = PBXGroup;
171-
children = (
172-
C5E9331628BE5433007A9A93 /* SplitProviderHelperTests.swift */,
173-
C5538DE228A5483400EE141E /* ExtensionsTests.swift */,
174-
C56515F72857B47E007D9112 /* SplitClientConfigHelperTests.swift */,
175-
C5EAE74B2853A38C0025614D /* SplitMethodParserTests.swift */,
176-
C5EAE747284FCC610025614D /* ArgumentParserTests.swift */,
177-
C51277622847F3D800B7D1A2 /* SplitTests.swift */,
178-
);
179-
path = SplitTests;
180-
sourceTree = "<group>";
181-
};
182135
/* End PBXGroup section */
183136

184137
/* Begin PBXNativeTarget section */
@@ -204,26 +157,6 @@
204157
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
205158
productType = "com.apple.product-type.application";
206159
};
207-
C512775F2847F3D800B7D1A2 /* SplitTests */ = {
208-
isa = PBXNativeTarget;
209-
buildConfigurationList = C51277692847F3D800B7D1A2 /* Build configuration list for PBXNativeTarget "SplitTests" */;
210-
buildPhases = (
211-
6EB34F8858EB9AEFDA66439B /* [CP] Check Pods Manifest.lock */,
212-
C512775C2847F3D800B7D1A2 /* Sources */,
213-
C512775D2847F3D800B7D1A2 /* Frameworks */,
214-
C512775E2847F3D800B7D1A2 /* Resources */,
215-
456FD0F25BD4B27148539A17 /* [CP] Embed Pods Frameworks */,
216-
);
217-
buildRules = (
218-
);
219-
dependencies = (
220-
C51277652847F3D800B7D1A2 /* PBXTargetDependency */,
221-
);
222-
name = SplitTests;
223-
productName = SplitTests;
224-
productReference = C51277602847F3D800B7D1A2 /* SplitTests.xctest */;
225-
productType = "com.apple.product-type.bundle.unit-test";
226-
};
227160
/* End PBXNativeTarget section */
228161

229162
/* Begin PBXProject section */
@@ -238,10 +171,6 @@
238171
CreatedOnToolsVersion = 7.3.1;
239172
LastSwiftMigration = 1100;
240173
};
241-
C512775F2847F3D800B7D1A2 = {
242-
CreatedOnToolsVersion = 13.0;
243-
TestTargetID = 97C146ED1CF9000F007C117D;
244-
};
245174
};
246175
};
247176
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
@@ -258,7 +187,6 @@
258187
projectRoot = "";
259188
targets = (
260189
97C146ED1CF9000F007C117D /* Runner */,
261-
C512775F2847F3D800B7D1A2 /* SplitTests */,
262190
);
263191
};
264192
/* End PBXProject section */
@@ -275,13 +203,6 @@
275203
);
276204
runOnlyForDeploymentPostprocessing = 0;
277205
};
278-
C512775E2847F3D800B7D1A2 /* Resources */ = {
279-
isa = PBXResourcesBuildPhase;
280-
buildActionMask = 2147483647;
281-
files = (
282-
);
283-
runOnlyForDeploymentPostprocessing = 0;
284-
};
285206
/* End PBXResourcesBuildPhase section */
286207

287208
/* Begin PBXShellScriptBuildPhase section */
@@ -321,45 +242,6 @@
321242
shellPath = /bin/sh;
322243
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
323244
};
324-
456FD0F25BD4B27148539A17 /* [CP] Embed Pods Frameworks */ = {
325-
isa = PBXShellScriptBuildPhase;
326-
buildActionMask = 2147483647;
327-
files = (
328-
);
329-
inputFileListPaths = (
330-
"${PODS_ROOT}/Target Support Files/Pods-SplitTests/Pods-SplitTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
331-
);
332-
name = "[CP] Embed Pods Frameworks";
333-
outputFileListPaths = (
334-
"${PODS_ROOT}/Target Support Files/Pods-SplitTests/Pods-SplitTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
335-
);
336-
runOnlyForDeploymentPostprocessing = 0;
337-
shellPath = /bin/sh;
338-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SplitTests/Pods-SplitTests-frameworks.sh\"\n";
339-
showEnvVarsInLog = 0;
340-
};
341-
6EB34F8858EB9AEFDA66439B /* [CP] Check Pods Manifest.lock */ = {
342-
isa = PBXShellScriptBuildPhase;
343-
buildActionMask = 2147483647;
344-
files = (
345-
);
346-
inputFileListPaths = (
347-
);
348-
inputPaths = (
349-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
350-
"${PODS_ROOT}/Manifest.lock",
351-
);
352-
name = "[CP] Check Pods Manifest.lock";
353-
outputFileListPaths = (
354-
);
355-
outputPaths = (
356-
"$(DERIVED_FILE_DIR)/Pods-SplitTests-checkManifestLockResult.txt",
357-
);
358-
runOnlyForDeploymentPostprocessing = 0;
359-
shellPath = /bin/sh;
360-
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";
361-
showEnvVarsInLog = 0;
362-
};
363245
83B902C28BA5AB1DD426315E /* [CP] Embed Pods Frameworks */ = {
364246
isa = PBXShellScriptBuildPhase;
365247
buildActionMask = 2147483647;
@@ -403,29 +285,8 @@
403285
);
404286
runOnlyForDeploymentPostprocessing = 0;
405287
};
406-
C512775C2847F3D800B7D1A2 /* Sources */ = {
407-
isa = PBXSourcesBuildPhase;
408-
buildActionMask = 2147483647;
409-
files = (
410-
C5538DE328A5483400EE141E /* ExtensionsTests.swift in Sources */,
411-
C5E9331728BE5433007A9A93 /* SplitProviderHelperTests.swift in Sources */,
412-
C5EAE74C2853A38C0025614D /* SplitMethodParserTests.swift in Sources */,
413-
C56515F82857B47E007D9112 /* SplitClientConfigHelperTests.swift in Sources */,
414-
C51277632847F3D800B7D1A2 /* SplitTests.swift in Sources */,
415-
C5EAE748284FCC610025614D /* ArgumentParserTests.swift in Sources */,
416-
);
417-
runOnlyForDeploymentPostprocessing = 0;
418-
};
419288
/* End PBXSourcesBuildPhase section */
420289

421-
/* Begin PBXTargetDependency section */
422-
C51277652847F3D800B7D1A2 /* PBXTargetDependency */ = {
423-
isa = PBXTargetDependency;
424-
target = 97C146ED1CF9000F007C117D /* Runner */;
425-
targetProxy = C51277642847F3D800B7D1A2 /* PBXContainerItemProxy */;
426-
};
427-
/* End PBXTargetDependency section */
428-
429290
/* Begin PBXVariantGroup section */
430291
97C146FA1CF9000F007C117D /* Main.storyboard */ = {
431292
isa = PBXVariantGroup;
@@ -667,105 +528,6 @@
667528
};
668529
name = Release;
669530
};
670-
C51277662847F3D800B7D1A2 /* Debug */ = {
671-
isa = XCBuildConfiguration;
672-
baseConfigurationReference = F5DF347A782571EC3639305B /* Pods-SplitTests.debug.xcconfig */;
673-
buildSettings = {
674-
BUNDLE_LOADER = "$(TEST_HOST)";
675-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
676-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
677-
CLANG_ENABLE_OBJC_WEAK = YES;
678-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
679-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
680-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
681-
CODE_SIGN_STYLE = Automatic;
682-
CURRENT_PROJECT_VERSION = 1;
683-
GCC_C_LANGUAGE_STANDARD = gnu11;
684-
GENERATE_INFOPLIST_FILE = YES;
685-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
686-
LD_RUNPATH_SEARCH_PATHS = (
687-
"$(inherited)",
688-
"@executable_path/Frameworks",
689-
"@loader_path/Frameworks",
690-
);
691-
MARKETING_VERSION = 1.0;
692-
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
693-
MTL_FAST_MATH = YES;
694-
PRODUCT_BUNDLE_IDENTIFIER = io.split.splitio.SplitTests;
695-
PRODUCT_NAME = "$(TARGET_NAME)";
696-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
697-
SWIFT_EMIT_LOC_STRINGS = NO;
698-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
699-
SWIFT_VERSION = 5.0;
700-
TARGETED_DEVICE_FAMILY = "1,2";
701-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/Runner";
702-
};
703-
name = Debug;
704-
};
705-
C51277672847F3D800B7D1A2 /* Release */ = {
706-
isa = XCBuildConfiguration;
707-
baseConfigurationReference = 8C1CA74A3F7715873887E477 /* Pods-SplitTests.release.xcconfig */;
708-
buildSettings = {
709-
BUNDLE_LOADER = "$(TEST_HOST)";
710-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
711-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
712-
CLANG_ENABLE_OBJC_WEAK = YES;
713-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
714-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
715-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
716-
CODE_SIGN_STYLE = Automatic;
717-
CURRENT_PROJECT_VERSION = 1;
718-
GCC_C_LANGUAGE_STANDARD = gnu11;
719-
GENERATE_INFOPLIST_FILE = YES;
720-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
721-
LD_RUNPATH_SEARCH_PATHS = (
722-
"$(inherited)",
723-
"@executable_path/Frameworks",
724-
"@loader_path/Frameworks",
725-
);
726-
MARKETING_VERSION = 1.0;
727-
MTL_FAST_MATH = YES;
728-
PRODUCT_BUNDLE_IDENTIFIER = io.split.splitio.SplitTests;
729-
PRODUCT_NAME = "$(TARGET_NAME)";
730-
SWIFT_EMIT_LOC_STRINGS = NO;
731-
SWIFT_VERSION = 5.0;
732-
TARGETED_DEVICE_FAMILY = "1,2";
733-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/Runner";
734-
};
735-
name = Release;
736-
};
737-
C51277682847F3D800B7D1A2 /* Profile */ = {
738-
isa = XCBuildConfiguration;
739-
baseConfigurationReference = 96E6F25AD1A4E2E5BD01F74C /* Pods-SplitTests.profile.xcconfig */;
740-
buildSettings = {
741-
BUNDLE_LOADER = "$(TEST_HOST)";
742-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
743-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
744-
CLANG_ENABLE_OBJC_WEAK = YES;
745-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
746-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
747-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
748-
CODE_SIGN_STYLE = Automatic;
749-
CURRENT_PROJECT_VERSION = 1;
750-
GCC_C_LANGUAGE_STANDARD = gnu11;
751-
GENERATE_INFOPLIST_FILE = YES;
752-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
753-
LD_RUNPATH_SEARCH_PATHS = (
754-
"$(inherited)",
755-
"@executable_path/Frameworks",
756-
"@loader_path/Frameworks",
757-
);
758-
MARKETING_VERSION = 1.0;
759-
MTL_FAST_MATH = YES;
760-
PRODUCT_BUNDLE_IDENTIFIER = io.split.splitio.SplitTests;
761-
PRODUCT_NAME = "$(TARGET_NAME)";
762-
SWIFT_EMIT_LOC_STRINGS = NO;
763-
SWIFT_VERSION = 5.0;
764-
TARGETED_DEVICE_FAMILY = "1,2";
765-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/Runner";
766-
};
767-
name = Profile;
768-
};
769531
/* End XCBuildConfiguration section */
770532

771533
/* Begin XCConfigurationList section */
@@ -789,16 +551,6 @@
789551
defaultConfigurationIsVisible = 0;
790552
defaultConfigurationName = Release;
791553
};
792-
C51277692847F3D800B7D1A2 /* Build configuration list for PBXNativeTarget "SplitTests" */ = {
793-
isa = XCConfigurationList;
794-
buildConfigurations = (
795-
C51277662847F3D800B7D1A2 /* Debug */,
796-
C51277672847F3D800B7D1A2 /* Release */,
797-
C51277682847F3D800B7D1A2 /* Profile */,
798-
);
799-
defaultConfigurationIsVisible = 0;
800-
defaultConfigurationName = Release;
801-
};
802554
/* End XCConfigurationList section */
803555
};
804556
rootObject = 97C146E61CF9000F007C117D /* Project object */;

0 commit comments

Comments
 (0)