Make swift pm project
This commit is contained in:
25
KeychainKit.xcodeproj/KeychainKit_Info.plist
Normal file
25
KeychainKit.xcodeproj/KeychainKit_Info.plist
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
383
KeychainKit.xcodeproj/project.pbxproj
Normal file
383
KeychainKit.xcodeproj/project.pbxproj
Normal file
@@ -0,0 +1,383 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = "1";
|
||||
objectVersion = "46";
|
||||
objects = {
|
||||
"KeychainKit::KeychainKit" = {
|
||||
isa = "PBXNativeTarget";
|
||||
buildConfigurationList = "OBJ_16";
|
||||
buildPhases = (
|
||||
"OBJ_19",
|
||||
"OBJ_21"
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = "KeychainKit";
|
||||
productName = "KeychainKit";
|
||||
productReference = "KeychainKit::KeychainKit::Product";
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
"KeychainKit::KeychainKit::Product" = {
|
||||
isa = "PBXFileReference";
|
||||
path = "KeychainKit.framework";
|
||||
sourceTree = "BUILT_PRODUCTS_DIR";
|
||||
};
|
||||
"KeychainKit::SwiftPMPackageDescription" = {
|
||||
isa = "PBXNativeTarget";
|
||||
buildConfigurationList = "OBJ_23";
|
||||
buildPhases = (
|
||||
"OBJ_26"
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = "KeychainKitPackageDescription";
|
||||
productName = "KeychainKitPackageDescription";
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
"OBJ_1" = {
|
||||
isa = "PBXProject";
|
||||
attributes = {
|
||||
LastSwiftMigration = "9999";
|
||||
LastUpgradeCheck = "9999";
|
||||
};
|
||||
buildConfigurationList = "OBJ_2";
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = "en";
|
||||
hasScannedForEncodings = "0";
|
||||
knownRegions = (
|
||||
"en"
|
||||
);
|
||||
mainGroup = "OBJ_5";
|
||||
productRefGroup = "OBJ_11";
|
||||
projectDirPath = ".";
|
||||
targets = (
|
||||
"KeychainKit::KeychainKit",
|
||||
"KeychainKit::SwiftPMPackageDescription"
|
||||
);
|
||||
};
|
||||
"OBJ_10" = {
|
||||
isa = "PBXGroup";
|
||||
children = (
|
||||
);
|
||||
name = "Tests";
|
||||
path = "";
|
||||
sourceTree = "SOURCE_ROOT";
|
||||
};
|
||||
"OBJ_11" = {
|
||||
isa = "PBXGroup";
|
||||
children = (
|
||||
"KeychainKit::KeychainKit::Product"
|
||||
);
|
||||
name = "Products";
|
||||
path = "";
|
||||
sourceTree = "BUILT_PRODUCTS_DIR";
|
||||
};
|
||||
"OBJ_13" = {
|
||||
isa = "PBXFileReference";
|
||||
path = "LICENSE";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
"OBJ_14" = {
|
||||
isa = "PBXFileReference";
|
||||
path = "README.md";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
"OBJ_16" = {
|
||||
isa = "XCConfigurationList";
|
||||
buildConfigurations = (
|
||||
"OBJ_17",
|
||||
"OBJ_18"
|
||||
);
|
||||
defaultConfigurationIsVisible = "0";
|
||||
defaultConfigurationName = "Release";
|
||||
};
|
||||
"OBJ_17" = {
|
||||
isa = "XCBuildConfiguration";
|
||||
buildSettings = {
|
||||
ENABLE_TESTABILITY = "YES";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PLATFORM_DIR)/Developer/Library/Frameworks"
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
INFOPLIST_FILE = "KeychainKit.xcodeproj/KeychainKit_Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = "8.0";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = "10.10";
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "KeychainKit";
|
||||
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
SKIP_INSTALL = "YES";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
SWIFT_VERSION = "5.0";
|
||||
TARGET_NAME = "KeychainKit";
|
||||
TVOS_DEPLOYMENT_TARGET = "9.0";
|
||||
WATCHOS_DEPLOYMENT_TARGET = "2.0";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
"OBJ_18" = {
|
||||
isa = "XCBuildConfiguration";
|
||||
buildSettings = {
|
||||
ENABLE_TESTABILITY = "YES";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PLATFORM_DIR)/Developer/Library/Frameworks"
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
INFOPLIST_FILE = "KeychainKit.xcodeproj/KeychainKit_Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = "8.0";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx"
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = "10.10";
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "KeychainKit";
|
||||
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
SKIP_INSTALL = "YES";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = (
|
||||
"$(inherited)"
|
||||
);
|
||||
SWIFT_VERSION = "5.0";
|
||||
TARGET_NAME = "KeychainKit";
|
||||
TVOS_DEPLOYMENT_TARGET = "9.0";
|
||||
WATCHOS_DEPLOYMENT_TARGET = "2.0";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
"OBJ_19" = {
|
||||
isa = "PBXSourcesBuildPhase";
|
||||
files = (
|
||||
"OBJ_20"
|
||||
);
|
||||
};
|
||||
"OBJ_2" = {
|
||||
isa = "XCConfigurationList";
|
||||
buildConfigurations = (
|
||||
"OBJ_3",
|
||||
"OBJ_4"
|
||||
);
|
||||
defaultConfigurationIsVisible = "0";
|
||||
defaultConfigurationName = "Release";
|
||||
};
|
||||
"OBJ_20" = {
|
||||
isa = "PBXBuildFile";
|
||||
fileRef = "OBJ_9";
|
||||
};
|
||||
"OBJ_21" = {
|
||||
isa = "PBXFrameworksBuildPhase";
|
||||
files = (
|
||||
);
|
||||
};
|
||||
"OBJ_23" = {
|
||||
isa = "XCConfigurationList";
|
||||
buildConfigurations = (
|
||||
"OBJ_24",
|
||||
"OBJ_25"
|
||||
);
|
||||
defaultConfigurationIsVisible = "0";
|
||||
defaultConfigurationName = "Release";
|
||||
};
|
||||
"OBJ_24" = {
|
||||
isa = "XCBuildConfiguration";
|
||||
buildSettings = {
|
||||
LD = "/usr/bin/true";
|
||||
OTHER_SWIFT_FLAGS = (
|
||||
"-swift-version",
|
||||
"5",
|
||||
"-I",
|
||||
"$(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2",
|
||||
"-target",
|
||||
"x86_64-apple-macosx10.10",
|
||||
"-sdk",
|
||||
"/Users/mr.noone/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk",
|
||||
"-package-description-version",
|
||||
"5.2.0"
|
||||
);
|
||||
SWIFT_VERSION = "5.0";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
"OBJ_25" = {
|
||||
isa = "XCBuildConfiguration";
|
||||
buildSettings = {
|
||||
LD = "/usr/bin/true";
|
||||
OTHER_SWIFT_FLAGS = (
|
||||
"-swift-version",
|
||||
"5",
|
||||
"-I",
|
||||
"$(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2",
|
||||
"-target",
|
||||
"x86_64-apple-macosx10.10",
|
||||
"-sdk",
|
||||
"/Users/mr.noone/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk",
|
||||
"-package-description-version",
|
||||
"5.2.0"
|
||||
);
|
||||
SWIFT_VERSION = "5.0";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
"OBJ_26" = {
|
||||
isa = "PBXSourcesBuildPhase";
|
||||
files = (
|
||||
"OBJ_27"
|
||||
);
|
||||
};
|
||||
"OBJ_27" = {
|
||||
isa = "PBXBuildFile";
|
||||
fileRef = "OBJ_6";
|
||||
};
|
||||
"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";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(inherited)",
|
||||
"SWIFT_PACKAGE=1",
|
||||
"DEBUG=1"
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = "10.10";
|
||||
ONLY_ACTIVE_ARCH = "YES";
|
||||
OTHER_SWIFT_FLAGS = (
|
||||
"$(inherited)",
|
||||
"-DXcode"
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = "macosx";
|
||||
SUPPORTED_PLATFORMS = (
|
||||
"macosx",
|
||||
"iphoneos",
|
||||
"iphonesimulator",
|
||||
"appletvos",
|
||||
"appletvsimulator",
|
||||
"watchos",
|
||||
"watchsimulator"
|
||||
);
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = (
|
||||
"$(inherited)",
|
||||
"SWIFT_PACKAGE",
|
||||
"DEBUG"
|
||||
);
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
USE_HEADERMAP = "NO";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
"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";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(inherited)",
|
||||
"SWIFT_PACKAGE=1"
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = "10.10";
|
||||
OTHER_SWIFT_FLAGS = (
|
||||
"$(inherited)",
|
||||
"-DXcode"
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = "macosx";
|
||||
SUPPORTED_PLATFORMS = (
|
||||
"macosx",
|
||||
"iphoneos",
|
||||
"iphonesimulator",
|
||||
"appletvos",
|
||||
"appletvsimulator",
|
||||
"watchos",
|
||||
"watchsimulator"
|
||||
);
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = (
|
||||
"$(inherited)",
|
||||
"SWIFT_PACKAGE"
|
||||
);
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
||||
USE_HEADERMAP = "NO";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
"OBJ_5" = {
|
||||
isa = "PBXGroup";
|
||||
children = (
|
||||
"OBJ_6",
|
||||
"OBJ_7",
|
||||
"OBJ_10",
|
||||
"OBJ_11",
|
||||
"OBJ_13",
|
||||
"OBJ_14"
|
||||
);
|
||||
path = "";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
"OBJ_6" = {
|
||||
isa = "PBXFileReference";
|
||||
explicitFileType = "sourcecode.swift";
|
||||
path = "Package.swift";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
"OBJ_7" = {
|
||||
isa = "PBXGroup";
|
||||
children = (
|
||||
"OBJ_8"
|
||||
);
|
||||
name = "Sources";
|
||||
path = "";
|
||||
sourceTree = "SOURCE_ROOT";
|
||||
};
|
||||
"OBJ_8" = {
|
||||
isa = "PBXGroup";
|
||||
children = (
|
||||
"OBJ_9"
|
||||
);
|
||||
name = "KeychainKit";
|
||||
path = "Sources/KeychainKit";
|
||||
sourceTree = "SOURCE_ROOT";
|
||||
};
|
||||
"OBJ_9" = {
|
||||
isa = "PBXFileReference";
|
||||
path = "Keychain.swift";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
};
|
||||
rootObject = "OBJ_1";
|
||||
}
|
||||
7
KeychainKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
KeychainKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme LastUpgradeVersion = "9999" version = "1.3">
|
||||
<BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" buildForArchiving = "YES" buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BuildableName = "'lib$(TARGET_NAME)'"
|
||||
BlueprintName = "KeychainKit"
|
||||
ReferencedContainer = "container:KeychainKit.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
codeCoverageEnabled = "NO">
|
||||
<Testables>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
</Scheme>
|
||||
Reference in New Issue
Block a user