// !$*UTF8*$!
|
{
|
archiveVersion = 1;
|
classes = {
|
};
|
objectVersion = 50;
|
objects = {
|
|
/* Begin PBXBuildFile section */
|
4A7304B421500B8400C90B21 /* Data+TensorFlowLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A7304B321500B8300C90B21 /* Data+TensorFlowLite.swift */; };
|
4AA72B732146ED64006C3AEF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA72B722146ED64006C3AEF /* AppDelegate.swift */; };
|
4AA72B752146ED64006C3AEF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA72B742146ED64006C3AEF /* ViewController.swift */; };
|
4AA72B782146ED64006C3AEF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4AA72B762146ED64006C3AEF /* Main.storyboard */; };
|
4AA72B7A2146ED66006C3AEF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4AA72B792146ED66006C3AEF /* Assets.xcassets */; };
|
4AA72B7D2146ED66006C3AEF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4AA72B7B2146ED66006C3AEF /* LaunchScreen.storyboard */; };
|
4ADDE0CE2176600E00FF07A2 /* Array+TensorFlowLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ADDE0CD2176600900FF07A2 /* Array+TensorFlowLite.swift */; };
|
/* End PBXBuildFile section */
|
|
/* Begin PBXFileReference section */
|
4A7304B321500B8300C90B21 /* Data+TensorFlowLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Data+TensorFlowLite.swift"; sourceTree = "<group>"; };
|
4AA72B6F2146ED64006C3AEF /* TensorFlowLiteApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TensorFlowLiteApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
4AA72B722146ED64006C3AEF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
4AA72B742146ED64006C3AEF /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
4AA72B772146ED64006C3AEF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
4AA72B792146ED66006C3AEF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
4AA72B7C2146ED66006C3AEF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
4AA72B7E2146ED66006C3AEF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
4ADDE0CD2176600900FF07A2 /* Array+TensorFlowLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+TensorFlowLite.swift"; sourceTree = "<group>"; };
|
/* End PBXFileReference section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
4AA72B6C2146ED64006C3AEF /* Frameworks */ = {
|
isa = PBXFrameworksBuildPhase;
|
buildActionMask = 2147483647;
|
files = (
|
);
|
runOnlyForDeploymentPostprocessing = 0;
|
};
|
/* End PBXFrameworksBuildPhase section */
|
|
/* Begin PBXGroup section */
|
4AA72B662146ED64006C3AEF = {
|
isa = PBXGroup;
|
children = (
|
4AA72B712146ED64006C3AEF /* TensorFlowLiteApp */,
|
4AA72B702146ED64006C3AEF /* Products */,
|
);
|
sourceTree = "<group>";
|
};
|
4AA72B702146ED64006C3AEF /* Products */ = {
|
isa = PBXGroup;
|
children = (
|
4AA72B6F2146ED64006C3AEF /* TensorFlowLiteApp.app */,
|
);
|
name = Products;
|
sourceTree = "<group>";
|
};
|
4AA72B712146ED64006C3AEF /* TensorFlowLiteApp */ = {
|
isa = PBXGroup;
|
children = (
|
4AA72B722146ED64006C3AEF /* AppDelegate.swift */,
|
4ADDE0CD2176600900FF07A2 /* Array+TensorFlowLite.swift */,
|
4A7304B321500B8300C90B21 /* Data+TensorFlowLite.swift */,
|
4AA72B742146ED64006C3AEF /* ViewController.swift */,
|
4AA72B762146ED64006C3AEF /* Main.storyboard */,
|
4AA72B792146ED66006C3AEF /* Assets.xcassets */,
|
4AA72B7B2146ED66006C3AEF /* LaunchScreen.storyboard */,
|
4AA72B7E2146ED66006C3AEF /* Info.plist */,
|
);
|
path = TensorFlowLiteApp;
|
sourceTree = "<group>";
|
};
|
/* End PBXGroup section */
|
|
/* Begin PBXNativeTarget section */
|
4AA72B6E2146ED64006C3AEF /* TensorFlowLiteApp */ = {
|
isa = PBXNativeTarget;
|
buildConfigurationList = 4AA72B812146ED66006C3AEF /* Build configuration list for PBXNativeTarget "TensorFlowLiteApp" */;
|
buildPhases = (
|
4AA72B6B2146ED64006C3AEF /* Sources */,
|
4AA72B6C2146ED64006C3AEF /* Frameworks */,
|
4AA72B6D2146ED64006C3AEF /* Resources */,
|
);
|
buildRules = (
|
);
|
dependencies = (
|
);
|
name = TensorFlowLiteApp;
|
productName = TensorFlowLiteApp;
|
productReference = 4AA72B6F2146ED64006C3AEF /* TensorFlowLiteApp.app */;
|
productType = "com.apple.product-type.application";
|
};
|
/* End PBXNativeTarget section */
|
|
/* Begin PBXProject section */
|
4AA72B672146ED64006C3AEF /* Project object */ = {
|
isa = PBXProject;
|
attributes = {
|
LastSwiftUpdateCheck = 0940;
|
LastUpgradeCheck = 0940;
|
ORGANIZATIONNAME = Google;
|
TargetAttributes = {
|
4AA72B6E2146ED64006C3AEF = {
|
CreatedOnToolsVersion = 9.4.1;
|
};
|
};
|
};
|
buildConfigurationList = 4AA72B6A2146ED64006C3AEF /* Build configuration list for PBXProject "TensorFlowLiteApp" */;
|
compatibilityVersion = "Xcode 9.3";
|
developmentRegion = en;
|
hasScannedForEncodings = 0;
|
knownRegions = (
|
en,
|
Base,
|
);
|
mainGroup = 4AA72B662146ED64006C3AEF;
|
productRefGroup = 4AA72B702146ED64006C3AEF /* Products */;
|
projectDirPath = "";
|
projectRoot = "";
|
targets = (
|
4AA72B6E2146ED64006C3AEF /* TensorFlowLiteApp */,
|
);
|
};
|
/* End PBXProject section */
|
|
/* Begin PBXResourcesBuildPhase section */
|
4AA72B6D2146ED64006C3AEF /* Resources */ = {
|
isa = PBXResourcesBuildPhase;
|
buildActionMask = 2147483647;
|
files = (
|
4AA72B7D2146ED66006C3AEF /* LaunchScreen.storyboard in Resources */,
|
4AA72B7A2146ED66006C3AEF /* Assets.xcassets in Resources */,
|
4AA72B782146ED64006C3AEF /* Main.storyboard in Resources */,
|
);
|
runOnlyForDeploymentPostprocessing = 0;
|
};
|
/* End PBXResourcesBuildPhase section */
|
|
/* Begin PBXSourcesBuildPhase section */
|
4AA72B6B2146ED64006C3AEF /* Sources */ = {
|
isa = PBXSourcesBuildPhase;
|
buildActionMask = 2147483647;
|
files = (
|
4AA72B732146ED64006C3AEF /* AppDelegate.swift in Sources */,
|
4ADDE0CE2176600E00FF07A2 /* Array+TensorFlowLite.swift in Sources */,
|
4A7304B421500B8400C90B21 /* Data+TensorFlowLite.swift in Sources */,
|
4AA72B752146ED64006C3AEF /* ViewController.swift in Sources */,
|
);
|
runOnlyForDeploymentPostprocessing = 0;
|
};
|
/* End PBXSourcesBuildPhase section */
|
|
/* Begin PBXVariantGroup section */
|
4AA72B762146ED64006C3AEF /* Main.storyboard */ = {
|
isa = PBXVariantGroup;
|
children = (
|
4AA72B772146ED64006C3AEF /* Base */,
|
);
|
name = Main.storyboard;
|
sourceTree = "<group>";
|
};
|
4AA72B7B2146ED66006C3AEF /* LaunchScreen.storyboard */ = {
|
isa = PBXVariantGroup;
|
children = (
|
4AA72B7C2146ED66006C3AEF /* Base */,
|
);
|
name = LaunchScreen.storyboard;
|
sourceTree = "<group>";
|
};
|
/* End PBXVariantGroup section */
|
|
/* Begin XCBuildConfiguration section */
|
4AA72B7F2146ED66006C3AEF /* Debug */ = {
|
isa = XCBuildConfiguration;
|
buildSettings = {
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
CLANG_ANALYZER_NONNULL = YES;
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
CLANG_CXX_LIBRARY = "libc++";
|
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
CLANG_WARN_COMMA = YES;
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
CLANG_WARN_EMPTY_BODY = YES;
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
CLANG_WARN_INT_CONVERSION = YES;
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
COPY_PHASE_STRIP = NO;
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_TESTABILITY = YES;
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
GCC_DYNAMIC_NO_PIC = NO;
|
GCC_NO_COMMON_BLOCKS = YES;
|
GCC_OPTIMIZATION_LEVEL = 0;
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
"DEBUG=1",
|
"$(inherited)",
|
);
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
|
MTL_ENABLE_DEBUG_INFO = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
SDKROOT = iphoneos;
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
};
|
name = Debug;
|
};
|
4AA72B802146ED66006C3AEF /* Release */ = {
|
isa = XCBuildConfiguration;
|
buildSettings = {
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
CLANG_ANALYZER_NONNULL = YES;
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
CLANG_CXX_LIBRARY = "libc++";
|
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
CLANG_WARN_COMMA = YES;
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
CLANG_WARN_EMPTY_BODY = YES;
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
CLANG_WARN_INT_CONVERSION = YES;
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
COPY_PHASE_STRIP = NO;
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
ENABLE_NS_ASSERTIONS = NO;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
GCC_NO_COMMON_BLOCKS = YES;
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
SDKROOT = iphoneos;
|
SWIFT_COMPILATION_MODE = wholemodule;
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
VALIDATE_PRODUCT = YES;
|
};
|
name = Release;
|
};
|
4AA72B822146ED66006C3AEF /* Debug */ = {
|
isa = XCBuildConfiguration;
|
buildSettings = {
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
CODE_SIGN_STYLE = Automatic;
|
INFOPLIST_FILE = TensorFlowLiteApp/Info.plist;
|
LD_RUNPATH_SEARCH_PATHS = (
|
"$(inherited)",
|
"@executable_path/Frameworks",
|
);
|
PRODUCT_BUNDLE_IDENTIFIER = com.tensorflow.lite.swift.TensorFlowLite;
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
SWIFT_VERSION = 4.0;
|
TARGETED_DEVICE_FAMILY = "1,2";
|
};
|
name = Debug;
|
};
|
4AA72B832146ED66006C3AEF /* Release */ = {
|
isa = XCBuildConfiguration;
|
buildSettings = {
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
CODE_SIGN_STYLE = Automatic;
|
INFOPLIST_FILE = TensorFlowLiteApp/Info.plist;
|
LD_RUNPATH_SEARCH_PATHS = (
|
"$(inherited)",
|
"@executable_path/Frameworks",
|
);
|
PRODUCT_BUNDLE_IDENTIFIER = com.tensorflow.lite.swift.TensorFlowLite;
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
SWIFT_VERSION = 4.0;
|
TARGETED_DEVICE_FAMILY = "1,2";
|
};
|
name = Release;
|
};
|
/* End XCBuildConfiguration section */
|
|
/* Begin XCConfigurationList section */
|
4AA72B6A2146ED64006C3AEF /* Build configuration list for PBXProject "TensorFlowLiteApp" */ = {
|
isa = XCConfigurationList;
|
buildConfigurations = (
|
4AA72B7F2146ED66006C3AEF /* Debug */,
|
4AA72B802146ED66006C3AEF /* Release */,
|
);
|
defaultConfigurationIsVisible = 0;
|
defaultConfigurationName = Release;
|
};
|
4AA72B812146ED66006C3AEF /* Build configuration list for PBXNativeTarget "TensorFlowLiteApp" */ = {
|
isa = XCConfigurationList;
|
buildConfigurations = (
|
4AA72B822146ED66006C3AEF /* Debug */,
|
4AA72B832146ED66006C3AEF /* Release */,
|
);
|
defaultConfigurationIsVisible = 0;
|
defaultConfigurationName = Release;
|
};
|
/* End XCConfigurationList section */
|
};
|
rootObject = 4AA72B672146ED64006C3AEF /* Project object */;
|
}
|