diff --git a/Carthage/TAKUUID/TAKUUID.xcodeproj/project.pbxproj b/Carthage/TAKUUID/TAKUUID.xcodeproj/project.pbxproj new file mode 100644 index 0000000..0ae8798 --- /dev/null +++ b/Carthage/TAKUUID/TAKUUID.xcodeproj/project.pbxproj @@ -0,0 +1,307 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + EDEE14BE1EF102F600C61D70 /* TAKUUIDStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEE14BC1EF102F600C61D70 /* TAKUUIDStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EDEE14BF1EF102F600C61D70 /* TAKUUIDStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = EDEE14BD1EF102F600C61D70 /* TAKUUIDStorage.m */; }; + EDEE14C61EF1035300C61D70 /* TAKUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEE14C51EF1035300C61D70 /* TAKUUID.h */; settings = {ATTRIBUTES = (Public, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + ED51B6301EF100700036BDFE /* TAKUUID.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TAKUUID.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + ED51B6341EF100700036BDFE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + EDEE14BC1EF102F600C61D70 /* TAKUUIDStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TAKUUIDStorage.h; path = ../../../Classes/TAKUUIDStorage.h; sourceTree = ""; }; + EDEE14BD1EF102F600C61D70 /* TAKUUIDStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TAKUUIDStorage.m; path = ../../../Classes/TAKUUIDStorage.m; sourceTree = ""; }; + EDEE14C51EF1035300C61D70 /* TAKUUID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TAKUUID.h; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + ED51B62C1EF100700036BDFE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + ED51B6261EF100700036BDFE = { + isa = PBXGroup; + children = ( + ED51B6321EF100700036BDFE /* TAKUUID */, + ED51B6311EF100700036BDFE /* Products */, + ); + sourceTree = ""; + }; + ED51B6311EF100700036BDFE /* Products */ = { + isa = PBXGroup; + children = ( + ED51B6301EF100700036BDFE /* TAKUUID.framework */, + ); + name = Products; + sourceTree = ""; + }; + ED51B6321EF100700036BDFE /* TAKUUID */ = { + isa = PBXGroup; + children = ( + EDEE14C51EF1035300C61D70 /* TAKUUID.h */, + EDEE14BC1EF102F600C61D70 /* TAKUUIDStorage.h */, + EDEE14BD1EF102F600C61D70 /* TAKUUIDStorage.m */, + ED51B6341EF100700036BDFE /* Info.plist */, + ); + path = TAKUUID; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + ED51B62D1EF100700036BDFE /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + EDEE14C61EF1035300C61D70 /* TAKUUID.h in Headers */, + EDEE14BE1EF102F600C61D70 /* TAKUUIDStorage.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + ED51B62F1EF100700036BDFE /* TAKUUID */ = { + isa = PBXNativeTarget; + buildConfigurationList = ED51B6381EF100700036BDFE /* Build configuration list for PBXNativeTarget "TAKUUID" */; + buildPhases = ( + ED51B62B1EF100700036BDFE /* Sources */, + ED51B62C1EF100700036BDFE /* Frameworks */, + ED51B62D1EF100700036BDFE /* Headers */, + ED51B62E1EF100700036BDFE /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = TAKUUID; + productName = TAKUUID; + productReference = ED51B6301EF100700036BDFE /* TAKUUID.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + ED51B6271EF100700036BDFE /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0830; + ORGANIZATIONNAME = "Koji Murata"; + TargetAttributes = { + ED51B62F1EF100700036BDFE = { + CreatedOnToolsVersion = 8.3.2; + DevelopmentTeam = 8AKT7PFJ2M; + ProvisioningStyle = Automatic; + }; + }; + }; + buildConfigurationList = ED51B62A1EF100700036BDFE /* Build configuration list for PBXProject "TAKUUID" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = ED51B6261EF100700036BDFE; + productRefGroup = ED51B6311EF100700036BDFE /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + ED51B62F1EF100700036BDFE /* TAKUUID */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + ED51B62E1EF100700036BDFE /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + ED51B62B1EF100700036BDFE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EDEE14BF1EF102F600C61D70 /* TAKUUIDStorage.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + ED51B6361EF100700036BDFE /* 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_BOOL_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR; + 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; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + ED51B6371EF100700036BDFE /* 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_BOOL_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR; + 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; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + ED51B6391EF100700036BDFE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 8AKT7PFJ2M; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = TAKUUID/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = jp.koji.murata.TAKUUID; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + ED51B63A1EF100700036BDFE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 8AKT7PFJ2M; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = TAKUUID/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = jp.koji.murata.TAKUUID; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + ED51B62A1EF100700036BDFE /* Build configuration list for PBXProject "TAKUUID" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + ED51B6361EF100700036BDFE /* Debug */, + ED51B6371EF100700036BDFE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + ED51B6381EF100700036BDFE /* Build configuration list for PBXNativeTarget "TAKUUID" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + ED51B6391EF100700036BDFE /* Debug */, + ED51B63A1EF100700036BDFE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = ED51B6271EF100700036BDFE /* Project object */; +} diff --git a/Carthage/TAKUUID/TAKUUID.xcodeproj/xcshareddata/xcschemes/TAKUUID.xcscheme b/Carthage/TAKUUID/TAKUUID.xcodeproj/xcshareddata/xcschemes/TAKUUID.xcscheme new file mode 100644 index 0000000..a1b1be7 --- /dev/null +++ b/Carthage/TAKUUID/TAKUUID.xcodeproj/xcshareddata/xcschemes/TAKUUID.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Carthage/TAKUUID/TAKUUID/Info.plist b/Carthage/TAKUUID/TAKUUID/Info.plist new file mode 100644 index 0000000..fbe1e6b --- /dev/null +++ b/Carthage/TAKUUID/TAKUUID/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Carthage/TAKUUID/TAKUUID/TAKUUID.h b/Carthage/TAKUUID/TAKUUID/TAKUUID.h new file mode 100644 index 0000000..0f40df9 --- /dev/null +++ b/Carthage/TAKUUID/TAKUUID/TAKUUID.h @@ -0,0 +1,19 @@ +// +// TAKUUID.h +// TAKUUID +// +// Created by Koji Murata on 2017/06/14. +// Copyright © 2017年 Koji Murata. All rights reserved. +// + +#import + +//! Project version number for TAKUUID. +FOUNDATION_EXPORT double TAKUUIDVersionNumber; + +//! Project version string for TAKUUID. +FOUNDATION_EXPORT const unsigned char TAKUUIDVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + +#import diff --git a/README.md b/README.md index afbfe52..2b09c57 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ or pod 'TAKUUID', :git => 'https://github.com/taka0125/TAKUUID.git' ``` +## Carthage + +``` +github "taka0125/TAKUUID" +``` + ## Project Setting - "Keychain Sharing" on