Skip to content

Commit 193a096

Browse files
committed
Remove Cocoa Pod.
1 parent eeacc28 commit 193a096

File tree

2 files changed

+7
-63
lines changed

2 files changed

+7
-63
lines changed

KYPingTransitionDemo/KYPingTransition.xcodeproj/project.pbxproj

Lines changed: 6 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
5F5777F91A7B879A00FC3A61 /* PingTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5777F81A7B879A00FC3A61 /* PingTransition.m */; };
1818
5F5777FC1A7BDC9200FC3A61 /* PingInvertTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5777FB1A7BDC9200FC3A61 /* PingInvertTransition.m */; };
1919
5F5777FF1A7CABB000FC3A61 /* SecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5777FE1A7CABB000FC3A61 /* SecondViewController.m */; };
20-
E290E531B1288D6B61A93A94 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E2AADBEE663342E84DF8D985 /* libPods.a */; };
2120
/* End PBXBuildFile section */
2221

2322
/* Begin PBXContainerItemProxy section */
@@ -31,7 +30,6 @@
3130
/* End PBXContainerItemProxy section */
3231

3332
/* Begin PBXFileReference section */
34-
23F1CDADD9E7608E66F9000A /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
3533
5F5777CE1A7B6F5B00FC3A61 /* KYPingTransition.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KYPingTransition.app; sourceTree = BUILT_PRODUCTS_DIR; };
3634
5F5777D21A7B6F5B00FC3A61 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3735
5F5777D31A7B6F5B00FC3A61 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
@@ -51,16 +49,13 @@
5149
5F5777FB1A7BDC9200FC3A61 /* PingInvertTransition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PingInvertTransition.m; sourceTree = "<group>"; };
5250
5F5777FD1A7CABB000FC3A61 /* SecondViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecondViewController.h; sourceTree = "<group>"; };
5351
5F5777FE1A7CABB000FC3A61 /* SecondViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SecondViewController.m; sourceTree = "<group>"; };
54-
E2AADBEE663342E84DF8D985 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
55-
E2E1416A402A731C9FEA0D2D /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
5652
/* End PBXFileReference section */
5753

5854
/* Begin PBXFrameworksBuildPhase section */
5955
5F5777CB1A7B6F5B00FC3A61 /* Frameworks */ = {
6056
isa = PBXFrameworksBuildPhase;
6157
buildActionMask = 2147483647;
6258
files = (
63-
E290E531B1288D6B61A93A94 /* libPods.a in Frameworks */,
6459
);
6560
runOnlyForDeploymentPostprocessing = 0;
6661
};
@@ -74,14 +69,6 @@
7469
/* End PBXFrameworksBuildPhase section */
7570

7671
/* Begin PBXGroup section */
77-
19C6DD1829FA08B46F29DB80 /* Frameworks */ = {
78-
isa = PBXGroup;
79-
children = (
80-
E2AADBEE663342E84DF8D985 /* libPods.a */,
81-
);
82-
name = Frameworks;
83-
sourceTree = "<group>";
84-
};
8572
5F3362F21AE295DE00D574A1 /* class */ = {
8673
isa = PBXGroup;
8774
children = (
@@ -97,8 +84,6 @@
9784
5F5777D01A7B6F5B00FC3A61 /* KYPingTransition */,
9885
5F5777EA1A7B6F5B00FC3A61 /* KYPingTransitionTests */,
9986
5F5777CF1A7B6F5B00FC3A61 /* Products */,
100-
C90EDAD01E13136A182C430F /* Pods */,
101-
19C6DD1829FA08B46F29DB80 /* Frameworks */,
10287
);
10388
sourceTree = "<group>";
10489
};
@@ -157,27 +142,16 @@
157142
name = "Supporting Files";
158143
sourceTree = "<group>";
159144
};
160-
C90EDAD01E13136A182C430F /* Pods */ = {
161-
isa = PBXGroup;
162-
children = (
163-
23F1CDADD9E7608E66F9000A /* Pods.debug.xcconfig */,
164-
E2E1416A402A731C9FEA0D2D /* Pods.release.xcconfig */,
165-
);
166-
name = Pods;
167-
sourceTree = "<group>";
168-
};
169145
/* End PBXGroup section */
170146

171147
/* Begin PBXNativeTarget section */
172148
5F5777CD1A7B6F5B00FC3A61 /* KYPingTransition */ = {
173149
isa = PBXNativeTarget;
174150
buildConfigurationList = 5F5777F11A7B6F5B00FC3A61 /* Build configuration list for PBXNativeTarget "KYPingTransition" */;
175151
buildPhases = (
176-
705073FCE61DE10BAE7EC3EF /* Check Pods Manifest.lock */,
177152
5F5777CA1A7B6F5B00FC3A61 /* Sources */,
178153
5F5777CB1A7B6F5B00FC3A61 /* Frameworks */,
179154
5F5777CC1A7B6F5B00FC3A61 /* Resources */,
180-
D11C968B34B849AA3FD35013 /* Copy Pods Resources */,
181155
);
182156
buildRules = (
183157
);
@@ -212,7 +186,7 @@
212186
5F5777C61A7B6F5B00FC3A61 /* Project object */ = {
213187
isa = PBXProject;
214188
attributes = {
215-
LastUpgradeCheck = 0610;
189+
LastUpgradeCheck = 0700;
216190
ORGANIZATIONNAME = "Kitten Yang";
217191
TargetAttributes = {
218192
5F5777CD1A7B6F5B00FC3A61 = {
@@ -263,39 +237,6 @@
263237
};
264238
/* End PBXResourcesBuildPhase section */
265239

266-
/* Begin PBXShellScriptBuildPhase section */
267-
705073FCE61DE10BAE7EC3EF /* Check Pods Manifest.lock */ = {
268-
isa = PBXShellScriptBuildPhase;
269-
buildActionMask = 2147483647;
270-
files = (
271-
);
272-
inputPaths = (
273-
);
274-
name = "Check Pods Manifest.lock";
275-
outputPaths = (
276-
);
277-
runOnlyForDeploymentPostprocessing = 0;
278-
shellPath = /bin/sh;
279-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
280-
showEnvVarsInLog = 0;
281-
};
282-
D11C968B34B849AA3FD35013 /* Copy Pods Resources */ = {
283-
isa = PBXShellScriptBuildPhase;
284-
buildActionMask = 2147483647;
285-
files = (
286-
);
287-
inputPaths = (
288-
);
289-
name = "Copy Pods Resources";
290-
outputPaths = (
291-
);
292-
runOnlyForDeploymentPostprocessing = 0;
293-
shellPath = /bin/sh;
294-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
295-
showEnvVarsInLog = 0;
296-
};
297-
/* End PBXShellScriptBuildPhase section */
298-
299240
/* Begin PBXSourcesBuildPhase section */
300241
5F5777CA1A7B6F5B00FC3A61 /* Sources */ = {
301242
isa = PBXSourcesBuildPhase;
@@ -368,6 +309,7 @@
368309
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
369310
COPY_PHASE_STRIP = NO;
370311
ENABLE_STRICT_OBJC_MSGSEND = YES;
312+
ENABLE_TESTABILITY = YES;
371313
GCC_C_LANGUAGE_STANDARD = gnu99;
372314
GCC_DYNAMIC_NO_PIC = NO;
373315
GCC_OPTIMIZATION_LEVEL = 0;
@@ -426,23 +368,23 @@
426368
};
427369
5F5777F21A7B6F5B00FC3A61 /* Debug */ = {
428370
isa = XCBuildConfiguration;
429-
baseConfigurationReference = 23F1CDADD9E7608E66F9000A /* Pods.debug.xcconfig */;
430371
buildSettings = {
431372
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
432373
CODE_SIGN_IDENTITY = "iPhone Developer: Xinyu Li (XWYND9KE57)";
433374
INFOPLIST_FILE = KYPingTransition/Info.plist;
434375
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
376+
PRODUCT_BUNDLE_IDENTIFIER = "com.$(PRODUCT_NAME:rfc1034identifier)";
435377
PRODUCT_NAME = "$(TARGET_NAME)";
436378
};
437379
name = Debug;
438380
};
439381
5F5777F31A7B6F5B00FC3A61 /* Release */ = {
440382
isa = XCBuildConfiguration;
441-
baseConfigurationReference = E2E1416A402A731C9FEA0D2D /* Pods.release.xcconfig */;
442383
buildSettings = {
443384
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
444385
INFOPLIST_FILE = KYPingTransition/Info.plist;
445386
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
387+
PRODUCT_BUNDLE_IDENTIFIER = "com.$(PRODUCT_NAME:rfc1034identifier)";
446388
PRODUCT_NAME = "$(TARGET_NAME)";
447389
};
448390
name = Release;
@@ -461,6 +403,7 @@
461403
);
462404
INFOPLIST_FILE = KYPingTransitionTests/Info.plist;
463405
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
406+
PRODUCT_BUNDLE_IDENTIFIER = "com.$(PRODUCT_NAME:rfc1034identifier)";
464407
PRODUCT_NAME = "$(TARGET_NAME)";
465408
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/KYPingTransition.app/KYPingTransition";
466409
};
@@ -476,6 +419,7 @@
476419
);
477420
INFOPLIST_FILE = KYPingTransitionTests/Info.plist;
478421
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
422+
PRODUCT_BUNDLE_IDENTIFIER = "com.$(PRODUCT_NAME:rfc1034identifier)";
479423
PRODUCT_NAME = "$(TARGET_NAME)";
480424
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/KYPingTransition.app/KYPingTransition";
481425
};

KYPingTransitionDemo/KYPingTransitionTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

0 commit comments

Comments
 (0)