SWindow/SWindow.xcodeproj/project.pbxproj

449 lines
16 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
62A735B41EDDA1CA008174F2 /* SWindow.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62A735AA1EDDA1CA008174F2 /* SWindow.framework */; };
62A735B91EDDA1CA008174F2 /* SWindowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62A735B81EDDA1CA008174F2 /* SWindowTests.swift */; };
62A735CC1EDE4CA0008174F2 /* SWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 62A735C91EDE4CA0008174F2 /* SWindow.h */; settings = {ATTRIBUTES = (Public, ); }; };
62A735CD1EDE4CA0008174F2 /* SWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62A735CA1EDE4CA0008174F2 /* SWindow.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
62A735B51EDDA1CA008174F2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 62A735A11EDDA1CA008174F2 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 62A735A91EDDA1CA008174F2;
remoteInfo = SWindow;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
62A735AA1EDDA1CA008174F2 /* SWindow.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SWindow.framework; sourceTree = BUILT_PRODUCTS_DIR; };
62A735B31EDDA1CA008174F2 /* SWindowTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SWindowTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
62A735B81EDDA1CA008174F2 /* SWindowTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SWindowTests.swift; sourceTree = "<group>"; };
62A735BA1EDDA1CA008174F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
62A735C81EDE4CA0008174F2 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
62A735C91EDE4CA0008174F2 /* SWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SWindow.h; sourceTree = "<group>"; };
62A735CA1EDE4CA0008174F2 /* SWindow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SWindow.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
62A735A61EDDA1CA008174F2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
62A735B01EDDA1CA008174F2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
62A735B41EDDA1CA008174F2 /* SWindow.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
62A735A01EDDA1CA008174F2 = {
isa = PBXGroup;
children = (
62A735C71EDE4CA0008174F2 /* Sources */,
62A735B71EDDA1CA008174F2 /* SWindowTests */,
62A735AB1EDDA1CA008174F2 /* Products */,
);
sourceTree = "<group>";
};
62A735AB1EDDA1CA008174F2 /* Products */ = {
isa = PBXGroup;
children = (
62A735AA1EDDA1CA008174F2 /* SWindow.framework */,
62A735B31EDDA1CA008174F2 /* SWindowTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
62A735B71EDDA1CA008174F2 /* SWindowTests */ = {
isa = PBXGroup;
children = (
62A735B81EDDA1CA008174F2 /* SWindowTests.swift */,
62A735BA1EDDA1CA008174F2 /* Info.plist */,
);
path = SWindowTests;
sourceTree = "<group>";
};
62A735C71EDE4CA0008174F2 /* Sources */ = {
isa = PBXGroup;
children = (
62A735C81EDE4CA0008174F2 /* Info.plist */,
62A735C91EDE4CA0008174F2 /* SWindow.h */,
62A735CA1EDE4CA0008174F2 /* SWindow.swift */,
);
path = Sources;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
62A735A71EDDA1CA008174F2 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
62A735CC1EDE4CA0008174F2 /* SWindow.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
62A735A91EDDA1CA008174F2 /* SWindow */ = {
isa = PBXNativeTarget;
buildConfigurationList = 62A735BE1EDDA1CA008174F2 /* Build configuration list for PBXNativeTarget "SWindow" */;
buildPhases = (
62A735A51EDDA1CA008174F2 /* Sources */,
62A735A61EDDA1CA008174F2 /* Frameworks */,
62A735A71EDDA1CA008174F2 /* Headers */,
62A735A81EDDA1CA008174F2 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SWindow;
productName = SWindow;
productReference = 62A735AA1EDDA1CA008174F2 /* SWindow.framework */;
productType = "com.apple.product-type.framework";
};
62A735B21EDDA1CA008174F2 /* SWindowTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 62A735C11EDDA1CA008174F2 /* Build configuration list for PBXNativeTarget "SWindowTests" */;
buildPhases = (
62A735AF1EDDA1CA008174F2 /* Sources */,
62A735B01EDDA1CA008174F2 /* Frameworks */,
62A735B11EDDA1CA008174F2 /* Resources */,
);
buildRules = (
);
dependencies = (
62A735B61EDDA1CA008174F2 /* PBXTargetDependency */,
);
name = SWindowTests;
productName = SWindowTests;
productReference = 62A735B31EDDA1CA008174F2 /* SWindowTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
62A735A11EDDA1CA008174F2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0900;
ORGANIZATIONNAME = Shial;
TargetAttributes = {
62A735A91EDDA1CA008174F2 = {
CreatedOnToolsVersion = 8.3.2;
DevelopmentTeam = 7Z5C7X6723;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
62A735B21EDDA1CA008174F2 = {
CreatedOnToolsVersion = 8.3.2;
DevelopmentTeam = 7Z5C7X6723;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 62A735A41EDDA1CA008174F2 /* Build configuration list for PBXProject "SWindow" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 62A735A01EDDA1CA008174F2;
productRefGroup = 62A735AB1EDDA1CA008174F2 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
62A735A91EDDA1CA008174F2 /* SWindow */,
62A735B21EDDA1CA008174F2 /* SWindowTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
62A735A81EDDA1CA008174F2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
62A735B11EDDA1CA008174F2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
62A735A51EDDA1CA008174F2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
62A735CD1EDE4CA0008174F2 /* SWindow.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
62A735AF1EDDA1CA008174F2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
62A735B91EDDA1CA008174F2 /* SWindowTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
62A735B61EDDA1CA008174F2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 62A735A91EDDA1CA008174F2 /* SWindow */;
targetProxy = 62A735B51EDDA1CA008174F2 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
62A735BC1EDDA1CA008174F2 /* 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++0x";
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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
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;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
62A735BD1EDDA1CA008174F2 /* 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++0x";
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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
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;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
62A735BF1EDDA1CA008174F2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 7Z5C7X6723;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.shial.swindow.ios.SWindow;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
62A735C01EDDA1CA008174F2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 7Z5C7X6723;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.shial.swindow.ios.SWindow;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Release;
};
62A735C21EDDA1CA008174F2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
DEVELOPMENT_TEAM = 7Z5C7X6723;
INFOPLIST_FILE = SWindowTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.shial.swindow.ios.SWindowTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
62A735C31EDDA1CA008174F2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
DEVELOPMENT_TEAM = 7Z5C7X6723;
INFOPLIST_FILE = SWindowTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.shial.swindow.ios.SWindowTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
62A735A41EDDA1CA008174F2 /* Build configuration list for PBXProject "SWindow" */ = {
isa = XCConfigurationList;
buildConfigurations = (
62A735BC1EDDA1CA008174F2 /* Debug */,
62A735BD1EDDA1CA008174F2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
62A735BE1EDDA1CA008174F2 /* Build configuration list for PBXNativeTarget "SWindow" */ = {
isa = XCConfigurationList;
buildConfigurations = (
62A735BF1EDDA1CA008174F2 /* Debug */,
62A735C01EDDA1CA008174F2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
62A735C11EDDA1CA008174F2 /* Build configuration list for PBXNativeTarget "SWindowTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
62A735C21EDDA1CA008174F2 /* Debug */,
62A735C31EDDA1CA008174F2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 62A735A11EDDA1CA008174F2 /* Project object */;
}