From 1762c91baf7aa84dfac2bcb13fbc902b5219793f Mon Sep 17 00:00:00 2001 From: School Date: Sat, 23 Dec 2017 22:04:27 +0100 Subject: [PATCH 1/2] news --- .DS_Store | Bin 0 -> 6148 bytes sample.xcodeproj/project.pbxproj | 493 ++++++++++++++++++ sample.xcodeproj/sampleTests_Info.plist | 25 + sample.xcodeproj/sample_Info.plist | 25 + .../xcschemes/sample-Package.xcscheme | 33 ++ .../xcschemes/xcschememanagement.plist | 12 + 6 files changed, 588 insertions(+) create mode 100644 .DS_Store create mode 100644 sample.xcodeproj/project.pbxproj create mode 100644 sample.xcodeproj/sampleTests_Info.plist create mode 100644 sample.xcodeproj/sample_Info.plist create mode 100644 sample.xcodeproj/xcshareddata/xcschemes/sample-Package.xcscheme create mode 100644 sample.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..83f4bac429f43bc9f3705d5e80c7d592ba8a3b0e GIT binary patch literal 6148 zcmeHKOHRWu5PgOsMS?|_EWKlg)Eh)4oS+u~;sQbmiAXE4^p!XVd(Oifk3o&dqHGX? z8OeU*`8f8IVtW9%yq(1|i3VxDvzF8jW zN&w=F<|NdmmXI8uvCJ41>7h7HC2Fe6C5F><+I@~IGe$*Chs(u>%U}K|UR?S*=l3Zb zu2i(%7%&FL3>@lkF8BW>f0@Z5f1F|?W55{rV+^=iwW^lfRK8okY)|f5&vwNoB5_d^ n3iZ(=fCD*4PLospUUbHl8Ka`iBKDL{w1+?<#5!Z(2N-w<|9(Mg literal 0 HcmV?d00001 diff --git a/sample.xcodeproj/project.pbxproj b/sample.xcodeproj/project.pbxproj new file mode 100644 index 0000000..32d5119 --- /dev/null +++ b/sample.xcodeproj/project.pbxproj @@ -0,0 +1,493 @@ +// !$*UTF8*$! +{ + archiveVersion = "1"; + objectVersion = "46"; + objects = { + "OBJ_1" = { + isa = "PBXProject"; + attributes = { + LastUpgradeCheck = "9999"; + }; + buildConfigurationList = "OBJ_2"; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = "English"; + hasScannedForEncodings = "0"; + knownRegions = ( + "en", + ); + mainGroup = "OBJ_5"; + productRefGroup = "OBJ_14"; + projectDirPath = "."; + targets = ( + "sample::SwiftPMPackageDescription", + "sample::sampleTests", + "sample::sample", + "sample::samplePackageTests::ProductTarget", + ); + }; + "OBJ_10" = { + isa = "PBXGroup"; + children = ( + "OBJ_11", + ); + name = "Tests"; + path = ""; + sourceTree = "SOURCE_ROOT"; + }; + "OBJ_11" = { + isa = "PBXGroup"; + children = ( + "OBJ_12", + ); + name = "sampleTests"; + path = "Tests/sampleTests"; + sourceTree = "SOURCE_ROOT"; + }; + "OBJ_12" = { + isa = "PBXFileReference"; + path = "sampleTests.swift"; + sourceTree = ""; + }; + "OBJ_13" = { + isa = "PBXFileReference"; + path = "fastlane"; + sourceTree = "SOURCE_ROOT"; + }; + "OBJ_14" = { + isa = "PBXGroup"; + children = ( + "sample::sampleTests::Product", + "sample::sample::Product", + ); + name = "Products"; + path = ""; + sourceTree = "BUILT_PRODUCTS_DIR"; + }; + "OBJ_18" = { + isa = "XCConfigurationList"; + buildConfigurations = ( + "OBJ_19", + "OBJ_20", + ); + defaultConfigurationIsVisible = "0"; + defaultConfigurationName = "Debug"; + }; + "OBJ_19" = { + isa = "XCBuildConfiguration"; + buildSettings = { + LD = "/usr/bin/true"; + OTHER_SWIFT_FLAGS = ( + "-swift-version", + "4", + "-I", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/4", + "-target", + "x86_64-apple-macosx10.10", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk", + ); + SWIFT_VERSION = "4.0"; + }; + name = "Debug"; + }; + "OBJ_2" = { + isa = "XCConfigurationList"; + buildConfigurations = ( + "OBJ_3", + "OBJ_4", + ); + defaultConfigurationIsVisible = "0"; + defaultConfigurationName = "Debug"; + }; + "OBJ_20" = { + isa = "XCBuildConfiguration"; + buildSettings = { + LD = "/usr/bin/true"; + OTHER_SWIFT_FLAGS = ( + "-swift-version", + "4", + "-I", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/4", + "-target", + "x86_64-apple-macosx10.10", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk", + ); + SWIFT_VERSION = "4.0"; + }; + name = "Release"; + }; + "OBJ_21" = { + isa = "PBXSourcesBuildPhase"; + files = ( + "OBJ_22", + ); + }; + "OBJ_22" = { + isa = "PBXBuildFile"; + fileRef = "OBJ_6"; + }; + "OBJ_24" = { + isa = "XCConfigurationList"; + buildConfigurations = ( + "OBJ_25", + "OBJ_26", + ); + defaultConfigurationIsVisible = "0"; + defaultConfigurationName = "Debug"; + }; + "OBJ_25" = { + isa = "XCBuildConfiguration"; + buildSettings = { + EMBEDDED_CONTENT_CONTAINS_SWIFT = "YES"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ); + INFOPLIST_FILE = "sample.xcodeproj/sampleTests_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = ( + "@loader_path/../Frameworks", + "@loader_path/Frameworks", + ); + OTHER_LDFLAGS = ( + "$(inherited)", + ); + OTHER_SWIFT_FLAGS = ( + "$(inherited)", + ); + SWIFT_VERSION = "4.0"; + TARGET_NAME = "sampleTests"; + }; + name = "Debug"; + }; + "OBJ_26" = { + isa = "XCBuildConfiguration"; + buildSettings = { + EMBEDDED_CONTENT_CONTAINS_SWIFT = "YES"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ); + INFOPLIST_FILE = "sample.xcodeproj/sampleTests_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = ( + "@loader_path/../Frameworks", + "@loader_path/Frameworks", + ); + OTHER_LDFLAGS = ( + "$(inherited)", + ); + OTHER_SWIFT_FLAGS = ( + "$(inherited)", + ); + SWIFT_VERSION = "4.0"; + TARGET_NAME = "sampleTests"; + }; + name = "Release"; + }; + "OBJ_27" = { + isa = "PBXSourcesBuildPhase"; + files = ( + "OBJ_28", + ); + }; + "OBJ_28" = { + isa = "PBXBuildFile"; + fileRef = "OBJ_12"; + }; + "OBJ_29" = { + isa = "PBXFrameworksBuildPhase"; + files = ( + "OBJ_30", + ); + }; + "OBJ_3" = { + isa = "XCBuildConfiguration"; + buildSettings = { + CLANG_ENABLE_OBJC_ARC = "YES"; + COMBINE_HIDPI_IMAGES = "YES"; + COPY_PHASE_STRIP = "NO"; + DEBUG_INFORMATION_FORMAT = "dwarf"; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_NS_ASSERTIONS = "YES"; + GCC_OPTIMIZATION_LEVEL = "0"; + MACOSX_DEPLOYMENT_TARGET = "10.10"; + ONLY_ACTIVE_ARCH = "YES"; + OTHER_SWIFT_FLAGS = ( + "-DXcode", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = "macosx"; + SUPPORTED_PLATFORMS = ( + "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", + ); + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + USE_HEADERMAP = "NO"; + }; + name = "Debug"; + }; + "OBJ_30" = { + isa = "PBXBuildFile"; + fileRef = "sample::sample::Product"; + }; + "OBJ_31" = { + isa = "PBXTargetDependency"; + target = "sample::sample"; + }; + "OBJ_33" = { + isa = "XCConfigurationList"; + buildConfigurations = ( + "OBJ_34", + "OBJ_35", + ); + defaultConfigurationIsVisible = "0"; + defaultConfigurationName = "Debug"; + }; + "OBJ_34" = { + isa = "XCBuildConfiguration"; + buildSettings = { + ENABLE_TESTABILITY = "YES"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ); + INFOPLIST_FILE = "sample.xcodeproj/sample_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", + ); + OTHER_LDFLAGS = ( + "$(inherited)", + ); + OTHER_SWIFT_FLAGS = ( + "$(inherited)", + ); + PRODUCT_BUNDLE_IDENTIFIER = "sample"; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = "YES"; + SWIFT_VERSION = "4.0"; + TARGET_NAME = "sample"; + }; + name = "Debug"; + }; + "OBJ_35" = { + isa = "XCBuildConfiguration"; + buildSettings = { + ENABLE_TESTABILITY = "YES"; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PLATFORM_DIR)/Developer/Library/Frameworks", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ); + INFOPLIST_FILE = "sample.xcodeproj/sample_Info.plist"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", + ); + OTHER_LDFLAGS = ( + "$(inherited)", + ); + OTHER_SWIFT_FLAGS = ( + "$(inherited)", + ); + PRODUCT_BUNDLE_IDENTIFIER = "sample"; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = "YES"; + SWIFT_VERSION = "4.0"; + TARGET_NAME = "sample"; + }; + name = "Release"; + }; + "OBJ_36" = { + isa = "PBXSourcesBuildPhase"; + files = ( + "OBJ_37", + ); + }; + "OBJ_37" = { + isa = "PBXBuildFile"; + fileRef = "OBJ_9"; + }; + "OBJ_38" = { + isa = "PBXFrameworksBuildPhase"; + files = ( + ); + }; + "OBJ_4" = { + isa = "XCBuildConfiguration"; + buildSettings = { + CLANG_ENABLE_OBJC_ARC = "YES"; + COMBINE_HIDPI_IMAGES = "YES"; + COPY_PHASE_STRIP = "YES"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_OPTIMIZATION_LEVEL = "s"; + MACOSX_DEPLOYMENT_TARGET = "10.10"; + OTHER_SWIFT_FLAGS = ( + "-DXcode", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = "macosx"; + SUPPORTED_PLATFORMS = ( + "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", + ); + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + USE_HEADERMAP = "NO"; + }; + name = "Release"; + }; + "OBJ_40" = { + isa = "XCConfigurationList"; + buildConfigurations = ( + "OBJ_41", + "OBJ_42", + ); + defaultConfigurationIsVisible = "0"; + defaultConfigurationName = "Debug"; + }; + "OBJ_41" = { + isa = "XCBuildConfiguration"; + buildSettings = { + }; + name = "Debug"; + }; + "OBJ_42" = { + isa = "XCBuildConfiguration"; + buildSettings = { + }; + name = "Release"; + }; + "OBJ_43" = { + isa = "PBXTargetDependency"; + target = "sample::sampleTests"; + }; + "OBJ_5" = { + isa = "PBXGroup"; + children = ( + "OBJ_6", + "OBJ_7", + "OBJ_10", + "OBJ_13", + "OBJ_14", + ); + path = ""; + sourceTree = ""; + }; + "OBJ_6" = { + isa = "PBXFileReference"; + explicitFileType = "sourcecode.swift"; + path = "Package.swift"; + sourceTree = ""; + }; + "OBJ_7" = { + isa = "PBXGroup"; + children = ( + "OBJ_8", + ); + name = "Sources"; + path = ""; + sourceTree = "SOURCE_ROOT"; + }; + "OBJ_8" = { + isa = "PBXGroup"; + children = ( + "OBJ_9", + ); + name = "sample"; + path = "Sources/sample"; + sourceTree = "SOURCE_ROOT"; + }; + "OBJ_9" = { + isa = "PBXFileReference"; + path = "sample.swift"; + sourceTree = ""; + }; + "sample::SwiftPMPackageDescription" = { + isa = "PBXNativeTarget"; + buildConfigurationList = "OBJ_18"; + buildPhases = ( + "OBJ_21", + ); + dependencies = ( + ); + name = "samplePackageDescription"; + productName = "samplePackageDescription"; + productType = "com.apple.product-type.framework"; + }; + "sample::sample" = { + isa = "PBXNativeTarget"; + buildConfigurationList = "OBJ_33"; + buildPhases = ( + "OBJ_36", + "OBJ_38", + ); + dependencies = ( + ); + name = "sample"; + productName = "sample"; + productReference = "sample::sample::Product"; + productType = "com.apple.product-type.framework"; + }; + "sample::sample::Product" = { + isa = "PBXFileReference"; + path = "sample.framework"; + sourceTree = "BUILT_PRODUCTS_DIR"; + }; + "sample::samplePackageTests::ProductTarget" = { + isa = "PBXAggregateTarget"; + buildConfigurationList = "OBJ_40"; + buildPhases = ( + ); + dependencies = ( + "OBJ_43", + ); + name = "samplePackageTests"; + productName = "samplePackageTests"; + }; + "sample::sampleTests" = { + isa = "PBXNativeTarget"; + buildConfigurationList = "OBJ_24"; + buildPhases = ( + "OBJ_27", + "OBJ_29", + ); + dependencies = ( + "OBJ_31", + ); + name = "sampleTests"; + productName = "sampleTests"; + productReference = "sample::sampleTests::Product"; + productType = "com.apple.product-type.bundle.unit-test"; + }; + "sample::sampleTests::Product" = { + isa = "PBXFileReference"; + path = "sampleTests.xctest"; + sourceTree = "BUILT_PRODUCTS_DIR"; + }; + }; + rootObject = "OBJ_1"; +} diff --git a/sample.xcodeproj/sampleTests_Info.plist b/sample.xcodeproj/sampleTests_Info.plist new file mode 100644 index 0000000..7c23420 --- /dev/null +++ b/sample.xcodeproj/sampleTests_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/sample.xcodeproj/sample_Info.plist b/sample.xcodeproj/sample_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/sample.xcodeproj/sample_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/sample.xcodeproj/xcshareddata/xcschemes/sample-Package.xcscheme b/sample.xcodeproj/xcshareddata/xcschemes/sample-Package.xcscheme new file mode 100644 index 0000000..7fc1371 --- /dev/null +++ b/sample.xcodeproj/xcshareddata/xcschemes/sample-Package.xcscheme @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sample.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist b/sample.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..c78d349 --- /dev/null +++ b/sample.xcodeproj/xcshareddata/xcschemes/xcschememanagement.plist @@ -0,0 +1,12 @@ + + + + SchemeUserState + + sample-Package.xcscheme + + + SuppressBuildableAutocreation + + + From ddcc2747413d6b7ab1fa5f01e2f27a670cc72ba7 Mon Sep 17 00:00:00 2001 From: School Date: Sat, 23 Dec 2017 22:05:52 +0100 Subject: [PATCH 2/2] new file --- test | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test diff --git a/test b/test new file mode 100644 index 0000000..e69de29