Skip to content

Commit ab7c4e8

Browse files
committed
Add pods settings to pbxproj
1 parent 1e94873 commit ab7c4e8

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

  • lite/examples/object_detection/ios/ObjectDetection.xcodeproj

lite/examples/object_detection/ios/ObjectDetection.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10+
816B7F8214E735CD3489D309 /* Pods_ObjectDetection.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 995BF57F75FECE085501C539 /* Pods_ObjectDetection.framework */; };
1011
AA055D8921622F3E00B25948 /* labelmap.txt in Resources */ = {isa = PBXBuildFile; fileRef = AA055D8821622F3E00B25948 /* labelmap.txt */; };
1112
AA119EA2217F337300DE46CF /* ModelDataHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA119EA1217F337300DE46CF /* ModelDataHandler.swift */; };
1213
AA16E59B21807BAC00D9E153 /* InfoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA16E59921807A7000D9E153 /* InfoCell.swift */; };
@@ -27,6 +28,9 @@
2728
/* End PBXBuildFile section */
2829

2930
/* Begin PBXFileReference section */
31+
40D944742FD13DEE19466CE1 /* Pods-ObjectDetection.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObjectDetection.debug.xcconfig"; path = "Target Support Files/Pods-ObjectDetection/Pods-ObjectDetection.debug.xcconfig"; sourceTree = "<group>"; };
32+
995BF57F75FECE085501C539 /* Pods_ObjectDetection.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ObjectDetection.framework; sourceTree = BUILT_PRODUCTS_DIR; };
33+
9B28A04AD4BD833A35B50884 /* Pods-ObjectDetection.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObjectDetection.release.xcconfig"; path = "Target Support Files/Pods-ObjectDetection/Pods-ObjectDetection.release.xcconfig"; sourceTree = "<group>"; };
3034
AA055D8821622F3E00B25948 /* labelmap.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = labelmap.txt; sourceTree = "<group>"; };
3135
AA119EA1217F337300DE46CF /* ModelDataHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ModelDataHandler.swift; sourceTree = "<group>"; };
3236
AA16E59921807A7000D9E153 /* InfoCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoCell.swift; sourceTree = "<group>"; };
@@ -53,12 +57,21 @@
5357
isa = PBXFrameworksBuildPhase;
5458
buildActionMask = 2147483647;
5559
files = (
60+
816B7F8214E735CD3489D309 /* Pods_ObjectDetection.framework in Frameworks */,
5661
);
5762
runOnlyForDeploymentPostprocessing = 0;
5863
};
5964
/* End PBXFrameworksBuildPhase section */
6065

6166
/* Begin PBXGroup section */
67+
1EDAF72C537A01E481EEC7F2 /* Frameworks */ = {
68+
isa = PBXGroup;
69+
children = (
70+
995BF57F75FECE085501C539 /* Pods_ObjectDetection.framework */,
71+
);
72+
name = Frameworks;
73+
sourceTree = "<group>";
74+
};
6275
AA09263B212D730700D5890F /* Model */ = {
6376
isa = PBXGroup;
6477
children = (
@@ -100,6 +113,8 @@
100113
children = (
101114
AA9AC59D212D39FC000B4E9D /* ObjectDetection */,
102115
AA9AC59C212D39FC000B4E9D /* Products */,
116+
C5C06069A877002CD7A994EB /* Pods */,
117+
1EDAF72C537A01E481EEC7F2 /* Frameworks */,
103118
);
104119
sourceTree = "<group>";
105120
};
@@ -156,13 +171,24 @@
156171
path = ModelDataHandler;
157172
sourceTree = "<group>";
158173
};
174+
C5C06069A877002CD7A994EB /* Pods */ = {
175+
isa = PBXGroup;
176+
children = (
177+
40D944742FD13DEE19466CE1 /* Pods-ObjectDetection.debug.xcconfig */,
178+
9B28A04AD4BD833A35B50884 /* Pods-ObjectDetection.release.xcconfig */,
179+
);
180+
name = Pods;
181+
path = Pods;
182+
sourceTree = "<group>";
183+
};
159184
/* End PBXGroup section */
160185

161186
/* Begin PBXNativeTarget section */
162187
AA9AC59A212D39FC000B4E9D /* ObjectDetection */ = {
163188
isa = PBXNativeTarget;
164189
buildConfigurationList = AA9AC5C3212D39FD000B4E9D /* Build configuration list for PBXNativeTarget "ObjectDetection" */;
165190
buildPhases = (
191+
99E6FFEE7A0A0416B4E08898 /* [CP] Check Pods Manifest.lock */,
166192
AA055D8A21622F7C00B25948 /* ShellScript */,
167193
AA9AC597212D39FC000B4E9D /* Sources */,
168194
AA9AC598212D39FC000B4E9D /* Frameworks */,
@@ -227,6 +253,28 @@
227253
/* End PBXResourcesBuildPhase section */
228254

229255
/* Begin PBXShellScriptBuildPhase section */
256+
99E6FFEE7A0A0416B4E08898 /* [CP] Check Pods Manifest.lock */ = {
257+
isa = PBXShellScriptBuildPhase;
258+
buildActionMask = 2147483647;
259+
files = (
260+
);
261+
inputFileListPaths = (
262+
);
263+
inputPaths = (
264+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
265+
"${PODS_ROOT}/Manifest.lock",
266+
);
267+
name = "[CP] Check Pods Manifest.lock";
268+
outputFileListPaths = (
269+
);
270+
outputPaths = (
271+
"$(DERIVED_FILE_DIR)/Pods-ObjectDetection-checkManifestLockResult.txt",
272+
);
273+
runOnlyForDeploymentPostprocessing = 0;
274+
shellPath = /bin/sh;
275+
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";
276+
showEnvVarsInLog = 0;
277+
};
230278
AA055D8A21622F7C00B25948 /* ShellScript */ = {
231279
isa = PBXShellScriptBuildPhase;
232280
buildActionMask = 2147483647;
@@ -406,6 +454,7 @@
406454
};
407455
AA9AC5C4212D39FD000B4E9D /* Debug */ = {
408456
isa = XCBuildConfiguration;
457+
baseConfigurationReference = 40D944742FD13DEE19466CE1 /* Pods-ObjectDetection.debug.xcconfig */;
409458
buildSettings = {
410459
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
411460
CLANG_ENABLE_MODULES = YES;
@@ -434,6 +483,7 @@
434483
};
435484
AA9AC5C5212D39FD000B4E9D /* Release */ = {
436485
isa = XCBuildConfiguration;
486+
baseConfigurationReference = 9B28A04AD4BD833A35B50884 /* Pods-ObjectDetection.release.xcconfig */;
437487
buildSettings = {
438488
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
439489
CLANG_ENABLE_MODULES = YES;

0 commit comments

Comments
 (0)