From ed29825dc1330ccf5f598aa3a8e48293b0c74b54 Mon Sep 17 00:00:00 2001 From: Edward Jiang Date: Tue, 10 May 2016 16:39:40 -0700 Subject: [PATCH] Initial Commit --- Simplicity.xcodeproj/project.pbxproj | 285 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcschemes/Simplicity.xcscheme | 46 +++ .../xcschemes/xcschememanagement.plist | 22 ++ Simplicity/Info.plist | 26 ++ Simplicity/Simplicity.h | 19 ++ 6 files changed, 405 insertions(+) create mode 100644 Simplicity.xcodeproj/project.pbxproj create mode 100644 Simplicity.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Simplicity.xcodeproj/xcuserdata/edjiang.xcuserdatad/xcschemes/Simplicity.xcscheme create mode 100644 Simplicity.xcodeproj/xcuserdata/edjiang.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 Simplicity/Info.plist create mode 100644 Simplicity/Simplicity.h diff --git a/Simplicity.xcodeproj/project.pbxproj b/Simplicity.xcodeproj/project.pbxproj new file mode 100644 index 0000000..711b4ca --- /dev/null +++ b/Simplicity.xcodeproj/project.pbxproj @@ -0,0 +1,285 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + DF74EC341CE2A8BB008F16BF /* Simplicity.h in Headers */ = {isa = PBXBuildFile; fileRef = DF74EC331CE2A8BB008F16BF /* Simplicity.h */; settings = {ATTRIBUTES = (Public, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + DF74EC301CE2A8BB008F16BF /* Simplicity.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Simplicity.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + DF74EC331CE2A8BB008F16BF /* Simplicity.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Simplicity.h; sourceTree = ""; }; + DF74EC351CE2A8BB008F16BF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + DF74EC2C1CE2A8BB008F16BF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + DF74EC261CE2A8BB008F16BF = { + isa = PBXGroup; + children = ( + DF74EC321CE2A8BB008F16BF /* Simplicity */, + DF74EC311CE2A8BB008F16BF /* Products */, + ); + sourceTree = ""; + }; + DF74EC311CE2A8BB008F16BF /* Products */ = { + isa = PBXGroup; + children = ( + DF74EC301CE2A8BB008F16BF /* Simplicity.framework */, + ); + name = Products; + sourceTree = ""; + }; + DF74EC321CE2A8BB008F16BF /* Simplicity */ = { + isa = PBXGroup; + children = ( + DF74EC331CE2A8BB008F16BF /* Simplicity.h */, + DF74EC351CE2A8BB008F16BF /* Info.plist */, + ); + path = Simplicity; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + DF74EC2D1CE2A8BB008F16BF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + DF74EC341CE2A8BB008F16BF /* Simplicity.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + DF74EC2F1CE2A8BB008F16BF /* Simplicity */ = { + isa = PBXNativeTarget; + buildConfigurationList = DF74EC381CE2A8BB008F16BF /* Build configuration list for PBXNativeTarget "Simplicity" */; + buildPhases = ( + DF74EC2B1CE2A8BB008F16BF /* Sources */, + DF74EC2C1CE2A8BB008F16BF /* Frameworks */, + DF74EC2D1CE2A8BB008F16BF /* Headers */, + DF74EC2E1CE2A8BB008F16BF /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Simplicity; + productName = Simplicity; + productReference = DF74EC301CE2A8BB008F16BF /* Simplicity.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + DF74EC271CE2A8BB008F16BF /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0730; + ORGANIZATIONNAME = Stormpath; + TargetAttributes = { + DF74EC2F1CE2A8BB008F16BF = { + CreatedOnToolsVersion = 7.3.1; + }; + }; + }; + buildConfigurationList = DF74EC2A1CE2A8BB008F16BF /* Build configuration list for PBXProject "Simplicity" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = DF74EC261CE2A8BB008F16BF; + productRefGroup = DF74EC311CE2A8BB008F16BF /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + DF74EC2F1CE2A8BB008F16BF /* Simplicity */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + DF74EC2E1CE2A8BB008F16BF /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + DF74EC2B1CE2A8BB008F16BF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + DF74EC361CE2A8BB008F16BF /* 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[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 = 9.3; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + DF74EC371CE2A8BB008F16BF /* 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[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 = 9.3; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + DF74EC391CE2A8BB008F16BF /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = Simplicity/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.stormpath.Simplicity; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + DF74EC3A1CE2A8BB008F16BF /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = Simplicity/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.stormpath.Simplicity; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + DF74EC2A1CE2A8BB008F16BF /* Build configuration list for PBXProject "Simplicity" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DF74EC361CE2A8BB008F16BF /* Debug */, + DF74EC371CE2A8BB008F16BF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + DF74EC381CE2A8BB008F16BF /* Build configuration list for PBXNativeTarget "Simplicity" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DF74EC391CE2A8BB008F16BF /* Debug */, + DF74EC3A1CE2A8BB008F16BF /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = DF74EC271CE2A8BB008F16BF /* Project object */; +} diff --git a/Simplicity.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Simplicity.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..1cce2c5 --- /dev/null +++ b/Simplicity.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Simplicity.xcodeproj/xcuserdata/edjiang.xcuserdatad/xcschemes/Simplicity.xcscheme b/Simplicity.xcodeproj/xcuserdata/edjiang.xcuserdatad/xcschemes/Simplicity.xcscheme new file mode 100644 index 0000000..9a1df9b --- /dev/null +++ b/Simplicity.xcodeproj/xcuserdata/edjiang.xcuserdatad/xcschemes/Simplicity.xcscheme @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/Simplicity.xcodeproj/xcuserdata/edjiang.xcuserdatad/xcschemes/xcschememanagement.plist b/Simplicity.xcodeproj/xcuserdata/edjiang.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..c488689 --- /dev/null +++ b/Simplicity.xcodeproj/xcuserdata/edjiang.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Simplicity.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + DF74EC2F1CE2A8BB008F16BF + + primary + + + + + diff --git a/Simplicity/Info.plist b/Simplicity/Info.plist new file mode 100644 index 0000000..d3de8ee --- /dev/null +++ b/Simplicity/Info.plist @@ -0,0 +1,26 @@ + + + + + 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/Simplicity/Simplicity.h b/Simplicity/Simplicity.h new file mode 100644 index 0000000..37daef3 --- /dev/null +++ b/Simplicity/Simplicity.h @@ -0,0 +1,19 @@ +// +// Simplicity.h +// Simplicity +// +// Created by Edward Jiang on 5/10/16. +// Copyright © 2016 Stormpath. All rights reserved. +// + +#import + +//! Project version number for Simplicity. +FOUNDATION_EXPORT double SimplicityVersionNumber; + +//! Project version string for Simplicity. +FOUNDATION_EXPORT const unsigned char SimplicityVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + +