Files
SwiftUI/Examples/iPadOS Scenes/BehindTheScenes.xcodeproj/project.pbxproj
2019-06-06 17:37:50 +03:00

340 lines
13 KiB
Plaintext
Executable File

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
DB30CC3722A67A7800FAF43E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB30CC3622A67A7800FAF43E /* AppDelegate.swift */; };
DB30CC3922A67A7800FAF43E /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB30CC3822A67A7800FAF43E /* SceneDelegate.swift */; };
DB30CC3B22A67A7800FAF43E /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB30CC3A22A67A7800FAF43E /* ViewController.swift */; };
DB30CC4022A67A7A00FAF43E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DB30CC3F22A67A7A00FAF43E /* Assets.xcassets */; };
DB30CC4322A67A7A00FAF43E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DB30CC4122A67A7A00FAF43E /* LaunchScreen.storyboard */; };
DB30CC6B22A6937800FAF43E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB30CC6A22A6937800FAF43E /* ContentView.swift */; };
DB30CC6D22A6953A00FAF43E /* SwiftUISceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB30CC6C22A6953A00FAF43E /* SwiftUISceneDelegate.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
DB30CC3322A67A7800FAF43E /* BehindTheScenes.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BehindTheScenes.app; sourceTree = BUILT_PRODUCTS_DIR; };
DB30CC3622A67A7800FAF43E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
DB30CC3822A67A7800FAF43E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
DB30CC3A22A67A7800FAF43E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
DB30CC3F22A67A7A00FAF43E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
DB30CC4222A67A7A00FAF43E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
DB30CC4422A67A7A00FAF43E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
DB30CC6A22A6937800FAF43E /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
DB30CC6C22A6953A00FAF43E /* SwiftUISceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUISceneDelegate.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
DB30CC3022A67A7800FAF43E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
DB30CC2A22A67A7800FAF43E = {
isa = PBXGroup;
children = (
DB30CC3522A67A7800FAF43E /* BehindTheScenes */,
DB30CC3422A67A7800FAF43E /* Products */,
);
sourceTree = "<group>";
};
DB30CC3422A67A7800FAF43E /* Products */ = {
isa = PBXGroup;
children = (
DB30CC3322A67A7800FAF43E /* BehindTheScenes.app */,
);
name = Products;
sourceTree = "<group>";
};
DB30CC3522A67A7800FAF43E /* BehindTheScenes */ = {
isa = PBXGroup;
children = (
DB30CC3622A67A7800FAF43E /* AppDelegate.swift */,
DB30CC3822A67A7800FAF43E /* SceneDelegate.swift */,
DB30CC6C22A6953A00FAF43E /* SwiftUISceneDelegate.swift */,
DB30CC3A22A67A7800FAF43E /* ViewController.swift */,
DB30CC6A22A6937800FAF43E /* ContentView.swift */,
DB30CC3F22A67A7A00FAF43E /* Assets.xcassets */,
DB30CC4122A67A7A00FAF43E /* LaunchScreen.storyboard */,
DB30CC4422A67A7A00FAF43E /* Info.plist */,
);
path = BehindTheScenes;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
DB30CC3222A67A7800FAF43E /* BehindTheScenes */ = {
isa = PBXNativeTarget;
buildConfigurationList = DB30CC4722A67A7A00FAF43E /* Build configuration list for PBXNativeTarget "BehindTheScenes" */;
buildPhases = (
DB30CC2F22A67A7800FAF43E /* Sources */,
DB30CC3022A67A7800FAF43E /* Frameworks */,
DB30CC3122A67A7800FAF43E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = BehindTheScenes;
productName = BehindTheScenes;
productReference = DB30CC3322A67A7800FAF43E /* BehindTheScenes.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
DB30CC2B22A67A7800FAF43E /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1100;
LastUpgradeCheck = 1100;
ORGANIZATIONNAME = "Two Lives Left";
TargetAttributes = {
DB30CC3222A67A7800FAF43E = {
CreatedOnToolsVersion = 11.0;
};
};
};
buildConfigurationList = DB30CC2E22A67A7800FAF43E /* Build configuration list for PBXProject "BehindTheScenes" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = DB30CC2A22A67A7800FAF43E;
productRefGroup = DB30CC3422A67A7800FAF43E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
DB30CC3222A67A7800FAF43E /* BehindTheScenes */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
DB30CC3122A67A7800FAF43E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DB30CC4322A67A7A00FAF43E /* LaunchScreen.storyboard in Resources */,
DB30CC4022A67A7A00FAF43E /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
DB30CC2F22A67A7800FAF43E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DB30CC3B22A67A7800FAF43E /* ViewController.swift in Sources */,
DB30CC6D22A6953A00FAF43E /* SwiftUISceneDelegate.swift in Sources */,
DB30CC3722A67A7800FAF43E /* AppDelegate.swift in Sources */,
DB30CC3922A67A7800FAF43E /* SceneDelegate.swift in Sources */,
DB30CC6B22A6937800FAF43E /* ContentView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
DB30CC4122A67A7A00FAF43E /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
DB30CC4222A67A7A00FAF43E /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
DB30CC4522A67A7A00FAF43E /* 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;
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 = 13.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
DB30CC4622A67A7A00FAF43E /* 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;
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 = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
DB30CC4822A67A7A00FAF43E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = G5S3RZ43N7;
INFOPLIST_FILE = BehindTheScenes/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.twolivesleft.BehindTheScenes;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
DB30CC4922A67A7A00FAF43E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = G5S3RZ43N7;
INFOPLIST_FILE = BehindTheScenes/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.twolivesleft.BehindTheScenes;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
DB30CC2E22A67A7800FAF43E /* Build configuration list for PBXProject "BehindTheScenes" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DB30CC4522A67A7A00FAF43E /* Debug */,
DB30CC4622A67A7A00FAF43E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DB30CC4722A67A7A00FAF43E /* Build configuration list for PBXNativeTarget "BehindTheScenes" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DB30CC4822A67A7A00FAF43E /* Debug */,
DB30CC4922A67A7A00FAF43E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = DB30CC2B22A67A7800FAF43E /* Project object */;
}