Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit fc9c971

Browse files
committed
Remove pod config from the project file
1 parent 84d348f commit fc9c971

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

HelloWorld/HelloWorld/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
5EDE19DE85D83B5F6A4AC5A3 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CEAC4E4A977111B97FB776B4 /* libPods-HelloWorld.a */; };
1110
A0497B682352FFA000D70E9E /* image.png in Resources */ = {isa = PBXBuildFile; fileRef = A0497B672352FFA000D70E9E /* image.png */; };
1211
A07753C62343DDEE00186969 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07753C52343DDEE00186969 /* AppDelegate.swift */; };
1312
A07753CA2343DDEE00186969 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07753C92343DDEE00186969 /* ViewController.swift */; };
@@ -21,7 +20,6 @@
2120
/* End PBXBuildFile section */
2221

2322
/* Begin PBXFileReference section */
24-
621D5B56BD99964F2B91D12F /* Pods-HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.debug.xcconfig"; sourceTree = "<group>"; };
2523
A0497B672352FFA000D70E9E /* image.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = image.png; sourceTree = "<group>"; };
2624
A07753C22343DDEE00186969 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; };
2725
A07753C52343DDEE00186969 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -36,39 +34,24 @@
3634
A07753E12343F9AD00186969 /* model.pt */ = {isa = PBXFileReference; lastKnownFileType = file; path = model.pt; sourceTree = "<group>"; };
3735
A07753E22343F9AD00186969 /* words.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = words.txt; sourceTree = "<group>"; };
3836
A07753E92343FDEC00186969 /* UIImage+Helper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+Helper.swift"; sourceTree = "<group>"; };
39-
A3E3E5EDF7DC90E8181E130E /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; };
40-
CEAC4E4A977111B97FB776B4 /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4137
/* End PBXFileReference section */
4238

4339
/* Begin PBXFrameworksBuildPhase section */
4440
A07753BF2343DDEE00186969 /* Frameworks */ = {
4541
isa = PBXFrameworksBuildPhase;
4642
buildActionMask = 2147483647;
4743
files = (
48-
5EDE19DE85D83B5F6A4AC5A3 /* libPods-HelloWorld.a in Frameworks */,
4944
);
5045
runOnlyForDeploymentPostprocessing = 0;
5146
};
5247
/* End PBXFrameworksBuildPhase section */
5348

5449
/* Begin PBXGroup section */
55-
142D72B14004724085B7503E /* Pods */ = {
56-
isa = PBXGroup;
57-
children = (
58-
621D5B56BD99964F2B91D12F /* Pods-HelloWorld.debug.xcconfig */,
59-
A3E3E5EDF7DC90E8181E130E /* Pods-HelloWorld.release.xcconfig */,
60-
);
61-
name = Pods;
62-
path = Pods;
63-
sourceTree = "<group>";
64-
};
6550
A07753B92343DDEE00186969 = {
6651
isa = PBXGroup;
6752
children = (
6853
A07753C42343DDEE00186969 /* HelloWorld */,
6954
A07753C32343DDEE00186969 /* Products */,
70-
142D72B14004724085B7503E /* Pods */,
71-
C3020C4AB708B2526D0511C7 /* Frameworks */,
7255
);
7356
sourceTree = "<group>";
7457
};
@@ -116,22 +99,13 @@
11699
path = model;
117100
sourceTree = "<group>";
118101
};
119-
C3020C4AB708B2526D0511C7 /* Frameworks */ = {
120-
isa = PBXGroup;
121-
children = (
122-
CEAC4E4A977111B97FB776B4 /* libPods-HelloWorld.a */,
123-
);
124-
name = Frameworks;
125-
sourceTree = "<group>";
126-
};
127102
/* End PBXGroup section */
128103

129104
/* Begin PBXNativeTarget section */
130105
A07753C12343DDEE00186969 /* HelloWorld */ = {
131106
isa = PBXNativeTarget;
132107
buildConfigurationList = A07753D62343DDEF00186969 /* Build configuration list for PBXNativeTarget "HelloWorld" */;
133108
buildPhases = (
134-
13E44292D2F978BF9B935BF2 /* [CP] Check Pods Manifest.lock */,
135109
A07753BE2343DDEE00186969 /* Sources */,
136110
A07753BF2343DDEE00186969 /* Frameworks */,
137111
A07753C02343DDEE00186969 /* Resources */,
@@ -195,31 +169,6 @@
195169
};
196170
/* End PBXResourcesBuildPhase section */
197171

198-
/* Begin PBXShellScriptBuildPhase section */
199-
13E44292D2F978BF9B935BF2 /* [CP] Check Pods Manifest.lock */ = {
200-
isa = PBXShellScriptBuildPhase;
201-
buildActionMask = 2147483647;
202-
files = (
203-
);
204-
inputFileListPaths = (
205-
);
206-
inputPaths = (
207-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
208-
"${PODS_ROOT}/Manifest.lock",
209-
);
210-
name = "[CP] Check Pods Manifest.lock";
211-
outputFileListPaths = (
212-
);
213-
outputPaths = (
214-
"$(DERIVED_FILE_DIR)/Pods-HelloWorld-checkManifestLockResult.txt",
215-
);
216-
runOnlyForDeploymentPostprocessing = 0;
217-
shellPath = /bin/sh;
218-
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";
219-
showEnvVarsInLog = 0;
220-
};
221-
/* End PBXShellScriptBuildPhase section */
222-
223172
/* Begin PBXSourcesBuildPhase section */
224173
A07753BE2343DDEE00186969 /* Sources */ = {
225174
isa = PBXSourcesBuildPhase;
@@ -370,7 +319,6 @@
370319
};
371320
A07753D72343DDEF00186969 /* Debug */ = {
372321
isa = XCBuildConfiguration;
373-
baseConfigurationReference = 621D5B56BD99964F2B91D12F /* Pods-HelloWorld.debug.xcconfig */;
374322
buildSettings = {
375323
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
376324
CLANG_ENABLE_MODULES = YES;
@@ -393,7 +341,6 @@
393341
};
394342
A07753D82343DDEF00186969 /* Release */ = {
395343
isa = XCBuildConfiguration;
396-
baseConfigurationReference = A3E3E5EDF7DC90E8181E130E /* Pods-HelloWorld.release.xcconfig */;
397344
buildSettings = {
398345
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
399346
CLANG_ENABLE_MODULES = YES;

0 commit comments

Comments
 (0)