Last active
May 11, 2016 18:08
-
-
Save jchannon/26916e2f0a156d19072bd39c59b5db66 to your computer and use it in GitHub Desktop.
Hello World App files within *.xcodeproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Scheme | |
version = "1.3"> | |
<BuildAction> | |
<BuildActionEntries> | |
<BuildActionEntry | |
buildForRunning = "YES"> | |
<BuildableReference | |
BuildableIdentifier = "primary" | |
BlueprintIdentifier = "B4528147FFDCD6BD3D2805E8" | |
BuildableName = "HelloWorld" | |
BlueprintName = "HelloWorld" | |
ReferencedContainer = "container:HelloWorld.xcodeproj"> | |
</BuildableReference> | |
</BuildActionEntry> | |
</BuildActionEntries> | |
</BuildAction> | |
<LaunchAction | |
useCustomWorkingDirectory = "NO" | |
buildConfiguration = "Debug"> | |
<BuildableProductRunnable> | |
<BuildableReference | |
BuildableIdentifier = "primary" | |
BlueprintIdentifier = "B4528147FFDCD6BD3D2805E8" | |
BuildableName = "HelloWorld" | |
BlueprintName = "HelloWorld" | |
ReferencedContainer = "container:HelloWorld.xcodeproj"> | |
</BuildableReference> | |
</BuildableProductRunnable> | |
</LaunchAction> | |
</Scheme> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// !$*UTF8*$! | |
{ | |
archiveVersion = 1; | |
classes = { | |
}; | |
objectVersion = 46; | |
objects = { | |
/* Begin PBXBuildFile section */ | |
B4528CD693C4E549A3BF6D7A /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45288EAFB3B3A04C36B0C5E /* main.swift */; }; | |
/* End PBXBuildFile section */ | |
/* Begin PBXCopyFilesBuildPhase section */ | |
B4528E447F915ED967DDABF6 /* CopyFiles */ = { | |
isa = PBXCopyFilesBuildPhase; | |
buildActionMask = 2147483647; | |
dstPath = /usr/share/man/man1/; | |
dstSubfolderSpec = 0; | |
files = ( | |
); | |
runOnlyForDeploymentPostprocessing = 1; | |
}; | |
/* End PBXCopyFilesBuildPhase section */ | |
/* Begin PBXFileReference section */ | |
B45288EAFB3B3A04C36B0C5E /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; | |
B45289B4CAAA601D8FFB5AB3 /* HelloWorld */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = HelloWorld; sourceTree = BUILT_PRODUCTS_DIR; }; | |
/* End PBXFileReference section */ | |
/* Begin PBXFrameworksBuildPhase section */ | |
B452893D5725175B91BBF2DC /* Frameworks */ = { | |
isa = PBXFrameworksBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
/* End PBXFrameworksBuildPhase section */ | |
/* Begin PBXGroup section */ | |
B452838839BA083C769D1364 = { | |
isa = PBXGroup; | |
children = ( | |
B452895384E1477BEB8E7052 /* Products */, | |
B4528454C593FED588539933 /* HelloWorld */, | |
); | |
sourceTree = "<group>"; | |
}; | |
B4528454C593FED588539933 /* HelloWorld */ = { | |
isa = PBXGroup; | |
children = ( | |
B45288EAFB3B3A04C36B0C5E /* main.swift */, | |
); | |
path = HelloWorld; | |
sourceTree = "<group>"; | |
}; | |
B452895384E1477BEB8E7052 /* Products */ = { | |
isa = PBXGroup; | |
children = ( | |
B45289B4CAAA601D8FFB5AB3 /* HelloWorld */, | |
); | |
name = Products; | |
sourceTree = "<group>"; | |
}; | |
/* End PBXGroup section */ | |
/* Begin PBXNativeTarget section */ | |
B4528147FFDCD6BD3D2805E8 /* HelloWorld */ = { | |
isa = PBXNativeTarget; | |
buildConfigurationList = B45289A261F697934BA2BEFA /* Build configuration list for PBXNativeTarget "HelloWorld" */; | |
buildPhases = ( | |
B452875B208C47C3A3E65E2B /* Sources */, | |
B452893D5725175B91BBF2DC /* Frameworks */, | |
B4528E447F915ED967DDABF6 /* CopyFiles */, | |
); | |
buildRules = ( | |
); | |
dependencies = ( | |
); | |
name = HelloWorld; | |
productName = HelloWorld; | |
productReference = B45289B4CAAA601D8FFB5AB3 /* HelloWorld */; | |
productType = "com.apple.product-type.tool"; | |
}; | |
/* End PBXNativeTarget section */ | |
/* Begin PBXProject section */ | |
B45284A0C3ABE61126BCBC6D /* Project object */ = { | |
isa = PBXProject; | |
attributes = { | |
ORGANIZATIONNAME = jchannon; | |
}; | |
buildConfigurationList = B4528AEF7B4299171AC29073 /* Build configuration list for PBXProject "HelloWorld" */; | |
compatibilityVersion = "Xcode 3.2"; | |
developmentRegion = English; | |
hasScannedForEncodings = 0; | |
knownRegions = ( | |
en, | |
); | |
mainGroup = B452838839BA083C769D1364; | |
productRefGroup = B452895384E1477BEB8E7052 /* Products */; | |
projectDirPath = ""; | |
projectRoot = ""; | |
targets = ( | |
B4528147FFDCD6BD3D2805E8 /* HelloWorld */, | |
); | |
}; | |
/* End PBXProject section */ | |
/* Begin PBXSourcesBuildPhase section */ | |
B452875B208C47C3A3E65E2B /* Sources */ = { | |
isa = PBXSourcesBuildPhase; | |
buildActionMask = 2147483647; | |
files = ( | |
B4528CD693C4E549A3BF6D7A /* main.swift in Sources */, | |
); | |
runOnlyForDeploymentPostprocessing = 0; | |
}; | |
/* End PBXSourcesBuildPhase section */ | |
/* Begin XCBuildConfiguration section */ | |
B45284AC76A1EEC711B4A152 /* Debug */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ALWAYS_SEARCH_USER_PATHS = NO; | |
CLANG_ANALYZER_NONNULL = YES; | |
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
CLANG_CXX_LIBRARY = "libc++"; | |
CLANG_ENABLE_MODULES = YES; | |
CLANG_ENABLE_OBJC_ARC = YES; | |
CLANG_WARN_BOOL_CONVERSION = YES; | |
CLANG_WARN_CONSTANT_CONVERSION = YES; | |
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
CLANG_WARN_EMPTY_BODY = YES; | |
CLANG_WARN_ENUM_CONVERSION = YES; | |
CLANG_WARN_INT_CONVERSION = YES; | |
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
CLANG_WARN_UNREACHABLE_CODE = YES; | |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
CODE_SIGN_IDENTITY = "-"; | |
COPY_PHASE_STRIP = NO; | |
DEBUG_INFORMATION_FORMAT = dwarf; | |
ENABLE_STRICT_OBJC_MSGSEND = YES; | |
ENABLE_TESTABILITY = YES; | |
GCC_C_LANGUAGE_STANDARD = gnu99; | |
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; | |
MACOSX_DEPLOYMENT_TARGET = 10.11; | |
MTL_ENABLE_DEBUG_INFO = YES; | |
ONLY_ACTIVE_ARCH = YES; | |
SDKROOT = macosx; | |
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
}; | |
name = Debug; | |
}; | |
B4528766DEA4BF56E303EF47 /* Release */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
ALWAYS_SEARCH_USER_PATHS = NO; | |
CLANG_ANALYZER_NONNULL = YES; | |
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
CLANG_CXX_LIBRARY = "libc++"; | |
CLANG_ENABLE_MODULES = YES; | |
CLANG_ENABLE_OBJC_ARC = YES; | |
CLANG_WARN_BOOL_CONVERSION = YES; | |
CLANG_WARN_CONSTANT_CONVERSION = YES; | |
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
CLANG_WARN_EMPTY_BODY = YES; | |
CLANG_WARN_ENUM_CONVERSION = YES; | |
CLANG_WARN_INT_CONVERSION = YES; | |
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
CLANG_WARN_UNREACHABLE_CODE = YES; | |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
CODE_SIGN_IDENTITY = "-"; | |
COPY_PHASE_STRIP = NO; | |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
ENABLE_NS_ASSERTIONS = NO; | |
ENABLE_STRICT_OBJC_MSGSEND = YES; | |
GCC_C_LANGUAGE_STANDARD = gnu99; | |
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; | |
MACOSX_DEPLOYMENT_TARGET = 10.11; | |
MTL_ENABLE_DEBUG_INFO = NO; | |
SDKROOT = macosx; | |
}; | |
name = Release; | |
}; | |
B4528B15615B5DBF56D94434 /* Release */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
PRODUCT_NAME = "$(TARGET_NAME)"; | |
}; | |
name = Release; | |
}; | |
B4528DC42E6A049EDAE98B64 /* Debug */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
PRODUCT_NAME = "$(TARGET_NAME)"; | |
}; | |
name = Debug; | |
}; | |
/* End XCBuildConfiguration section */ | |
/* Begin XCConfigurationList section */ | |
B45289A261F697934BA2BEFA /* Build configuration list for PBXNativeTarget "HelloWorld" */ = { | |
isa = XCConfigurationList; | |
buildConfigurations = ( | |
B4528DC42E6A049EDAE98B64 /* Debug */, | |
B4528B15615B5DBF56D94434 /* Release */, | |
); | |
defaultConfigurationIsVisible = 0; | |
}; | |
B4528AEF7B4299171AC29073 /* Build configuration list for PBXProject "HelloWorld" */ = { | |
isa = XCConfigurationList; | |
buildConfigurations = ( | |
B45284AC76A1EEC711B4A152 /* Debug */, | |
B4528766DEA4BF56E303EF47 /* Release */, | |
); | |
defaultConfigurationIsVisible = 0; | |
defaultConfigurationName = Release; | |
}; | |
/* End XCConfigurationList section */ | |
}; | |
rootObject = B45284A0C3ABE61126BCBC6D /* Project object */; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment