|
18 | 18 | 8D3572E823FC81B600DBD36C /* StylePickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D3572E723FC81B600DBD36C /* StylePickerViewController.swift */; }; |
19 | 19 | 8D3572E923FDB85100DBD36C /* style_predict_quantized_256.tflite in Resources */ = {isa = PBXBuildFile; fileRef = 8D3572E623FC818500DBD36C /* style_predict_quantized_256.tflite */; }; |
20 | 20 | 8D3572EA23FDB85400DBD36C /* style_transfer_quantized_384.tflite in Resources */ = {isa = PBXBuildFile; fileRef = 8D3572E423FC818500DBD36C /* style_transfer_quantized_384.tflite */; }; |
| 21 | + 8DEEDCEC245245C6008007CF /* style_predict_f16_256.tflite in Resources */ = {isa = PBXBuildFile; fileRef = 8D159EC2244917840060668E /* style_predict_f16_256.tflite */; }; |
| 22 | + 8DEEDCED245245CC008007CF /* style_transfer_f16_384.tflite in Resources */ = {isa = PBXBuildFile; fileRef = 8D159EC1244917830060668E /* style_transfer_f16_384.tflite */; }; |
21 | 23 | /* End PBXBuildFile section */ |
22 | 24 |
|
23 | 25 | /* Begin PBXFileReference section */ |
|
31 | 33 | 7F9738DC234071180058C202 /* StyleTransferer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StyleTransferer.swift; sourceTree = "<group>"; }; |
32 | 34 | 7F9738E12341EFDD0058C202 /* TFLiteExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TFLiteExtension.swift; sourceTree = "<group>"; }; |
33 | 35 | 7F9738E62343CE9F0058C202 /* UIKitExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIKitExtension.swift; sourceTree = "<group>"; }; |
| 36 | + 8D159EC1244917830060668E /* style_transfer_f16_384.tflite */ = {isa = PBXFileReference; lastKnownFileType = file; path = style_transfer_f16_384.tflite; sourceTree = "<group>"; }; |
| 37 | + 8D159EC2244917840060668E /* style_predict_f16_256.tflite */ = {isa = PBXFileReference; lastKnownFileType = file; path = style_predict_f16_256.tflite; sourceTree = "<group>"; }; |
34 | 38 | 8D3572E423FC818500DBD36C /* style_transfer_quantized_384.tflite */ = {isa = PBXFileReference; lastKnownFileType = file; path = style_transfer_quantized_384.tflite; sourceTree = "<group>"; }; |
35 | 39 | 8D3572E623FC818500DBD36C /* style_predict_quantized_256.tflite */ = {isa = PBXFileReference; lastKnownFileType = file; path = style_predict_quantized_256.tflite; sourceTree = "<group>"; }; |
36 | 40 | 8D3572E723FC81B600DBD36C /* StylePickerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StylePickerViewController.swift; sourceTree = "<group>"; }; |
|
87 | 91 | children = ( |
88 | 92 | 8D3572E623FC818500DBD36C /* style_predict_quantized_256.tflite */, |
89 | 93 | 8D3572E423FC818500DBD36C /* style_transfer_quantized_384.tflite */, |
| 94 | + 8D159EC2244917840060668E /* style_predict_f16_256.tflite */, |
| 95 | + 8D159EC1244917830060668E /* style_transfer_f16_384.tflite */, |
90 | 96 | ); |
91 | 97 | path = model; |
92 | 98 | sourceTree = "<group>"; |
|
131 | 137 | TargetAttributes = { |
132 | 138 | 7F67811A23405195002A02F2 = { |
133 | 139 | CreatedOnToolsVersion = 11.0; |
| 140 | + LastSwiftMigration = 1140; |
134 | 141 | }; |
135 | 142 | }; |
136 | 143 | }; |
|
160 | 167 | 7F67812B23405196002A02F2 /* LaunchScreen.storyboard in Resources */, |
161 | 168 | 8D3572EA23FDB85400DBD36C /* style_transfer_quantized_384.tflite in Resources */, |
162 | 169 | 7F67812823405196002A02F2 /* Assets.xcassets in Resources */, |
| 170 | + 8DEEDCEC245245C6008007CF /* style_predict_f16_256.tflite in Resources */, |
163 | 171 | 7F67812623405195002A02F2 /* Main.storyboard in Resources */, |
| 172 | + 8DEEDCED245245CC008007CF /* style_transfer_f16_384.tflite in Resources */, |
164 | 173 | 8D3572E923FDB85100DBD36C /* style_predict_quantized_256.tflite in Resources */, |
165 | 174 | ); |
166 | 175 | runOnlyForDeploymentPostprocessing = 0; |
|
343 | 352 | isa = XCBuildConfiguration; |
344 | 353 | buildSettings = { |
345 | 354 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 355 | + CLANG_ENABLE_MODULES = YES; |
346 | 356 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
347 | 357 | CODE_SIGN_STYLE = Manual; |
348 | 358 | DEVELOPMENT_TEAM = EQHXZ8M8AV; |
|
355 | 365 | PRODUCT_BUNDLE_IDENTIFIER = org.tensorflow.examples.StyleTransfer; |
356 | 366 | PRODUCT_NAME = "TFL Style Transfer"; |
357 | 367 | PROVISIONING_PROFILE_SPECIFIER = Placeholder; |
| 368 | + SWIFT_INSTALL_OBJC_HEADER = NO; |
| 369 | + SWIFT_OBJC_BRIDGING_HEADER = ""; |
| 370 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
358 | 371 | SWIFT_VERSION = 5.0; |
359 | 372 | TARGETED_DEVICE_FAMILY = "1,2"; |
360 | 373 | }; |
|
364 | 377 | isa = XCBuildConfiguration; |
365 | 378 | buildSettings = { |
366 | 379 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 380 | + CLANG_ENABLE_MODULES = YES; |
367 | 381 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
368 | 382 | CODE_SIGN_STYLE = Manual; |
369 | 383 | DEVELOPMENT_TEAM = EQHXZ8M8AV; |
|
376 | 390 | PRODUCT_BUNDLE_IDENTIFIER = org.tensorflow.examples.StyleTransfer; |
377 | 391 | PRODUCT_NAME = "TFL Style Transfer"; |
378 | 392 | PROVISIONING_PROFILE_SPECIFIER = Placeholder; |
| 393 | + SWIFT_INSTALL_OBJC_HEADER = NO; |
| 394 | + SWIFT_OBJC_BRIDGING_HEADER = ""; |
379 | 395 | SWIFT_VERSION = 5.0; |
380 | 396 | TARGETED_DEVICE_FAMILY = "1,2"; |
381 | 397 | }; |
|
0 commit comments