Skip to content

Commit

Permalink
Remove detection model files
Browse files Browse the repository at this point in the history
  • Loading branch information
JayLVouched committed Jun 2, 2022
1 parent 8699c12 commit d0b04fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions example/ios/example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
2C89CB9925D28799000B9602 /* labelmap_mobilenet_card.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2C89CB9725D28799000B9602 /* labelmap_mobilenet_card.txt */; };
2C89CB9A25D28799000B9602 /* inference_graph.tflite in Resources */ = {isa = PBXBuildFile; fileRef = 2C89CB9825D28799000B9602 /* inference_graph.tflite */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
9DF7EDB42C5FD24CF6C03A91 /* Pods_example_exampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CED7D8D79EE3DC22F77239A /* Pods_example_exampleTests.framework */; };
D6843C197E77B6ED4A8067A2 /* Pods_example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02A805F6F1738E80BD39A78D /* Pods_example.framework */; };
Expand Down Expand Up @@ -41,8 +39,6 @@
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; };
1F5BF2CA188B5A86F642A464 /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
2C89CB9725D28799000B9602 /* labelmap_mobilenet_card.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = labelmap_mobilenet_card.txt; path = example/labelmap_mobilenet_card.txt; sourceTree = "<group>"; };
2C89CB9825D28799000B9602 /* inference_graph.tflite */ = {isa = PBXFileReference; lastKnownFileType = file; name = inference_graph.tflite; path = example/inference_graph.tflite; sourceTree = "<group>"; };
2CED7D8D79EE3DC22F77239A /* Pods_example_exampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_example_exampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3A5287AEA4D24BF542D48B63 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
726E1D7116D61BAA0E895A85 /* Pods-example-exampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.debug.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -92,8 +88,6 @@
13B07FAE1A68108700A75B9A /* example */ = {
isa = PBXGroup;
children = (
2C89CB9825D28799000B9602 /* inference_graph.tflite */,
2C89CB9725D28799000B9602 /* labelmap_mobilenet_card.txt */,
008F07F21AC5B25A0029DE68 /* main.jsbundle */,
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
13B07FB01A68108700A75B9A /* AppDelegate.m */,
Expand Down Expand Up @@ -252,9 +246,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2C89CB9A25D28799000B9602 /* inference_graph.tflite in Resources */,
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
2C89CB9925D28799000B9602 /* labelmap_mobilenet_card.txt in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit d0b04fe

Please sign in to comment.