1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 46; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 1C0D734B1ECCC460008C1DAB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C0D734A1ECCC460008C1DAB /* CoreGraphics.framework */; }; 11 1CA45FFF1ECCC356002FA6A4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CA45FFE1ECCC356002FA6A4 /* UIKit.framework */; }; 12 1E6F42DBB39A4A3871D4F848 /* libPods-tflite_simple_example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 73DBC33C5DD9A526EE6D1EF2 /* libPods-tflite_simple_example.a */; }; 13 594C14B11FB9037100EE8BFE /* labels.txt in Resources */ = {isa = PBXBuildFile; fileRef = 594C14AF1FB9037100EE8BFE /* labels.txt */; }; 14 594C14B21FB9037100EE8BFE /* mobilenet_v1_1.0_224.tflite in Resources */ = {isa = PBXBuildFile; fileRef = 594C14B01FB9037100EE8BFE /* mobilenet_v1_1.0_224.tflite */; }; 15 59A3D0011CF4E68100C4259F /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59A3CFF21CF4E68100C4259F /* AppDelegate.mm */; }; 16 59A3D0031CF4E68100C4259F /* grace_hopper.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 59A3CFF51CF4E68100C4259F /* grace_hopper.jpg */; }; 17 59A3D0081CF4E68100C4259F /* ios_image_load.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59A3CFFB1CF4E68100C4259F /* ios_image_load.mm */; }; 18 59A3D0091CF4E68100C4259F /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59A3CFFC1CF4E68100C4259F /* main.mm */; }; 19 59A3D00B1CF4E68100C4259F /* RunModelViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59A3CFFF1CF4E68100C4259F /* RunModelViewController.mm */; }; 20 59A3D00C1CF4E68100C4259F /* RunModelViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 59A3D0001CF4E68100C4259F /* RunModelViewController.xib */; }; 21/* End PBXBuildFile section */ 22 23/* Begin PBXFileReference section */ 24 1C0D73481ECCC41B008C1DAB /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; }; 25 1C0D734A1ECCC460008C1DAB /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 26 1CA45FFE1ECCC356002FA6A4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 27 5911579B1CF4011C00C31E3A /* tflite_simple_example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tflite_simple_example.app; sourceTree = BUILT_PRODUCTS_DIR; }; 28 594C14AF1FB9037100EE8BFE /* labels.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = labels.txt; sourceTree = "<group>"; }; 29 594C14B01FB9037100EE8BFE /* mobilenet_v1_1.0_224.tflite */ = {isa = PBXFileReference; lastKnownFileType = file; path = mobilenet_v1_1.0_224.tflite; sourceTree = "<group>"; }; 30 59A3CFF11CF4E68100C4259F /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 31 59A3CFF21CF4E68100C4259F /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = "<group>"; }; 32 59A3CFF51CF4E68100C4259F /* grace_hopper.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = grace_hopper.jpg; sourceTree = "<group>"; }; 33 59A3CFFA1CF4E68100C4259F /* ios_image_load.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ios_image_load.h; sourceTree = "<group>"; }; 34 59A3CFFB1CF4E68100C4259F /* ios_image_load.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ios_image_load.mm; sourceTree = "<group>"; }; 35 59A3CFFC1CF4E68100C4259F /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; }; 36 59A3CFFD1CF4E68100C4259F /* RunModel-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "RunModel-Info.plist"; sourceTree = "<group>"; }; 37 59A3CFFE1CF4E68100C4259F /* RunModelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RunModelViewController.h; sourceTree = "<group>"; }; 38 59A3CFFF1CF4E68100C4259F /* RunModelViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RunModelViewController.mm; sourceTree = "<group>"; }; 39 59A3D0001CF4E68100C4259F /* RunModelViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RunModelViewController.xib; sourceTree = "<group>"; }; 40 5D6203B9FAEEB9824194DBE8 /* Pods-tflite_simple_example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-tflite_simple_example.release.xcconfig"; path = "Pods/Target Support Files/Pods-tflite_simple_example/Pods-tflite_simple_example.release.xcconfig"; sourceTree = "<group>"; }; 41 73DBC33C5DD9A526EE6D1EF2 /* libPods-tflite_simple_example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-tflite_simple_example.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 42 987DD5BCAB2DD8B682674E20 /* Pods-tflite_simple_example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-tflite_simple_example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-tflite_simple_example/Pods-tflite_simple_example.debug.xcconfig"; sourceTree = "<group>"; }; 43/* End PBXFileReference section */ 44 45/* Begin PBXFrameworksBuildPhase section */ 46 591157981CF4011C00C31E3A /* Frameworks */ = { 47 isa = PBXFrameworksBuildPhase; 48 buildActionMask = 2147483647; 49 files = ( 50 1C0D734B1ECCC460008C1DAB /* CoreGraphics.framework in Frameworks */, 51 1CA45FFF1ECCC356002FA6A4 /* UIKit.framework in Frameworks */, 52 1E6F42DBB39A4A3871D4F848 /* libPods-tflite_simple_example.a in Frameworks */, 53 ); 54 runOnlyForDeploymentPostprocessing = 0; 55 }; 56/* End PBXFrameworksBuildPhase section */ 57 58/* Begin PBXGroup section */ 59 24D7686C331131624F4454A0 /* Frameworks */ = { 60 isa = PBXGroup; 61 children = ( 62 1C0D734A1ECCC460008C1DAB /* CoreGraphics.framework */, 63 1C0D73481ECCC41B008C1DAB /* CoreImage.framework */, 64 1CA45FFE1ECCC356002FA6A4 /* UIKit.framework */, 65 73DBC33C5DD9A526EE6D1EF2 /* libPods-tflite_simple_example.a */, 66 ); 67 name = Frameworks; 68 sourceTree = "<group>"; 69 }; 70 591157921CF4011C00C31E3A = { 71 isa = PBXGroup; 72 children = ( 73 59A3CFF11CF4E68100C4259F /* AppDelegate.h */, 74 59A3CFF21CF4E68100C4259F /* AppDelegate.mm */, 75 59A3CFF31CF4E68100C4259F /* data */, 76 59A3CFFA1CF4E68100C4259F /* ios_image_load.h */, 77 59A3CFFB1CF4E68100C4259F /* ios_image_load.mm */, 78 59A3CFFC1CF4E68100C4259F /* main.mm */, 79 59A3CFFD1CF4E68100C4259F /* RunModel-Info.plist */, 80 59A3CFFE1CF4E68100C4259F /* RunModelViewController.h */, 81 59A3CFFF1CF4E68100C4259F /* RunModelViewController.mm */, 82 59A3D0001CF4E68100C4259F /* RunModelViewController.xib */, 83 5911579C1CF4011C00C31E3A /* Products */, 84 24D7686C331131624F4454A0 /* Frameworks */, 85 5CE7E4179B26BF77944D8637 /* Pods */, 86 ); 87 sourceTree = "<group>"; 88 }; 89 5911579C1CF4011C00C31E3A /* Products */ = { 90 isa = PBXGroup; 91 children = ( 92 5911579B1CF4011C00C31E3A /* tflite_simple_example.app */, 93 ); 94 name = Products; 95 sourceTree = "<group>"; 96 }; 97 59A3CFF31CF4E68100C4259F /* data */ = { 98 isa = PBXGroup; 99 children = ( 100 59A3CFF51CF4E68100C4259F /* grace_hopper.jpg */, 101 594C14AF1FB9037100EE8BFE /* labels.txt */, 102 594C14B01FB9037100EE8BFE /* mobilenet_v1_1.0_224.tflite */, 103 ); 104 path = data; 105 sourceTree = "<group>"; 106 }; 107 5CE7E4179B26BF77944D8637 /* Pods */ = { 108 isa = PBXGroup; 109 children = ( 110 987DD5BCAB2DD8B682674E20 /* Pods-tflite_simple_example.debug.xcconfig */, 111 5D6203B9FAEEB9824194DBE8 /* Pods-tflite_simple_example.release.xcconfig */, 112 ); 113 name = Pods; 114 sourceTree = "<group>"; 115 }; 116/* End PBXGroup section */ 117 118/* Begin PBXNativeTarget section */ 119 5911579A1CF4011C00C31E3A /* tflite_simple_example */ = { 120 isa = PBXNativeTarget; 121 buildConfigurationList = 591157B21CF4011D00C31E3A /* Build configuration list for PBXNativeTarget "tflite_simple_example" */; 122 buildPhases = ( 123 A507411BCC70190B9ABD2721 /* [CP] Check Pods Manifest.lock */, 124 591157971CF4011C00C31E3A /* Sources */, 125 591157981CF4011C00C31E3A /* Frameworks */, 126 591157991CF4011C00C31E3A /* Resources */, 127 25E1671BDC7334C678FB5DFB /* [CP] Embed Pods Frameworks */, 128 10976C49D86B7F8A59157601 /* [CP] Copy Pods Resources */, 129 ); 130 buildRules = ( 131 ); 132 dependencies = ( 133 ); 134 name = tflite_simple_example; 135 productName = tf_ios_makefile_example; 136 productReference = 5911579B1CF4011C00C31E3A /* tflite_simple_example.app */; 137 productType = "com.apple.product-type.application"; 138 }; 139/* End PBXNativeTarget section */ 140 141/* Begin PBXProject section */ 142 591157931CF4011C00C31E3A /* Project object */ = { 143 isa = PBXProject; 144 attributes = { 145 LastUpgradeCheck = 0830; 146 ORGANIZATIONNAME = Google; 147 TargetAttributes = { 148 5911579A1CF4011C00C31E3A = { 149 CreatedOnToolsVersion = 7.2; 150 DevelopmentTeam = EQHXZ8M8AV; 151 ProvisioningStyle = Manual; 152 }; 153 }; 154 }; 155 buildConfigurationList = 591157961CF4011C00C31E3A /* Build configuration list for PBXProject "simple" */; 156 compatibilityVersion = "Xcode 3.2"; 157 developmentRegion = English; 158 hasScannedForEncodings = 0; 159 knownRegions = ( 160 en, 161 Base, 162 ); 163 mainGroup = 591157921CF4011C00C31E3A; 164 productRefGroup = 5911579C1CF4011C00C31E3A /* Products */; 165 projectDirPath = ""; 166 projectRoot = ""; 167 targets = ( 168 5911579A1CF4011C00C31E3A /* tflite_simple_example */, 169 ); 170 }; 171/* End PBXProject section */ 172 173/* Begin PBXResourcesBuildPhase section */ 174 591157991CF4011C00C31E3A /* Resources */ = { 175 isa = PBXResourcesBuildPhase; 176 buildActionMask = 2147483647; 177 files = ( 178 59A3D00C1CF4E68100C4259F /* RunModelViewController.xib in Resources */, 179 594C14B11FB9037100EE8BFE /* labels.txt in Resources */, 180 59A3D0031CF4E68100C4259F /* grace_hopper.jpg in Resources */, 181 594C14B21FB9037100EE8BFE /* mobilenet_v1_1.0_224.tflite in Resources */, 182 ); 183 runOnlyForDeploymentPostprocessing = 0; 184 }; 185/* End PBXResourcesBuildPhase section */ 186 187/* Begin PBXShellScriptBuildPhase section */ 188 10976C49D86B7F8A59157601 /* [CP] Copy Pods Resources */ = { 189 isa = PBXShellScriptBuildPhase; 190 buildActionMask = 2147483647; 191 files = ( 192 ); 193 inputPaths = ( 194 ); 195 name = "[CP] Copy Pods Resources"; 196 outputPaths = ( 197 ); 198 runOnlyForDeploymentPostprocessing = 0; 199 shellPath = /bin/sh; 200 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-tflite_simple_example/Pods-tflite_simple_example-resources.sh\"\n"; 201 showEnvVarsInLog = 0; 202 }; 203 25E1671BDC7334C678FB5DFB /* [CP] Embed Pods Frameworks */ = { 204 isa = PBXShellScriptBuildPhase; 205 buildActionMask = 2147483647; 206 files = ( 207 ); 208 inputPaths = ( 209 ); 210 name = "[CP] Embed Pods Frameworks"; 211 outputPaths = ( 212 ); 213 runOnlyForDeploymentPostprocessing = 0; 214 shellPath = /bin/sh; 215 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-tflite_simple_example/Pods-tflite_simple_example-frameworks.sh\"\n"; 216 showEnvVarsInLog = 0; 217 }; 218 A507411BCC70190B9ABD2721 /* [CP] Check Pods Manifest.lock */ = { 219 isa = PBXShellScriptBuildPhase; 220 buildActionMask = 2147483647; 221 files = ( 222 ); 223 inputPaths = ( 224 "${PODS_PODFILE_DIR_PATH}/Podfile.lock", 225 "${PODS_ROOT}/Manifest.lock", 226 ); 227 name = "[CP] Check Pods Manifest.lock"; 228 outputPaths = ( 229 "$(DERIVED_FILE_DIR)/Pods-tflite_simple_example-checkManifestLockResult.txt", 230 ); 231 runOnlyForDeploymentPostprocessing = 0; 232 shellPath = /bin/sh; 233 shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; 234 showEnvVarsInLog = 0; 235 }; 236/* End PBXShellScriptBuildPhase section */ 237 238/* Begin PBXSourcesBuildPhase section */ 239 591157971CF4011C00C31E3A /* Sources */ = { 240 isa = PBXSourcesBuildPhase; 241 buildActionMask = 2147483647; 242 files = ( 243 59A3D0091CF4E68100C4259F /* main.mm in Sources */, 244 59A3D0011CF4E68100C4259F /* AppDelegate.mm in Sources */, 245 59A3D00B1CF4E68100C4259F /* RunModelViewController.mm in Sources */, 246 59A3D0081CF4E68100C4259F /* ios_image_load.mm in Sources */, 247 ); 248 runOnlyForDeploymentPostprocessing = 0; 249 }; 250/* End PBXSourcesBuildPhase section */ 251 252/* Begin XCBuildConfiguration section */ 253 591157B01CF4011D00C31E3A /* Debug */ = { 254 isa = XCBuildConfiguration; 255 buildSettings = { 256 ALWAYS_SEARCH_USER_PATHS = NO; 257 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 258 CLANG_CXX_LIBRARY = "libc++"; 259 CLANG_ENABLE_MODULES = YES; 260 CLANG_ENABLE_OBJC_ARC = YES; 261 CLANG_WARN_BOOL_CONVERSION = YES; 262 CLANG_WARN_CONSTANT_CONVERSION = YES; 263 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 264 CLANG_WARN_EMPTY_BODY = YES; 265 CLANG_WARN_ENUM_CONVERSION = YES; 266 CLANG_WARN_INFINITE_RECURSION = YES; 267 CLANG_WARN_INT_CONVERSION = YES; 268 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 269 CLANG_WARN_SUSPICIOUS_MOVE = YES; 270 CLANG_WARN_UNREACHABLE_CODE = YES; 271 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 272 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 273 COPY_PHASE_STRIP = NO; 274 DEBUG_INFORMATION_FORMAT = dwarf; 275 ENABLE_STRICT_OBJC_MSGSEND = YES; 276 ENABLE_TESTABILITY = YES; 277 GCC_C_LANGUAGE_STANDARD = gnu99; 278 GCC_DYNAMIC_NO_PIC = NO; 279 GCC_NO_COMMON_BLOCKS = YES; 280 GCC_OPTIMIZATION_LEVEL = 0; 281 GCC_PREPROCESSOR_DEFINITIONS = ( 282 "DEBUG=1", 283 "$(inherited)", 284 ); 285 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 286 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 287 GCC_WARN_UNDECLARED_SELECTOR = YES; 288 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 289 GCC_WARN_UNUSED_FUNCTION = YES; 290 GCC_WARN_UNUSED_VARIABLE = YES; 291 IPHONEOS_DEPLOYMENT_TARGET = 8.0; 292 MTL_ENABLE_DEBUG_INFO = YES; 293 ONLY_ACTIVE_ARCH = YES; 294 SDKROOT = iphoneos; 295 TARGETED_DEVICE_FAMILY = "1,2"; 296 }; 297 name = Debug; 298 }; 299 591157B11CF4011D00C31E3A /* Release */ = { 300 isa = XCBuildConfiguration; 301 buildSettings = { 302 ALWAYS_SEARCH_USER_PATHS = NO; 303 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 304 CLANG_CXX_LIBRARY = "libc++"; 305 CLANG_ENABLE_MODULES = YES; 306 CLANG_ENABLE_OBJC_ARC = YES; 307 CLANG_WARN_BOOL_CONVERSION = YES; 308 CLANG_WARN_CONSTANT_CONVERSION = YES; 309 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 310 CLANG_WARN_EMPTY_BODY = YES; 311 CLANG_WARN_ENUM_CONVERSION = YES; 312 CLANG_WARN_INFINITE_RECURSION = YES; 313 CLANG_WARN_INT_CONVERSION = YES; 314 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 315 CLANG_WARN_SUSPICIOUS_MOVE = YES; 316 CLANG_WARN_UNREACHABLE_CODE = YES; 317 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 318 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 319 COPY_PHASE_STRIP = NO; 320 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 321 ENABLE_NS_ASSERTIONS = NO; 322 ENABLE_STRICT_OBJC_MSGSEND = YES; 323 GCC_C_LANGUAGE_STANDARD = gnu99; 324 GCC_NO_COMMON_BLOCKS = YES; 325 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 326 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 327 GCC_WARN_UNDECLARED_SELECTOR = YES; 328 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 329 GCC_WARN_UNUSED_FUNCTION = YES; 330 GCC_WARN_UNUSED_VARIABLE = YES; 331 IPHONEOS_DEPLOYMENT_TARGET = 8.0; 332 MTL_ENABLE_DEBUG_INFO = NO; 333 SDKROOT = iphoneos; 334 TARGETED_DEVICE_FAMILY = "1,2"; 335 VALIDATE_PRODUCT = YES; 336 }; 337 name = Release; 338 }; 339 591157B31CF4011D00C31E3A /* Debug */ = { 340 isa = XCBuildConfiguration; 341 baseConfigurationReference = 987DD5BCAB2DD8B682674E20 /* Pods-tflite_simple_example.debug.xcconfig */; 342 buildSettings = { 343 CLANG_DEBUG_INFORMATION_LEVEL = default; 344 CODE_SIGN_IDENTITY = "iPhone Developer"; 345 DEVELOPMENT_TEAM = EQHXZ8M8AV; 346 ENABLE_BITCODE = NO; 347 GCC_ENABLE_CPP_EXCEPTIONS = YES; 348 GCC_ENABLE_CPP_RTTI = YES; 349 HEADER_SEARCH_PATHS = ( 350 "$(inherited)", 351 ); 352 INFOPLIST_FILE = "$(SRCROOT)/RunModel-Info.plist"; 353 IPHONEOS_DEPLOYMENT_TARGET = 9.2; 354 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 355 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)"; 356 OTHER_LDFLAGS = "$(inherited)"; 357 PRODUCT_BUNDLE_IDENTIFIER = "com.google.tflite-simple-example"; 358 PRODUCT_NAME = "$(TARGET_NAME)"; 359 PROVISIONING_PROFILE = "1072bd47-ff19-4e5f-8107-d912748f83f1"; 360 PROVISIONING_PROFILE_SPECIFIER = "Google Development"; 361 SEPARATE_STRIP = NO; 362 }; 363 name = Debug; 364 }; 365 591157B41CF4011D00C31E3A /* Release */ = { 366 isa = XCBuildConfiguration; 367 baseConfigurationReference = 5D6203B9FAEEB9824194DBE8 /* Pods-tflite_simple_example.release.xcconfig */; 368 buildSettings = { 369 CLANG_DEBUG_INFORMATION_LEVEL = default; 370 CODE_SIGN_IDENTITY = "iPhone Developer"; 371 DEVELOPMENT_TEAM = ""; 372 ENABLE_BITCODE = NO; 373 GCC_ENABLE_CPP_EXCEPTIONS = YES; 374 GCC_ENABLE_CPP_RTTI = YES; 375 HEADER_SEARCH_PATHS = ( 376 "$(inherited)", 377 ); 378 INFOPLIST_FILE = "$(SRCROOT)/RunModel-Info.plist"; 379 IPHONEOS_DEPLOYMENT_TARGET = 9.2; 380 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 381 ONLY_ACTIVE_ARCH = YES; 382 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)"; 383 OTHER_LDFLAGS = "$(inherited)"; 384 PRODUCT_BUNDLE_IDENTIFIER = "com.google.tflite-simple-example"; 385 PRODUCT_NAME = "$(TARGET_NAME)"; 386 PROVISIONING_PROFILE_SPECIFIER = ""; 387 SEPARATE_STRIP = NO; 388 }; 389 name = Release; 390 }; 391/* End XCBuildConfiguration section */ 392 393/* Begin XCConfigurationList section */ 394 591157961CF4011C00C31E3A /* Build configuration list for PBXProject "simple" */ = { 395 isa = XCConfigurationList; 396 buildConfigurations = ( 397 591157B01CF4011D00C31E3A /* Debug */, 398 591157B11CF4011D00C31E3A /* Release */, 399 ); 400 defaultConfigurationIsVisible = 0; 401 defaultConfigurationName = Release; 402 }; 403 591157B21CF4011D00C31E3A /* Build configuration list for PBXNativeTarget "tflite_simple_example" */ = { 404 isa = XCConfigurationList; 405 buildConfigurations = ( 406 591157B31CF4011D00C31E3A /* Debug */, 407 591157B41CF4011D00C31E3A /* Release */, 408 ); 409 defaultConfigurationIsVisible = 0; 410 defaultConfigurationName = Release; 411 }; 412/* End XCConfigurationList section */ 413 }; 414 rootObject = 591157931CF4011C00C31E3A /* Project object */; 415} 416