Files
ARVideoKit/ARVideoKit-Example.xcodeproj/project.pbxproj
T
2017-11-21 13:36:57 -05:00

440 lines
17 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {
/* Begin PBXBuildFile section */
FB2E368C1FAE2A510035B8D6 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = FB2E368B1FAE2A510035B8D6 /* LICENSE */; };
FB9B5D2E1FC49E3E005DDD60 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB9B5D2D1FC49E3E005DDD60 /* MainViewController.swift */; };
FBD3F1E61FB260B000327054 /* ARVideoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBD3F1E51FB260B000327054 /* ARVideoKit.framework */; };
FBD3F1E71FB260B000327054 /* ARVideoKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FBD3F1E51FB260B000327054 /* ARVideoKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
FBDCC5E71FABDFC600E3184D /* Scene.sks in Resources */ = {isa = PBXBuildFile; fileRef = FBDCC5E51FABDFC500E3184D /* Scene.sks */; };
FBDCC5E81FABDFC600E3184D /* Scene.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBDCC5E61FABDFC500E3184D /* Scene.swift */; };
FBDCC60D1FABFE6A00E3184D /* SKViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBDCC60C1FABFE6A00E3184D /* SKViewController.swift */; };
FBDCC6401FAC2CD900E3184D /* art.scnassets in Resources */ = {isa = PBXBuildFile; fileRef = FBDCC63F1FAC2CD900E3184D /* art.scnassets */; };
FBE134BA1FAAD3DD00BEC469 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBE134B91FAAD3DD00BEC469 /* AppDelegate.swift */; };
FBE134BC1FAAD3DD00BEC469 /* SCNViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBE134BB1FAAD3DD00BEC469 /* SCNViewController.swift */; };
FBE134BF1FAAD3DD00BEC469 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FBE134BD1FAAD3DD00BEC469 /* Main.storyboard */; };
FBE134C11FAAD3DD00BEC469 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FBE134C01FAAD3DD00BEC469 /* Assets.xcassets */; };
FBE134C41FAAD3DD00BEC469 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FBE134C21FAAD3DD00BEC469 /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
FB2E37801FAFD5EB0035B8D6 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
FBD3F1E71FB260B000327054 /* ARVideoKit.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
FB2E368B1FAE2A510035B8D6 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
FB9B5D2D1FC49E3E005DDD60 /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; };
FBD3F1E51FB260B000327054 /* ARVideoKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ARVideoKit.framework; path = Framework/ARVideoKit.framework; sourceTree = "<group>"; };
FBDCC5E51FABDFC500E3184D /* Scene.sks */ = {isa = PBXFileReference; lastKnownFileType = file.sks; path = Scene.sks; sourceTree = "<group>"; };
FBDCC5E61FABDFC500E3184D /* Scene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Scene.swift; sourceTree = "<group>"; };
FBDCC60C1FABFE6A00E3184D /* SKViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SKViewController.swift; sourceTree = "<group>"; };
FBDCC63F1FAC2CD900E3184D /* art.scnassets */ = {isa = PBXFileReference; lastKnownFileType = wrapper.scnassets; path = art.scnassets; sourceTree = "<group>"; };
FBE134B61FAAD3DD00BEC469 /* ARVideoKit-Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ARVideoKit-Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
FBE134B91FAAD3DD00BEC469 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
FBE134BB1FAAD3DD00BEC469 /* SCNViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SCNViewController.swift; sourceTree = "<group>"; };
FBE134BE1FAAD3DD00BEC469 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
FBE134C01FAAD3DD00BEC469 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
FBE134C31FAAD3DD00BEC469 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
FBE134C51FAAD3DD00BEC469 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
FBE134B31FAAD3DD00BEC469 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FBD3F1E61FB260B000327054 /* ARVideoKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
FB2E37781FAFD5C20035B8D6 /* Frameworks */ = {
isa = PBXGroup;
children = (
FBD3F1E51FB260B000327054 /* ARVideoKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
FBA0AA0B1FAD9E13006C481B /* Assets */ = {
isa = PBXGroup;
children = (
FBE134C01FAAD3DD00BEC469 /* Assets.xcassets */,
FBDCC5E01FABDAEF00E3184D /* AR Assets */,
);
path = Assets;
sourceTree = "<group>";
};
FBA0AA0C1FAD9E2C006C481B /* Storyboards */ = {
isa = PBXGroup;
children = (
FBE134BD1FAAD3DD00BEC469 /* Main.storyboard */,
FBE134C21FAAD3DD00BEC469 /* LaunchScreen.storyboard */,
);
path = Storyboards;
sourceTree = "<group>";
};
FBA0AA0D1FAD9E4B006C481B /* View Controllers */ = {
isa = PBXGroup;
children = (
FB9B5D2D1FC49E3E005DDD60 /* MainViewController.swift */,
FBE134BB1FAAD3DD00BEC469 /* SCNViewController.swift */,
FBDCC60C1FABFE6A00E3184D /* SKViewController.swift */,
);
path = "View Controllers";
sourceTree = "<group>";
};
FBDCC5E01FABDAEF00E3184D /* AR Assets */ = {
isa = PBXGroup;
children = (
FBDCC5E31FABDFAC00E3184D /* SCN */,
FBDCC5E41FABDFB400E3184D /* SK */,
);
path = "AR Assets";
sourceTree = "<group>";
};
FBDCC5E31FABDFAC00E3184D /* SCN */ = {
isa = PBXGroup;
children = (
FBDCC63F1FAC2CD900E3184D /* art.scnassets */,
);
path = SCN;
sourceTree = "<group>";
};
FBDCC5E41FABDFB400E3184D /* SK */ = {
isa = PBXGroup;
children = (
FBDCC5E51FABDFC500E3184D /* Scene.sks */,
FBDCC5E61FABDFC500E3184D /* Scene.swift */,
);
path = SK;
sourceTree = "<group>";
};
FBE134AD1FAAD3DD00BEC469 = {
isa = PBXGroup;
children = (
FB2E368B1FAE2A510035B8D6 /* LICENSE */,
FBE134B81FAAD3DD00BEC469 /* ARVideoKit-Example */,
FBE134B71FAAD3DD00BEC469 /* Products */,
FB2E37781FAFD5C20035B8D6 /* Frameworks */,
);
sourceTree = "<group>";
};
FBE134B71FAAD3DD00BEC469 /* Products */ = {
isa = PBXGroup;
children = (
FBE134B61FAAD3DD00BEC469 /* ARVideoKit-Example.app */,
);
name = Products;
sourceTree = "<group>";
};
FBE134B81FAAD3DD00BEC469 /* ARVideoKit-Example */ = {
isa = PBXGroup;
children = (
FBE134B91FAAD3DD00BEC469 /* AppDelegate.swift */,
FBA0AA0D1FAD9E4B006C481B /* View Controllers */,
FBA0AA0C1FAD9E2C006C481B /* Storyboards */,
FBA0AA0B1FAD9E13006C481B /* Assets */,
FBE134C51FAAD3DD00BEC469 /* Info.plist */,
);
path = "ARVideoKit-Example";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
FBE134B51FAAD3DD00BEC469 /* ARVideoKit-Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = FBE134C81FAAD3DD00BEC469 /* Build configuration list for PBXNativeTarget "ARVideoKit-Example" */;
buildPhases = (
FBE134B21FAAD3DD00BEC469 /* Sources */,
FBE134B31FAAD3DD00BEC469 /* Frameworks */,
FBE134B41FAAD3DD00BEC469 /* Resources */,
FB2E37801FAFD5EB0035B8D6 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "ARVideoKit-Example";
productName = "ARVideoKit-Example";
productReference = FBE134B61FAAD3DD00BEC469 /* ARVideoKit-Example.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
FBE134AE1FAAD3DD00BEC469 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0910;
LastUpgradeCheck = 0910;
ORGANIZATIONNAME = "Ahmed Fathi Bekhit";
TargetAttributes = {
FBE134B51FAAD3DD00BEC469 = {
CreatedOnToolsVersion = 9.1;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = FBE134B11FAAD3DD00BEC469 /* Build configuration list for PBXProject "ARVideoKit-Example" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = FBE134AD1FAAD3DD00BEC469;
productRefGroup = FBE134B71FAAD3DD00BEC469 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FBE134B51FAAD3DD00BEC469 /* ARVideoKit-Example */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
FBE134B41FAAD3DD00BEC469 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FB2E368C1FAE2A510035B8D6 /* LICENSE in Resources */,
FBE134C41FAAD3DD00BEC469 /* LaunchScreen.storyboard in Resources */,
FBE134C11FAAD3DD00BEC469 /* Assets.xcassets in Resources */,
FBDCC6401FAC2CD900E3184D /* art.scnassets in Resources */,
FBE134BF1FAAD3DD00BEC469 /* Main.storyboard in Resources */,
FBDCC5E71FABDFC600E3184D /* Scene.sks in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
FBE134B21FAAD3DD00BEC469 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FBE134BC1FAAD3DD00BEC469 /* SCNViewController.swift in Sources */,
FBE134BA1FAAD3DD00BEC469 /* AppDelegate.swift in Sources */,
FBDCC60D1FABFE6A00E3184D /* SKViewController.swift in Sources */,
FBDCC5E81FABDFC600E3184D /* Scene.swift in Sources */,
FB9B5D2E1FC49E3E005DDD60 /* MainViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
FBE134BD1FAAD3DD00BEC469 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
FBE134BE1FAAD3DD00BEC469 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
FBE134C21FAAD3DD00BEC469 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
FBE134C31FAAD3DD00BEC469 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
FBE134C61FAAD3DD00BEC469 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_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.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
FBE134C71FAAD3DD00BEC469 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_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.1;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
FBE134C91FAAD3DD00BEC469 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Framework",
);
INFOPLIST_FILE = "ARVideoKit-Example/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.ahmedbekhit.ARVideoKit-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
FBE134CA1FAAD3DD00BEC469 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Framework",
);
INFOPLIST_FILE = "ARVideoKit-Example/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.ahmedbekhit.ARVideoKit-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
FBE134B11FAAD3DD00BEC469 /* Build configuration list for PBXProject "ARVideoKit-Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FBE134C61FAAD3DD00BEC469 /* Debug */,
FBE134C71FAAD3DD00BEC469 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FBE134C81FAAD3DD00BEC469 /* Build configuration list for PBXNativeTarget "ARVideoKit-Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FBE134C91FAAD3DD00BEC469 /* Debug */,
FBE134CA1FAAD3DD00BEC469 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = FBE134AE1FAAD3DD00BEC469 /* Project object */;
}