diff options
| author | Teddy Wing | 2018-08-06 23:05:38 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-08-06 23:06:01 +0200 | 
| commit | 8645fbf85382c8ff4fe3befd946d41a62f837184 (patch) | |
| tree | 6b311c9adf0c3146fd0bfea69f03bfa5cc1b4dd5 | |
| download | DomeKey-8645fbf85382c8ff4fe3befd946d41a62f837184.tar.bz2 | |
New Xcode 9.2 command-line tool project
| -rw-r--r-- | DomeKey.xcodeproj/project.pbxproj | 272 | ||||
| -rw-r--r-- | DomeKey.xcodeproj/project.xcworkspace/contents.xcworkspacedata | 7 | ||||
| -rw-r--r-- | DomeKey.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist | 14 | ||||
| -rw-r--r-- | DomeKey/main.m | 17 | 
4 files changed, 310 insertions, 0 deletions
| diff --git a/DomeKey.xcodeproj/project.pbxproj b/DomeKey.xcodeproj/project.pbxproj new file mode 100644 index 0000000..b2d97d6 --- /dev/null +++ b/DomeKey.xcodeproj/project.pbxproj @@ -0,0 +1,272 @@ +// !$*UTF8*$! +{ +	archiveVersion = 1; +	classes = { +	}; +	objectVersion = 48; +	objects = { + +/* Begin PBXBuildFile section */ +		D160C2A12118EF9D007D1B50 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D160C2A02118EF9D007D1B50 /* main.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ +		D160C29B2118EF9D007D1B50 /* CopyFiles */ = { +			isa = PBXCopyFilesBuildPhase; +			buildActionMask = 2147483647; +			dstPath = /usr/share/man/man1/; +			dstSubfolderSpec = 0; +			files = ( +			); +			runOnlyForDeploymentPostprocessing = 1; +		}; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ +		D160C29D2118EF9D007D1B50 /* DomeKey */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DomeKey; sourceTree = BUILT_PRODUCTS_DIR; }; +		D160C2A02118EF9D007D1B50 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ +		D160C29A2118EF9D007D1B50 /* Frameworks */ = { +			isa = PBXFrameworksBuildPhase; +			buildActionMask = 2147483647; +			files = ( +			); +			runOnlyForDeploymentPostprocessing = 0; +		}; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ +		D160C2942118EF9C007D1B50 = { +			isa = PBXGroup; +			children = ( +				D160C29F2118EF9D007D1B50 /* DomeKey */, +				D160C29E2118EF9D007D1B50 /* Products */, +			); +			sourceTree = "<group>"; +		}; +		D160C29E2118EF9D007D1B50 /* Products */ = { +			isa = PBXGroup; +			children = ( +				D160C29D2118EF9D007D1B50 /* DomeKey */, +			); +			name = Products; +			sourceTree = "<group>"; +		}; +		D160C29F2118EF9D007D1B50 /* DomeKey */ = { +			isa = PBXGroup; +			children = ( +				D160C2A02118EF9D007D1B50 /* main.m */, +			); +			path = DomeKey; +			sourceTree = "<group>"; +		}; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ +		D160C29C2118EF9D007D1B50 /* DomeKey */ = { +			isa = PBXNativeTarget; +			buildConfigurationList = D160C2A42118EF9D007D1B50 /* Build configuration list for PBXNativeTarget "DomeKey" */; +			buildPhases = ( +				D160C2992118EF9D007D1B50 /* Sources */, +				D160C29A2118EF9D007D1B50 /* Frameworks */, +				D160C29B2118EF9D007D1B50 /* CopyFiles */, +			); +			buildRules = ( +			); +			dependencies = ( +			); +			name = DomeKey; +			productName = DomeKey; +			productReference = D160C29D2118EF9D007D1B50 /* DomeKey */; +			productType = "com.apple.product-type.tool"; +		}; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ +		D160C2952118EF9C007D1B50 /* Project object */ = { +			isa = PBXProject; +			attributes = { +				LastUpgradeCheck = 0920; +				ORGANIZATIONNAME = tw; +				TargetAttributes = { +					D160C29C2118EF9D007D1B50 = { +						CreatedOnToolsVersion = 9.2; +						ProvisioningStyle = Automatic; +					}; +				}; +			}; +			buildConfigurationList = D160C2982118EF9C007D1B50 /* Build configuration list for PBXProject "DomeKey" */; +			compatibilityVersion = "Xcode 8.0"; +			developmentRegion = en; +			hasScannedForEncodings = 0; +			knownRegions = ( +				en, +			); +			mainGroup = D160C2942118EF9C007D1B50; +			productRefGroup = D160C29E2118EF9D007D1B50 /* Products */; +			projectDirPath = ""; +			projectRoot = ""; +			targets = ( +				D160C29C2118EF9D007D1B50 /* DomeKey */, +			); +		}; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ +		D160C2992118EF9D007D1B50 /* Sources */ = { +			isa = PBXSourcesBuildPhase; +			buildActionMask = 2147483647; +			files = ( +				D160C2A12118EF9D007D1B50 /* main.m in Sources */, +			); +			runOnlyForDeploymentPostprocessing = 0; +		}; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ +		D160C2A22118EF9D007D1B50 /* 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 = "-"; +				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; +				MACOSX_DEPLOYMENT_TARGET = 10.12; +				MTL_ENABLE_DEBUG_INFO = YES; +				ONLY_ACTIVE_ARCH = YES; +				SDKROOT = macosx; +			}; +			name = Debug; +		}; +		D160C2A32118EF9D007D1B50 /* 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 = "-"; +				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; +				MACOSX_DEPLOYMENT_TARGET = 10.12; +				MTL_ENABLE_DEBUG_INFO = NO; +				SDKROOT = macosx; +			}; +			name = Release; +		}; +		D160C2A52118EF9D007D1B50 /* Debug */ = { +			isa = XCBuildConfiguration; +			buildSettings = { +				CODE_SIGN_STYLE = Automatic; +				PRODUCT_NAME = "$(TARGET_NAME)"; +			}; +			name = Debug; +		}; +		D160C2A62118EF9D007D1B50 /* Release */ = { +			isa = XCBuildConfiguration; +			buildSettings = { +				CODE_SIGN_STYLE = Automatic; +				PRODUCT_NAME = "$(TARGET_NAME)"; +			}; +			name = Release; +		}; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ +		D160C2982118EF9C007D1B50 /* Build configuration list for PBXProject "DomeKey" */ = { +			isa = XCConfigurationList; +			buildConfigurations = ( +				D160C2A22118EF9D007D1B50 /* Debug */, +				D160C2A32118EF9D007D1B50 /* Release */, +			); +			defaultConfigurationIsVisible = 0; +			defaultConfigurationName = Release; +		}; +		D160C2A42118EF9D007D1B50 /* Build configuration list for PBXNativeTarget "DomeKey" */ = { +			isa = XCConfigurationList; +			buildConfigurations = ( +				D160C2A52118EF9D007D1B50 /* Debug */, +				D160C2A62118EF9D007D1B50 /* Release */, +			); +			defaultConfigurationIsVisible = 0; +			defaultConfigurationName = Release; +		}; +/* End XCConfigurationList section */ +	}; +	rootObject = D160C2952118EF9C007D1B50 /* Project object */; +} diff --git a/DomeKey.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/DomeKey.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..386e9eb --- /dev/null +++ b/DomeKey.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Workspace +   version = "1.0"> +   <FileRef +      location = "self:DomeKey.xcodeproj"> +   </FileRef> +</Workspace> diff --git a/DomeKey.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist b/DomeKey.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..424ba24 --- /dev/null +++ b/DomeKey.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> +	<key>SchemeUserState</key> +	<dict> +		<key>DomeKey.xcscheme</key> +		<dict> +			<key>orderHint</key> +			<integer>0</integer> +		</dict> +	</dict> +</dict> +</plist> diff --git a/DomeKey/main.m b/DomeKey/main.m new file mode 100644 index 0000000..e0eea29 --- /dev/null +++ b/DomeKey/main.m @@ -0,0 +1,17 @@ +// +//  main.m +//  DomeKey +// +//  Created by tw on 8/6/18. +//  Copyright © 2018 tw. All rights reserved. +// + +#import <Foundation/Foundation.h> + +int main(int argc, const char * argv[]) { +    @autoreleasepool { +        // insert code here... +        NSLog(@"Hello, World!"); +    } +    return 0; +} | 
