Skip to content

Commit

Permalink
Update project.pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Jun 18, 2024
1 parent 47e1855 commit 2b55743
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
8F1A11E52A4AF31500A47830 /* small_export_tax.json in Resources */ = {isa = PBXBuildFile; fileRef = 8F1A11E32A4AF31500A47830 /* small_export_tax.json */; };
8F1A11E62A4AF31500A47830 /* small_inception_tf1.mlmodel in Sources */ = {isa = PBXBuildFile; fileRef = 8F1A11E42A4AF31500A47830 /* small_inception_tf1.mlmodel */; };
8F9BEBC62C21C1DF002A1240 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8F9BEBC52C21C1DF002A1240 /* PrivacyInfo.xcprivacy */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -47,6 +48,7 @@
89C6BE57DB24E9ADA2F236DE /* Pods-VisionCameraPluginInatVisionExample-VisionCameraPluginInatVisionExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VisionCameraPluginInatVisionExample-VisionCameraPluginInatVisionExampleTests.release.xcconfig"; path = "Target Support Files/Pods-VisionCameraPluginInatVisionExample-VisionCameraPluginInatVisionExampleTests/Pods-VisionCameraPluginInatVisionExample-VisionCameraPluginInatVisionExampleTests.release.xcconfig"; sourceTree = "<group>"; };
8F1A11E32A4AF31500A47830 /* small_export_tax.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = small_export_tax.json; sourceTree = "<group>"; };
8F1A11E42A4AF31500A47830 /* small_inception_tf1.mlmodel */ = {isa = PBXFileReference; lastKnownFileType = file.mlmodel; path = small_inception_tf1.mlmodel; sourceTree = "<group>"; };
8F9BEBC52C21C1DF002A1240 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = VisionCameraPluginInatVisionExample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -90,6 +92,7 @@
13B07FAE1A68108700A75B9A /* VisionCameraPluginInatVisionExample */ = {
isa = PBXGroup;
children = (
8F9BEBC52C21C1DF002A1240 /* PrivacyInfo.xcprivacy */,
8F1A11E32A4AF31500A47830 /* small_export_tax.json */,
8F1A11E42A4AF31500A47830 /* small_inception_tf1.mlmodel */,
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
Expand Down Expand Up @@ -249,6 +252,7 @@
files = (
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
8F1A11E52A4AF31500A47830 /* small_export_tax.json in Resources */,
8F9BEBC62C21C1DF002A1240 /* PrivacyInfo.xcprivacy in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit 2b55743

Please sign in to comment.