File tree Expand file tree Collapse file tree
lite/examples/object_detection/ios
ObjectDetection.xcodeproj
ObjectDetection/ModelDataHandler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 100100 children = (
101101 AA9AC59D212D39FC000B4E9D /* ObjectDetection */,
102102 AA9AC59C212D39FC000B4E9D /* Products */,
103+ C5C06069A877002CD7A994EB /* Pods */,
103104 );
104105 sourceTree = "<group>";
105106 };
156157 path = ModelDataHandler;
157158 sourceTree = "<group>";
158159 };
160+ C5C06069A877002CD7A994EB /* Pods */ = {
161+ isa = PBXGroup;
162+ children = (
163+ );
164+ path = Pods;
165+ sourceTree = "<group>";
166+ };
159167/* End PBXGroup section */
160168
161169/* Begin PBXNativeTarget section */
189197 TargetAttributes = {
190198 AA9AC59A212D39FC000B4E9D = {
191199 CreatedOnToolsVersion = 9.4.1;
192- LastSwiftMigration = 0940 ;
200+ LastSwiftMigration = 1140 ;
193201 };
194202 };
195203 };
427435 PROVISIONING_PROFILE_SPECIFIER = "";
428436 SWIFT_OBJC_BRIDGING_HEADER = "";
429437 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
430- SWIFT_VERSION = 4.2 ;
438+ SWIFT_VERSION = 5.0 ;
431439 TARGETED_DEVICE_FAMILY = "1,2";
432440 };
433441 name = Debug;
454462 PRODUCT_NAME = "$(TARGET_NAME)";
455463 PROVISIONING_PROFILE_SPECIFIER = "";
456464 SWIFT_OBJC_BRIDGING_HEADER = "";
457- SWIFT_VERSION = 4.2 ;
465+ SWIFT_VERSION = 5.0 ;
458466 TARGETED_DEVICE_FAMILY = "1,2";
459467 };
460468 name = Release;
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class ModelDataHandler: NSObject {
9898
9999 // Specify the options for the `Interpreter`.
100100 self . threadCount = threadCount
101- var options = InterpreterOptions ( )
101+ var options = Interpreter . Options ( )
102102 options. threadCount = threadCount
103103 do {
104104 // Create the `Interpreter`.
Original file line number Diff line number Diff line change 1+ PODS:
2+ - TensorFlowLiteC (2.1.0)
3+ - TensorFlowLiteSwift (2.1.0):
4+ - TensorFlowLiteC (= 2.1.0)
5+
6+ DEPENDENCIES:
7+ - TensorFlowLiteSwift
8+
9+ SPEC REPOS:
10+ trunk:
11+ - TensorFlowLiteC
12+ - TensorFlowLiteSwift
13+
14+ SPEC CHECKSUMS:
15+ TensorFlowLiteC: 215603d4426d93810eace5947e317389554a4b66
16+ TensorFlowLiteSwift: 9d8137f18d5ac30ca89bba4fbe118e0949ac5743
17+
18+ PODFILE CHECKSUM: c5652649ac261f6bab7423641506d7c049f9ac7e
19+
20+ COCOAPODS: 1.9.1
You can’t perform that action at this time.
0 commit comments