Skip to content

Commit 35655fa

Browse files
author
EugeneKlyuenkov
committed
II-16-[pods deintegrated]
1 parent a44c684 commit 35655fa

2 files changed

Lines changed: 0 additions & 77 deletions

File tree

GS1BarcodeParser_Example.xcodeproj/project.pbxproj

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
6BD6F06628CB26C500E5E7EB /* GS1BarcodeParser_Framework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6BD6F06528CB26C500E5E7EB /* GS1BarcodeParser_Framework.framework */; };
1717
6BD6F06728CB26C500E5E7EB /* GS1BarcodeParser_Framework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6BD6F06528CB26C500E5E7EB /* GS1BarcodeParser_Framework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1818
6BD6F08B28CB2EE400E5E7EB /* GS1BarcodeParserTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BD6F08A28CB2EE400E5E7EB /* GS1BarcodeParserTest.swift */; };
19-
D5B90ADB6C7339AEDB937DD8 /* Pods_GS1BarcodeParser_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DB2D35E362A04755AB49F3BF /* Pods_GS1BarcodeParser_Example.framework */; };
2019
/* End PBXBuildFile section */
2120

2221
/* Begin PBXContainerItemProxy section */
@@ -44,7 +43,6 @@
4443
/* End PBXCopyFilesBuildPhase section */
4544

4645
/* Begin PBXFileReference section */
47-
3B4A3A4B4591C4C3D6AA0200 /* Pods-GS1BarcodeParser_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GS1BarcodeParser_Example.release.xcconfig"; path = "Target Support Files/Pods-GS1BarcodeParser_Example/Pods-GS1BarcodeParser_Example.release.xcconfig"; sourceTree = "<group>"; };
4846
6B41DF5328CA2B1A005898D9 /* BarcodeElementTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BarcodeElementTableViewCell.swift; sourceTree = "<group>"; };
4947
6B6FC0E828C9E90700C7F760 /* GS1BarcodeParser_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GS1BarcodeParser_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
5048
6B6FC0EB28C9E90700C7F760 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -56,16 +54,13 @@
5654
6B6FC11C28CA13F100C7F760 /* GS1BarcodeParser_ExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GS1BarcodeParser_ExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5755
6BD6F06528CB26C500E5E7EB /* GS1BarcodeParser_Framework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GS1BarcodeParser_Framework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5856
6BD6F08A28CB2EE400E5E7EB /* GS1BarcodeParserTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GS1BarcodeParserTest.swift; sourceTree = "<group>"; };
59-
A8C833F8EBF28567DEB95A54 /* Pods-GS1BarcodeParser_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GS1BarcodeParser_Example.debug.xcconfig"; path = "Target Support Files/Pods-GS1BarcodeParser_Example/Pods-GS1BarcodeParser_Example.debug.xcconfig"; sourceTree = "<group>"; };
60-
DB2D35E362A04755AB49F3BF /* Pods_GS1BarcodeParser_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GS1BarcodeParser_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6157
/* End PBXFileReference section */
6258

6359
/* Begin PBXFrameworksBuildPhase section */
6460
6B6FC0E528C9E90700C7F760 /* Frameworks */ = {
6561
isa = PBXFrameworksBuildPhase;
6662
buildActionMask = 2147483647;
6763
files = (
68-
D5B90ADB6C7339AEDB937DD8 /* Pods_GS1BarcodeParser_Example.framework in Frameworks */,
6964
6BD6F06628CB26C500E5E7EB /* GS1BarcodeParser_Framework.framework in Frameworks */,
7065
);
7166
runOnlyForDeploymentPostprocessing = 0;
@@ -83,8 +78,6 @@
8378
22567C1BDB65CD8E13E5A3F7 /* Pods */ = {
8479
isa = PBXGroup;
8580
children = (
86-
A8C833F8EBF28567DEB95A54 /* Pods-GS1BarcodeParser_Example.debug.xcconfig */,
87-
3B4A3A4B4591C4C3D6AA0200 /* Pods-GS1BarcodeParser_Example.release.xcconfig */,
8881
);
8982
path = Pods;
9083
sourceTree = "<group>";
@@ -151,7 +144,6 @@
151144
isa = PBXGroup;
152145
children = (
153146
6BD6F06528CB26C500E5E7EB /* GS1BarcodeParser_Framework.framework */,
154-
DB2D35E362A04755AB49F3BF /* Pods_GS1BarcodeParser_Example.framework */,
155147
);
156148
name = Frameworks;
157149
sourceTree = "<group>";
@@ -164,7 +156,6 @@
164156
buildConfigurationList = 6B6FC0FC28C9E90700C7F760 /* Build configuration list for PBXNativeTarget "GS1BarcodeParser_Example" */;
165157
buildPhases = (
166158
6BB6A4BC28D4AA4E0006D7D1 /* Swiftlint */,
167-
CBD82BD9EAAF92B73622658B /* [CP] Check Pods Manifest.lock */,
168159
6B6FC0E428C9E90700C7F760 /* Sources */,
169160
6B6FC0E528C9E90700C7F760 /* Frameworks */,
170161
6B6FC0E628C9E90700C7F760 /* Resources */,
@@ -274,28 +265,6 @@
274265
shellPath = /bin/sh;
275266
shellScript = "#debug log\nset -x\n\n${PODS_ROOT}/SwiftLint/swiftlint\n";
276267
};
277-
CBD82BD9EAAF92B73622658B /* [CP] Check Pods Manifest.lock */ = {
278-
isa = PBXShellScriptBuildPhase;
279-
buildActionMask = 2147483647;
280-
files = (
281-
);
282-
inputFileListPaths = (
283-
);
284-
inputPaths = (
285-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
286-
"${PODS_ROOT}/Manifest.lock",
287-
);
288-
name = "[CP] Check Pods Manifest.lock";
289-
outputFileListPaths = (
290-
);
291-
outputPaths = (
292-
"$(DERIVED_FILE_DIR)/Pods-GS1BarcodeParser_Example-checkManifestLockResult.txt",
293-
);
294-
runOnlyForDeploymentPostprocessing = 0;
295-
shellPath = /bin/sh;
296-
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";
297-
showEnvVarsInLog = 0;
298-
};
299268
/* End PBXShellScriptBuildPhase section */
300269

301270
/* Begin PBXSourcesBuildPhase section */
@@ -463,7 +432,6 @@
463432
};
464433
6B6FC0FD28C9E90700C7F760 /* Debug */ = {
465434
isa = XCBuildConfiguration;
466-
baseConfigurationReference = A8C833F8EBF28567DEB95A54 /* Pods-GS1BarcodeParser_Example.debug.xcconfig */;
467435
buildSettings = {
468436
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
469437
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
@@ -494,7 +462,6 @@
494462
};
495463
6B6FC0FE28C9E90700C7F760 /* Release */ = {
496464
isa = XCBuildConfiguration;
497-
baseConfigurationReference = 3B4A3A4B4591C4C3D6AA0200 /* Pods-GS1BarcodeParser_Example.release.xcconfig */;
498465
buildSettings = {
499466
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
500467
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;

GS1BarcodeParser_Framework.xcodeproj/project.pbxproj

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
6B6FC11228C9F09D00C7F760 /* GS1Barcode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B6FC10E28C9F09C00C7F760 /* GS1Barcode.swift */; };
1414
6B6FC11328C9F09D00C7F760 /* GS1BarcodeParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B6FC10F28C9F09C00C7F760 /* GS1BarcodeParser.swift */; };
1515
6BB6A4BA28D4A97B0006D7D1 /* .swiftlint.yml in Resources */ = {isa = PBXBuildFile; fileRef = 6BB6A4B928D4A9760006D7D1 /* .swiftlint.yml */; };
16-
F79370D7CB920867EF0AA3E6 /* Pods_GS1BarcodeParser_Framework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BBD943C38414756C464B243 /* Pods_GS1BarcodeParser_Framework.framework */; };
1716
/* End PBXBuildFile section */
1817

1918
/* Begin PBXFileReference section */
20-
1BBD943C38414756C464B243 /* Pods_GS1BarcodeParser_Framework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GS1BarcodeParser_Framework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2119
6B6FC0D528C9E8D900C7F760 /* GS1BarcodeParser_Framework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GS1BarcodeParser_Framework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2220
6B6FC0D828C9E8D900C7F760 /* GS1Barcode_Framework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GS1Barcode_Framework.h; sourceTree = "<group>"; };
2321
6B6FC10228C9EE0400C7F760 /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
@@ -29,35 +27,22 @@
2927
6B6FC10F28C9F09C00C7F760 /* GS1BarcodeParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GS1BarcodeParser.swift; path = Source/GS1BarcodeParser.swift; sourceTree = "<group>"; };
3028
6BB6A4B928D4A9760006D7D1 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = "<group>"; };
3129
6BD6F08C28CB30B900E5E7EB /* Shakuro.GS1BarcodeParser.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = Shakuro.GS1BarcodeParser.podspec; sourceTree = "<group>"; };
32-
A3E4BC841890FDA7D4BF601D /* Pods-GS1BarcodeParser_Framework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GS1BarcodeParser_Framework.debug.xcconfig"; path = "Target Support Files/Pods-GS1BarcodeParser_Framework/Pods-GS1BarcodeParser_Framework.debug.xcconfig"; sourceTree = "<group>"; };
33-
BE85971B3B43745B1DF0119F /* Pods-GS1BarcodeParser_Framework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GS1BarcodeParser_Framework.release.xcconfig"; path = "Target Support Files/Pods-GS1BarcodeParser_Framework/Pods-GS1BarcodeParser_Framework.release.xcconfig"; sourceTree = "<group>"; };
3430
/* End PBXFileReference section */
3531

3632
/* Begin PBXFrameworksBuildPhase section */
3733
6B6FC0D228C9E8D900C7F760 /* Frameworks */ = {
3834
isa = PBXFrameworksBuildPhase;
3935
buildActionMask = 2147483647;
4036
files = (
41-
F79370D7CB920867EF0AA3E6 /* Pods_GS1BarcodeParser_Framework.framework in Frameworks */,
4237
);
4338
runOnlyForDeploymentPostprocessing = 0;
4439
};
4540
/* End PBXFrameworksBuildPhase section */
4641

4742
/* Begin PBXGroup section */
48-
1968619876F1B295E4790563 /* Frameworks */ = {
49-
isa = PBXGroup;
50-
children = (
51-
1BBD943C38414756C464B243 /* Pods_GS1BarcodeParser_Framework.framework */,
52-
);
53-
name = Frameworks;
54-
sourceTree = "<group>";
55-
};
5643
5042595121338FAB4DAB60CF /* Pods */ = {
5744
isa = PBXGroup;
5845
children = (
59-
A3E4BC841890FDA7D4BF601D /* Pods-GS1BarcodeParser_Framework.debug.xcconfig */,
60-
BE85971B3B43745B1DF0119F /* Pods-GS1BarcodeParser_Framework.release.xcconfig */,
6146
);
6247
path = Pods;
6348
sourceTree = "<group>";
@@ -69,7 +54,6 @@
6954
6B6FC10428C9EE0D00C7F760 /* README.md */,
7055
6BD6F08C28CB30B900E5E7EB /* Shakuro.GS1BarcodeParser.podspec */,
7156
6BB6A4B928D4A9760006D7D1 /* .swiftlint.yml */,
72-
1968619876F1B295E4790563 /* Frameworks */,
7357
6B6FC0D728C9E8D900C7F760 /* GS1BarcodeParser_Framework */,
7458
5042595121338FAB4DAB60CF /* Pods */,
7559
6B6FC0D628C9E8D900C7F760 /* Products */,
@@ -123,7 +107,6 @@
123107
isa = PBXNativeTarget;
124108
buildConfigurationList = 6B6FC0DC28C9E8D900C7F760 /* Build configuration list for PBXNativeTarget "GS1BarcodeParser_Framework" */;
125109
buildPhases = (
126-
BBD720D82031C555FC765D12 /* [CP] Check Pods Manifest.lock */,
127110
6B6FC0D028C9E8D900C7F760 /* Headers */,
128111
6B6FC0D128C9E8D900C7F760 /* Sources */,
129112
6B6FC0D228C9E8D900C7F760 /* Frameworks */,
@@ -182,31 +165,6 @@
182165
};
183166
/* End PBXResourcesBuildPhase section */
184167

185-
/* Begin PBXShellScriptBuildPhase section */
186-
BBD720D82031C555FC765D12 /* [CP] Check Pods Manifest.lock */ = {
187-
isa = PBXShellScriptBuildPhase;
188-
buildActionMask = 2147483647;
189-
files = (
190-
);
191-
inputFileListPaths = (
192-
);
193-
inputPaths = (
194-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
195-
"${PODS_ROOT}/Manifest.lock",
196-
);
197-
name = "[CP] Check Pods Manifest.lock";
198-
outputFileListPaths = (
199-
);
200-
outputPaths = (
201-
"$(DERIVED_FILE_DIR)/Pods-GS1BarcodeParser_Framework-checkManifestLockResult.txt",
202-
);
203-
runOnlyForDeploymentPostprocessing = 0;
204-
shellPath = /bin/sh;
205-
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";
206-
showEnvVarsInLog = 0;
207-
};
208-
/* End PBXShellScriptBuildPhase section */
209-
210168
/* Begin PBXSourcesBuildPhase section */
211169
6B6FC0D128C9E8D900C7F760 /* Sources */ = {
212170
isa = PBXSourcesBuildPhase;
@@ -344,7 +302,6 @@
344302
};
345303
6B6FC0DD28C9E8D900C7F760 /* Debug */ = {
346304
isa = XCBuildConfiguration;
347-
baseConfigurationReference = A3E4BC841890FDA7D4BF601D /* Pods-GS1BarcodeParser_Framework.debug.xcconfig */;
348305
buildSettings = {
349306
CLANG_ENABLE_MODULES = YES;
350307
CODE_SIGN_STYLE = Automatic;
@@ -376,7 +333,6 @@
376333
};
377334
6B6FC0DE28C9E8D900C7F760 /* Release */ = {
378335
isa = XCBuildConfiguration;
379-
baseConfigurationReference = BE85971B3B43745B1DF0119F /* Pods-GS1BarcodeParser_Framework.release.xcconfig */;
380336
buildSettings = {
381337
CLANG_ENABLE_MODULES = YES;
382338
CODE_SIGN_STYLE = Automatic;

0 commit comments

Comments
 (0)