Skip to content

Commit 647a966

Browse files
committed
Updates showcase project setting to include all files.
1 parent a550f59 commit 647a966

File tree

1 file changed

+55
-25
lines changed

1 file changed

+55
-25
lines changed

ios/showcase/vision-showcase/ShowcaseApp.xcodeproj/project.pbxproj

Lines changed: 55 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 51;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
1B29147C227A54EB009B5E23 /* MLKDetectionOverlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B29147A227A54EA009B5E23 /* MLKDetectionOverlayView.m */; };
11-
1B291481227A54F4009B5E23 /* MLKProductListHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B29147D227A54F2009B5E23 /* MLKProductListHeaderView.m */; };
12-
1B291482227A54F4009B5E23 /* MLKProductResultCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B29147E227A54F2009B5E23 /* MLKProductResultCell.m */; };
1311
1B291485227A551B009B5E23 /* MLKImageUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B291483227A551A009B5E23 /* MLKImageUtilities.m */; };
14-
1B29148C227A5554009B5E23 /* MLKProduct.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B291487227A5552009B5E23 /* MLKProduct.m */; };
1512
1B29148D227A5554009B5E23 /* MLKProductSearchRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B29148A227A5553009B5E23 /* MLKProductSearchRequest.m */; };
16-
1B291490227A5E4A009B5E23 /* MLKProductListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B29148F227A5E4A009B5E23 /* MLKProductListViewController.m */; };
13+
1BD28FCA24ACF75E0013BC60 /* MLKResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD28FC924ACF75E0013BC60 /* MLKResult.m */; };
14+
1BD28FCF24ACF7710013BC60 /* MLKResultListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD28FCB24ACF7710013BC60 /* MLKResultListViewController.m */; };
15+
1BD28FD024ACF7710013BC60 /* MLKStartPageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD28FCE24ACF7710013BC60 /* MLKStartPageViewController.m */; };
16+
1BD28FD924ACF77B0013BC60 /* MLKResultListHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD28FD124ACF77A0013BC60 /* MLKResultListHeaderView.m */; };
17+
1BD28FDA24ACF77B0013BC60 /* MLKStartPageHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD28FD224ACF77A0013BC60 /* MLKStartPageHeaderView.m */; };
18+
1BD28FDB24ACF77B0013BC60 /* MLKResultCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD28FD524ACF77B0013BC60 /* MLKResultCell.m */; };
19+
1BD28FDC24ACF77B0013BC60 /* MLKStartPageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD28FD824ACF77B0013BC60 /* MLKStartPageCell.m */; };
20+
1BD28FDE24ACF8C80013BC60 /* bird.tflite in Resources */ = {isa = PBXBuildFile; fileRef = 1BD28FDD24ACF8C80013BC60 /* bird.tflite */; };
1721
AA10D303226F745E0057608A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AA10D302226F745E0057608A /* AppDelegate.m */; };
1822
AA10D311226F74610057608A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = AA10D310226F74610057608A /* main.m */; };
1923
AA10D33D226F7C930057608A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = AA10D33B226F7C930057608A /* LaunchScreen.xib */; };
@@ -28,19 +32,26 @@
2832
/* Begin PBXFileReference section */
2933
1B29147A227A54EA009B5E23 /* MLKDetectionOverlayView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKDetectionOverlayView.m; sourceTree = "<group>"; };
3034
1B29147B227A54EA009B5E23 /* MLKDetectionOverlayView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKDetectionOverlayView.h; sourceTree = "<group>"; };
31-
1B29147D227A54F2009B5E23 /* MLKProductListHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKProductListHeaderView.m; sourceTree = "<group>"; };
32-
1B29147E227A54F2009B5E23 /* MLKProductResultCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKProductResultCell.m; sourceTree = "<group>"; };
33-
1B29147F227A54F3009B5E23 /* MLKProductResultCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKProductResultCell.h; sourceTree = "<group>"; };
34-
1B291480227A54F3009B5E23 /* MLKProductListHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKProductListHeaderView.h; sourceTree = "<group>"; };
3535
1B291483227A551A009B5E23 /* MLKImageUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKImageUtilities.m; sourceTree = "<group>"; };
3636
1B291484227A551B009B5E23 /* MLKImageUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKImageUtilities.h; sourceTree = "<group>"; };
37-
1B291487227A5552009B5E23 /* MLKProduct.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MLKProduct.m; path = Models/MLKProduct.m; sourceTree = "<group>"; };
38-
1B291488227A5552009B5E23 /* MLKProduct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MLKProduct.h; path = Models/MLKProduct.h; sourceTree = "<group>"; };
3937
1B291489227A5553009B5E23 /* MLKProductSearchRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MLKProductSearchRequest.h; path = Models/MLKProductSearchRequest.h; sourceTree = "<group>"; };
4038
1B29148A227A5553009B5E23 /* MLKProductSearchRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MLKProductSearchRequest.m; path = Models/MLKProductSearchRequest.m; sourceTree = "<group>"; };
4139
1B29148B227A5553009B5E23 /* MLKODTStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MLKODTStatus.h; path = Models/MLKODTStatus.h; sourceTree = "<group>"; };
42-
1B29148E227A5E49009B5E23 /* MLKProductListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKProductListViewController.h; sourceTree = "<group>"; };
43-
1B29148F227A5E4A009B5E23 /* MLKProductListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKProductListViewController.m; sourceTree = "<group>"; };
40+
1BD28FC824ACF75E0013BC60 /* MLKResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MLKResult.h; path = Models/MLKResult.h; sourceTree = "<group>"; };
41+
1BD28FC924ACF75E0013BC60 /* MLKResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MLKResult.m; path = Models/MLKResult.m; sourceTree = "<group>"; };
42+
1BD28FCB24ACF7710013BC60 /* MLKResultListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKResultListViewController.m; sourceTree = "<group>"; };
43+
1BD28FCC24ACF7710013BC60 /* MLKResultListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKResultListViewController.h; sourceTree = "<group>"; };
44+
1BD28FCD24ACF7710013BC60 /* MLKStartPageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKStartPageViewController.h; sourceTree = "<group>"; };
45+
1BD28FCE24ACF7710013BC60 /* MLKStartPageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKStartPageViewController.m; sourceTree = "<group>"; };
46+
1BD28FD124ACF77A0013BC60 /* MLKResultListHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKResultListHeaderView.m; sourceTree = "<group>"; };
47+
1BD28FD224ACF77A0013BC60 /* MLKStartPageHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKStartPageHeaderView.m; sourceTree = "<group>"; };
48+
1BD28FD324ACF77A0013BC60 /* MLKStartPageCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKStartPageCell.h; sourceTree = "<group>"; };
49+
1BD28FD424ACF77A0013BC60 /* MLKResultCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKResultCell.h; sourceTree = "<group>"; };
50+
1BD28FD524ACF77B0013BC60 /* MLKResultCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKResultCell.m; sourceTree = "<group>"; };
51+
1BD28FD624ACF77B0013BC60 /* MLKStartPageHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKStartPageHeaderView.h; sourceTree = "<group>"; };
52+
1BD28FD724ACF77B0013BC60 /* MLKResultListHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKResultListHeaderView.h; sourceTree = "<group>"; };
53+
1BD28FD824ACF77B0013BC60 /* MLKStartPageCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKStartPageCell.m; sourceTree = "<group>"; };
54+
1BD28FDD24ACF8C80013BC60 /* bird.tflite */ = {isa = PBXFileReference; lastKnownFileType = file; path = bird.tflite; sourceTree = "<group>"; };
4455
AA10D2FE226F745E0057608A /* ShowcaseApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ShowcaseApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
4556
AA10D301226F745E0057608A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4657
AA10D302226F745E0057608A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -74,20 +85,28 @@
7485
1B291486227A5533009B5E23 /* Models */ = {
7586
isa = PBXGroup;
7687
children = (
88+
1BD28FC824ACF75E0013BC60 /* MLKResult.h */,
89+
1BD28FC924ACF75E0013BC60 /* MLKResult.m */,
7790
1B29148B227A5553009B5E23 /* MLKODTStatus.h */,
78-
1B291488227A5552009B5E23 /* MLKProduct.h */,
79-
1B291487227A5552009B5E23 /* MLKProduct.m */,
8091
1B291489227A5553009B5E23 /* MLKProductSearchRequest.h */,
8192
1B29148A227A5553009B5E23 /* MLKProductSearchRequest.m */,
8293
);
8394
name = Models;
8495
sourceTree = "<group>";
8596
};
97+
1EF790D4D7D83172AF4693B5 /* Pods */ = {
98+
isa = PBXGroup;
99+
children = (
100+
);
101+
path = Pods;
102+
sourceTree = "<group>";
103+
};
86104
AA10D2F5226F745E0057608A = {
87105
isa = PBXGroup;
88106
children = (
89107
AA10D300226F745E0057608A /* ShowcaseApp */,
90108
AA10D2FF226F745E0057608A /* Products */,
109+
1EF790D4D7D83172AF4693B5 /* Pods */,
91110
);
92111
sourceTree = "<group>";
93112
};
@@ -102,6 +121,7 @@
102121
AA10D300226F745E0057608A /* ShowcaseApp */ = {
103122
isa = PBXGroup;
104123
children = (
124+
1BD28FDD24ACF8C80013BC60 /* bird.tflite */,
105125
AA10D301226F745E0057608A /* AppDelegate.h */,
106126
AA10D302226F745E0057608A /* AppDelegate.m */,
107127
1B291486227A5533009B5E23 /* Models */,
@@ -119,8 +139,10 @@
119139
AA10D342226F7F860057608A /* Controllers */ = {
120140
isa = PBXGroup;
121141
children = (
122-
1B29148E227A5E49009B5E23 /* MLKProductListViewController.h */,
123-
1B29148F227A5E4A009B5E23 /* MLKProductListViewController.m */,
142+
1BD28FCC24ACF7710013BC60 /* MLKResultListViewController.h */,
143+
1BD28FCB24ACF7710013BC60 /* MLKResultListViewController.m */,
144+
1BD28FCD24ACF7710013BC60 /* MLKStartPageViewController.h */,
145+
1BD28FCE24ACF7710013BC60 /* MLKStartPageViewController.m */,
124146
AA10D343226F7F860057608A /* MLKLiveObjectDetectionViewController.h */,
125147
AA10D344226F7F860057608A /* MLKLiveObjectDetectionViewController.m */,
126148
);
@@ -130,10 +152,14 @@
130152
AA10D345226F7F870057608A /* Views */ = {
131153
isa = PBXGroup;
132154
children = (
133-
1B291480227A54F3009B5E23 /* MLKProductListHeaderView.h */,
134-
1B29147D227A54F2009B5E23 /* MLKProductListHeaderView.m */,
135-
1B29147F227A54F3009B5E23 /* MLKProductResultCell.h */,
136-
1B29147E227A54F2009B5E23 /* MLKProductResultCell.m */,
155+
1BD28FD424ACF77A0013BC60 /* MLKResultCell.h */,
156+
1BD28FD524ACF77B0013BC60 /* MLKResultCell.m */,
157+
1BD28FD724ACF77B0013BC60 /* MLKResultListHeaderView.h */,
158+
1BD28FD124ACF77A0013BC60 /* MLKResultListHeaderView.m */,
159+
1BD28FD324ACF77A0013BC60 /* MLKStartPageCell.h */,
160+
1BD28FD824ACF77B0013BC60 /* MLKStartPageCell.m */,
161+
1BD28FD624ACF77B0013BC60 /* MLKStartPageHeaderView.h */,
162+
1BD28FD224ACF77A0013BC60 /* MLKStartPageHeaderView.m */,
137163
1B29147B227A54EA009B5E23 /* MLKDetectionOverlayView.h */,
138164
1B29147A227A54EA009B5E23 /* MLKDetectionOverlayView.m */,
139165
AA10D346226F7F870057608A /* MLKCameraReticle.h */,
@@ -215,6 +241,7 @@
215241
buildActionMask = 2147483647;
216242
files = (
217243
AA10D33D226F7C930057608A /* LaunchScreen.xib in Resources */,
244+
1BD28FDE24ACF8C80013BC60 /* bird.tflite in Resources */,
218245
AA10D341226F7D260057608A /* Images.xcassets in Resources */,
219246
);
220247
runOnlyForDeploymentPostprocessing = 0;
@@ -226,20 +253,23 @@
226253
isa = PBXSourcesBuildPhase;
227254
buildActionMask = 2147483647;
228255
files = (
256+
1BD28FDC24ACF77B0013BC60 /* MLKStartPageCell.m in Sources */,
257+
1BD28FDA24ACF77B0013BC60 /* MLKStartPageHeaderView.m in Sources */,
258+
1BD28FCA24ACF75E0013BC60 /* MLKResult.m in Sources */,
229259
1B291485227A551B009B5E23 /* MLKImageUtilities.m in Sources */,
260+
1BD28FD024ACF7710013BC60 /* MLKStartPageViewController.m in Sources */,
230261
AA10D355226F7F880057608A /* MLKConfirmationSpinner.m in Sources */,
231262
1B29147C227A54EB009B5E23 /* MLKDetectionOverlayView.m in Sources */,
232263
AA10D311226F74610057608A /* main.m in Sources */,
233-
1B291490227A5E4A009B5E23 /* MLKProductListViewController.m in Sources */,
234264
1B29148D227A5554009B5E23 /* MLKProductSearchRequest.m in Sources */,
265+
1BD28FCF24ACF7710013BC60 /* MLKResultListViewController.m in Sources */,
235266
AA10D358226F7F880057608A /* UIImage+MLKShowcase.m in Sources */,
236-
1B29148C227A5554009B5E23 /* MLKProduct.m in Sources */,
237-
1B291482227A54F4009B5E23 /* MLKProductResultCell.m in Sources */,
238267
AA10D303226F745E0057608A /* AppDelegate.m in Sources */,
239268
AA10D353226F7F880057608A /* MLKLiveObjectDetectionViewController.m in Sources */,
269+
1BD28FD924ACF77B0013BC60 /* MLKResultListHeaderView.m in Sources */,
270+
1BD28FDB24ACF77B0013BC60 /* MLKResultCell.m in Sources */,
240271
AA10D35C226F83FE0057608A /* MLKUIUtilities.m in Sources */,
241272
AA10D354226F7F880057608A /* MLKCameraReticle.m in Sources */,
242-
1B291481227A54F4009B5E23 /* MLKProductListHeaderView.m in Sources */,
243273
);
244274
runOnlyForDeploymentPostprocessing = 0;
245275
};

0 commit comments

Comments
 (0)