From c34e20cdbb8fce82b426ad28f869bd9a59d13b56 Mon Sep 17 00:00:00 2001 From: Shinichiro Oba Date: Wed, 11 May 2016 00:28:14 +0900 Subject: [PATCH] use workspace --- Cartfile.resolved | 2 +- Carthage/Checkouts/Alamofire | 2 +- Example/Example.xcodeproj/project.pbxproj | 343 ++++++++++++++++++ Example/{ => Example}/AppDelegate.swift | 0 .../AppIcon.appiconset/Contents.json | 0 .../Base.lproj/LaunchScreen.storyboard | 0 .../{ => Example}/Base.lproj/Main.storyboard | 36 +- .../BatchRequestViewController.swift | 0 Example/{ => Example}/Info.plist | 0 Example/{ => Example}/MathService.swift | 0 .../SingleRequestViewController.swift | 0 JSONRPCKit.xcodeproj/project.pbxproj | 219 +---------- .../contents.xcworkspacedata | 26 ++ .../xcshareddata/JSONRPCKit.xcscmblueprint | 37 ++ 14 files changed, 422 insertions(+), 243 deletions(-) create mode 100644 Example/Example.xcodeproj/project.pbxproj rename Example/{ => Example}/AppDelegate.swift (100%) rename Example/{ => Example}/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename Example/{ => Example}/Base.lproj/LaunchScreen.storyboard (100%) rename Example/{ => Example}/Base.lproj/Main.storyboard (93%) rename Example/{ => Example}/BatchRequestViewController.swift (100%) rename Example/{ => Example}/Info.plist (100%) rename Example/{ => Example}/MathService.swift (100%) rename Example/{ => Example}/SingleRequestViewController.swift (100%) create mode 100644 JSONRPCKit.xcworkspace/contents.xcworkspacedata create mode 100644 JSONRPCKit.xcworkspace/xcshareddata/JSONRPCKit.xcscmblueprint diff --git a/Cartfile.resolved b/Cartfile.resolved index 4c66a71..3e3580e 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ -github "Alamofire/Alamofire" "3.3.0" +github "Alamofire/Alamofire" "3.4.0" github "antitypical/Result" "2.0.0" diff --git a/Carthage/Checkouts/Alamofire b/Carthage/Checkouts/Alamofire index bf208d0..d2f1f7c 160000 --- a/Carthage/Checkouts/Alamofire +++ b/Carthage/Checkouts/Alamofire @@ -1 +1 @@ -Subproject commit bf208d0c6d633f244a398f5580f5a141bab128b1 +Subproject commit d2f1f7c0fccec61ef5b85bada8661236e671082e diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj new file mode 100644 index 0000000..4af2202 --- /dev/null +++ b/Example/Example.xcodeproj/project.pbxproj @@ -0,0 +1,343 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + CB63E2471CE2309100E22B5C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB63E2461CE2309100E22B5C /* AppDelegate.swift */; }; + CB63E24C1CE2309100E22B5C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CB63E24A1CE2309100E22B5C /* Main.storyboard */; }; + CB63E24E1CE2309100E22B5C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CB63E24D1CE2309100E22B5C /* Assets.xcassets */; }; + CB63E2511CE2309100E22B5C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CB63E24F1CE2309100E22B5C /* LaunchScreen.storyboard */; }; + CB63E25B1CE230E300E22B5C /* SingleRequestViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB63E2581CE230E300E22B5C /* SingleRequestViewController.swift */; }; + CB63E25C1CE230E300E22B5C /* MathService.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB63E2591CE230E300E22B5C /* MathService.swift */; }; + CB63E25D1CE230E300E22B5C /* BatchRequestViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB63E25A1CE230E300E22B5C /* BatchRequestViewController.swift */; }; + CB63E2661CE231FB00E22B5C /* JSONRPCKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB63E2651CE231FB00E22B5C /* JSONRPCKit.framework */; }; + CB63E2671CE231FB00E22B5C /* JSONRPCKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CB63E2651CE231FB00E22B5C /* JSONRPCKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + CB63E2691CE2323C00E22B5C /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB63E2681CE2323C00E22B5C /* Result.framework */; }; + CB63E26A1CE2323C00E22B5C /* Result.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CB63E2681CE2323C00E22B5C /* Result.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + CB63E26C1CE2326200E22B5C /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB63E26B1CE2326200E22B5C /* Alamofire.framework */; }; + CB63E26D1CE2326200E22B5C /* Alamofire.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CB63E26B1CE2326200E22B5C /* Alamofire.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + CB63E2641CE2317900E22B5C /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + CB63E2671CE231FB00E22B5C /* JSONRPCKit.framework in Embed Frameworks */, + CB63E26D1CE2326200E22B5C /* Alamofire.framework in Embed Frameworks */, + CB63E26A1CE2323C00E22B5C /* Result.framework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + CB63E2431CE2309100E22B5C /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; + CB63E2461CE2309100E22B5C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + CB63E24B1CE2309100E22B5C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + CB63E24D1CE2309100E22B5C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + CB63E2501CE2309100E22B5C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + CB63E2521CE2309100E22B5C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + CB63E2581CE230E300E22B5C /* SingleRequestViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SingleRequestViewController.swift; sourceTree = ""; }; + CB63E2591CE230E300E22B5C /* MathService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MathService.swift; sourceTree = ""; }; + CB63E25A1CE230E300E22B5C /* BatchRequestViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BatchRequestViewController.swift; sourceTree = ""; }; + CB63E2651CE231FB00E22B5C /* JSONRPCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = JSONRPCKit.framework; path = "/Users/ooba/Library/Developer/Xcode/DerivedData/JSONRPCKit-eyjczmxjmkkuomguooskjadkjyrr/Build/Products/Debug-iphonesimulator/JSONRPCKit.framework"; sourceTree = ""; }; + CB63E2681CE2323C00E22B5C /* Result.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = Result.framework; path = "/Users/ooba/Library/Developer/Xcode/DerivedData/JSONRPCKit-eyjczmxjmkkuomguooskjadkjyrr/Build/Products/Debug-iphonesimulator/Result.framework"; sourceTree = ""; }; + CB63E26B1CE2326200E22B5C /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = Alamofire.framework; path = "/Users/ooba/Library/Developer/Xcode/DerivedData/JSONRPCKit-eyjczmxjmkkuomguooskjadkjyrr/Build/Products/Debug-iphoneos/Alamofire.framework"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + CB63E2401CE2309100E22B5C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + CB63E2661CE231FB00E22B5C /* JSONRPCKit.framework in Frameworks */, + CB63E26C1CE2326200E22B5C /* Alamofire.framework in Frameworks */, + CB63E2691CE2323C00E22B5C /* Result.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + CB63E23A1CE2309100E22B5C = { + isa = PBXGroup; + children = ( + CB63E2451CE2309100E22B5C /* Example */, + CB63E2441CE2309100E22B5C /* Products */, + CB63E26E1CE232C700E22B5C /* Frameworks */, + ); + sourceTree = ""; + }; + CB63E2441CE2309100E22B5C /* Products */ = { + isa = PBXGroup; + children = ( + CB63E2431CE2309100E22B5C /* Example.app */, + ); + name = Products; + sourceTree = ""; + }; + CB63E2451CE2309100E22B5C /* Example */ = { + isa = PBXGroup; + children = ( + CB63E2461CE2309100E22B5C /* AppDelegate.swift */, + CB63E24D1CE2309100E22B5C /* Assets.xcassets */, + CB63E25A1CE230E300E22B5C /* BatchRequestViewController.swift */, + CB63E2521CE2309100E22B5C /* Info.plist */, + CB63E24F1CE2309100E22B5C /* LaunchScreen.storyboard */, + CB63E24A1CE2309100E22B5C /* Main.storyboard */, + CB63E2591CE230E300E22B5C /* MathService.swift */, + CB63E2581CE230E300E22B5C /* SingleRequestViewController.swift */, + ); + path = Example; + sourceTree = ""; + }; + CB63E26E1CE232C700E22B5C /* Frameworks */ = { + isa = PBXGroup; + children = ( + CB63E26B1CE2326200E22B5C /* Alamofire.framework */, + CB63E2651CE231FB00E22B5C /* JSONRPCKit.framework */, + CB63E2681CE2323C00E22B5C /* Result.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + CB63E2421CE2309100E22B5C /* Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = CB63E2551CE2309100E22B5C /* Build configuration list for PBXNativeTarget "Example" */; + buildPhases = ( + CB63E23F1CE2309100E22B5C /* Sources */, + CB63E2401CE2309100E22B5C /* Frameworks */, + CB63E2411CE2309100E22B5C /* Resources */, + CB63E2641CE2317900E22B5C /* Embed Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Example; + productName = Example; + productReference = CB63E2431CE2309100E22B5C /* Example.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + CB63E23B1CE2309100E22B5C /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0730; + LastUpgradeCheck = 0730; + ORGANIZATIONNAME = "Shinichiro Oba"; + TargetAttributes = { + CB63E2421CE2309100E22B5C = { + CreatedOnToolsVersion = 7.3.1; + }; + }; + }; + buildConfigurationList = CB63E23E1CE2309100E22B5C /* Build configuration list for PBXProject "Example" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = CB63E23A1CE2309100E22B5C; + productRefGroup = CB63E2441CE2309100E22B5C /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + CB63E2421CE2309100E22B5C /* Example */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + CB63E2411CE2309100E22B5C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CB63E2511CE2309100E22B5C /* LaunchScreen.storyboard in Resources */, + CB63E24E1CE2309100E22B5C /* Assets.xcassets in Resources */, + CB63E24C1CE2309100E22B5C /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + CB63E23F1CE2309100E22B5C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CB63E25C1CE230E300E22B5C /* MathService.swift in Sources */, + CB63E25B1CE230E300E22B5C /* SingleRequestViewController.swift in Sources */, + CB63E25D1CE230E300E22B5C /* BatchRequestViewController.swift in Sources */, + CB63E2471CE2309100E22B5C /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + CB63E24A1CE2309100E22B5C /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + CB63E24B1CE2309100E22B5C /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + CB63E24F1CE2309100E22B5C /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + CB63E2501CE2309100E22B5C /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + CB63E2531CE2309100E22B5C /* 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; + 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 = 8.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + CB63E2541CE2309100E22B5C /* 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; + 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 = 8.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + CB63E2561CE2309100E22B5C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = Example/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.bricklife.ios.Example; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + CB63E2571CE2309100E22B5C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = Example/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.bricklife.ios.Example; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + CB63E23E1CE2309100E22B5C /* Build configuration list for PBXProject "Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CB63E2531CE2309100E22B5C /* Debug */, + CB63E2541CE2309100E22B5C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CB63E2551CE2309100E22B5C /* Build configuration list for PBXNativeTarget "Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CB63E2561CE2309100E22B5C /* Debug */, + CB63E2571CE2309100E22B5C /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = CB63E23B1CE2309100E22B5C /* Project object */; +} diff --git a/Example/AppDelegate.swift b/Example/Example/AppDelegate.swift similarity index 100% rename from Example/AppDelegate.swift rename to Example/Example/AppDelegate.swift diff --git a/Example/Assets.xcassets/AppIcon.appiconset/Contents.json b/Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Example/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/Example/Base.lproj/LaunchScreen.storyboard b/Example/Example/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from Example/Base.lproj/LaunchScreen.storyboard rename to Example/Example/Base.lproj/LaunchScreen.storyboard diff --git a/Example/Base.lproj/Main.storyboard b/Example/Example/Base.lproj/Main.storyboard similarity index 93% rename from Example/Base.lproj/Main.storyboard rename to Example/Example/Base.lproj/Main.storyboard index 7f59d48..89e4536 100644 --- a/Example/Base.lproj/Main.storyboard +++ b/Example/Example/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - + @@ -12,8 +12,7 @@ - - + @@ -27,15 +26,12 @@ - - @@ -50,15 +46,12 @@ - - @@ -84,7 +77,6 @@ - @@ -97,7 +89,7 @@ - + @@ -108,7 +100,6 @@ - @@ -139,7 +128,6 @@ - @@ -157,7 +144,6 @@ - @@ -186,7 +172,7 @@ - + @@ -197,7 +183,6 @@ - @@ -206,7 +191,6 @@ - @@ -247,7 +228,6 @@ - diff --git a/Example/BatchRequestViewController.swift b/Example/Example/BatchRequestViewController.swift similarity index 100% rename from Example/BatchRequestViewController.swift rename to Example/Example/BatchRequestViewController.swift diff --git a/Example/Info.plist b/Example/Example/Info.plist similarity index 100% rename from Example/Info.plist rename to Example/Example/Info.plist diff --git a/Example/MathService.swift b/Example/Example/MathService.swift similarity index 100% rename from Example/MathService.swift rename to Example/Example/MathService.swift diff --git a/Example/SingleRequestViewController.swift b/Example/Example/SingleRequestViewController.swift similarity index 100% rename from Example/SingleRequestViewController.swift rename to Example/Example/SingleRequestViewController.swift diff --git a/JSONRPCKit.xcodeproj/project.pbxproj b/JSONRPCKit.xcodeproj/project.pbxproj index f5af25d..08f7ea0 100644 --- a/JSONRPCKit.xcodeproj/project.pbxproj +++ b/JSONRPCKit.xcodeproj/project.pbxproj @@ -7,139 +7,57 @@ objects = { /* Begin PBXBuildFile section */ - CB0079C91BF202400011DE14 /* Cartfile in Resources */ = {isa = PBXBuildFile; fileRef = CB0079C81BF202400011DE14 /* Cartfile */; }; - CB36EB061BF241B2003A4BCA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB36EB051BF241B2003A4BCA /* AppDelegate.swift */; }; - CB36EB081BF241B2003A4BCA /* SingleRequestViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB36EB071BF241B2003A4BCA /* SingleRequestViewController.swift */; }; - CB36EB0B1BF241B2003A4BCA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CB36EB091BF241B2003A4BCA /* Main.storyboard */; }; - CB36EB0D1BF241B2003A4BCA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CB36EB0C1BF241B2003A4BCA /* Assets.xcassets */; }; - CB36EB101BF241B2003A4BCA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CB36EB0E1BF241B2003A4BCA /* LaunchScreen.storyboard */; }; - CB36EB161BF242F4003A4BCA /* Cartfile.private in Resources */ = {isa = PBXBuildFile; fileRef = CB36EB151BF242F4003A4BCA /* Cartfile.private */; }; - CB36EB191BF243C7003A4BCA /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB36EB171BF243C7003A4BCA /* Alamofire.framework */; }; - CB36EB1A1BF243C7003A4BCA /* Alamofire.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CB36EB171BF243C7003A4BCA /* Alamofire.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - CB36EB1B1BF243C7003A4BCA /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB36EB181BF243C7003A4BCA /* Result.framework */; }; - CB36EB1C1BF243C7003A4BCA /* Result.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CB36EB181BF243C7003A4BCA /* Result.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - CB36EB1E1BF243E9003A4BCA /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB36EB181BF243C7003A4BCA /* Result.framework */; }; - CB36EB201BF24497003A4BCA /* MathService.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB36EB1F1BF24497003A4BCA /* MathService.swift */; }; CB36EB221BF24F1E003A4BCA /* AuthRequestType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB36EB211BF24F1E003A4BCA /* AuthRequestType.swift */; }; - CB36EB231BF25F45003A4BCA /* JSONRPCKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB0C34E1BF0B1D6006A7D41 /* JSONRPCKit.framework */; }; - CB36EB241BF25F45003A4BCA /* JSONRPCKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CBB0C34E1BF0B1D6006A7D41 /* JSONRPCKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; CB36EB281BF39028003A4BCA /* RequestIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB36EB271BF39028003A4BCA /* RequestIdentifier.swift */; }; + CB63E2381CE22F6C00E22B5C /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB63E2371CE22F6C00E22B5C /* Result.framework */; }; CB82B9E21BF0C5CE00756CB1 /* JSONRPCError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB82B9E11BF0C5CE00756CB1 /* JSONRPCError.swift */; }; CBB0C3521BF0B1D6006A7D41 /* JSONRPCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = CBB0C3511BF0B1D6006A7D41 /* JSONRPCKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; CBB0C35A1BF0B2D3006A7D41 /* RequestType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBB0C3591BF0B2D3006A7D41 /* RequestType.swift */; }; CBB0C35C1BF0B6FD006A7D41 /* JSONRPC.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBB0C35B1BF0B6FD006A7D41 /* JSONRPC.swift */; }; - CBB4161A1BF3541F00B4DB0E /* BatchRequestViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBB416181BF3534A00B4DB0E /* BatchRequestViewController.swift */; }; CBB4161C1BF3599D00B4DB0E /* RequestIdentifierGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBB4161B1BF3599D00B4DB0E /* RequestIdentifierGenerator.swift */; }; CBB4161E1BF370EA00B4DB0E /* NumberIdentifierGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBB4161D1BF370EA00B4DB0E /* NumberIdentifierGenerator.swift */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - CB36EB251BF25F45003A4BCA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = CBB0C3451BF0B1D6006A7D41 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CBB0C34D1BF0B1D6006A7D41; - remoteInfo = "JSONRPCKit-iOS"; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - CB36EB1D1BF243C7003A4BCA /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - CB36EB241BF25F45003A4BCA /* JSONRPCKit.framework in Embed Frameworks */, - CB36EB1A1BF243C7003A4BCA /* Alamofire.framework in Embed Frameworks */, - CB36EB1C1BF243C7003A4BCA /* Result.framework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - /* Begin PBXFileReference section */ - CB0079C81BF202400011DE14 /* Cartfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cartfile; sourceTree = ""; }; - CB36EB031BF241B2003A4BCA /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - CB36EB051BF241B2003A4BCA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - CB36EB071BF241B2003A4BCA /* SingleRequestViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleRequestViewController.swift; sourceTree = ""; }; - CB36EB0A1BF241B2003A4BCA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - CB36EB0C1BF241B2003A4BCA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - CB36EB0F1BF241B2003A4BCA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - CB36EB111BF241B2003A4BCA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - CB36EB151BF242F4003A4BCA /* Cartfile.private */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cartfile.private; sourceTree = ""; }; - CB36EB171BF243C7003A4BCA /* Alamofire.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Alamofire.framework; path = Carthage/Build/iOS/Alamofire.framework; sourceTree = ""; }; - CB36EB181BF243C7003A4BCA /* Result.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Result.framework; path = Carthage/Build/iOS/Result.framework; sourceTree = ""; }; - CB36EB1F1BF24497003A4BCA /* MathService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MathService.swift; sourceTree = ""; }; CB36EB211BF24F1E003A4BCA /* AuthRequestType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthRequestType.swift; sourceTree = ""; }; CB36EB271BF39028003A4BCA /* RequestIdentifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestIdentifier.swift; sourceTree = ""; }; + CB63E2371CE22F6C00E22B5C /* Result.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Result.framework; path = "../../Library/Developer/Xcode/DerivedData/JSONRPCKit-eyjczmxjmkkuomguooskjadkjyrr/Build/Products/Debug-iphoneos/Result.framework"; sourceTree = ""; }; CB82B9E11BF0C5CE00756CB1 /* JSONRPCError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONRPCError.swift; sourceTree = ""; }; CBB0C34E1BF0B1D6006A7D41 /* JSONRPCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JSONRPCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; CBB0C3511BF0B1D6006A7D41 /* JSONRPCKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JSONRPCKit.h; sourceTree = ""; }; CBB0C3531BF0B1D7006A7D41 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; CBB0C3591BF0B2D3006A7D41 /* RequestType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestType.swift; sourceTree = ""; }; CBB0C35B1BF0B6FD006A7D41 /* JSONRPC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONRPC.swift; sourceTree = ""; }; - CBB416181BF3534A00B4DB0E /* BatchRequestViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BatchRequestViewController.swift; sourceTree = ""; }; CBB4161B1BF3599D00B4DB0E /* RequestIdentifierGenerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestIdentifierGenerator.swift; sourceTree = ""; }; CBB4161D1BF370EA00B4DB0E /* NumberIdentifierGenerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NumberIdentifierGenerator.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - CB36EB001BF241B2003A4BCA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - CB36EB231BF25F45003A4BCA /* JSONRPCKit.framework in Frameworks */, - CB36EB191BF243C7003A4BCA /* Alamofire.framework in Frameworks */, - CB36EB1B1BF243C7003A4BCA /* Result.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; CBB0C34A1BF0B1D6006A7D41 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - CB36EB1E1BF243E9003A4BCA /* Result.framework in Frameworks */, + CB63E2381CE22F6C00E22B5C /* Result.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - CB0079C71BF202300011DE14 /* Carthage */ = { - isa = PBXGroup; - children = ( - CB0079C81BF202400011DE14 /* Cartfile */, - CB36EB151BF242F4003A4BCA /* Cartfile.private */, - CB36EB171BF243C7003A4BCA /* Alamofire.framework */, - CB36EB181BF243C7003A4BCA /* Result.framework */, - ); - name = Carthage; - sourceTree = ""; - }; - CB36EB041BF241B2003A4BCA /* Example */ = { + CB63E2391CE22F7E00E22B5C /* Frameworks */ = { isa = PBXGroup; children = ( - CB36EB051BF241B2003A4BCA /* AppDelegate.swift */, - CB36EB071BF241B2003A4BCA /* SingleRequestViewController.swift */, - CBB416181BF3534A00B4DB0E /* BatchRequestViewController.swift */, - CB36EB1F1BF24497003A4BCA /* MathService.swift */, - CB36EB091BF241B2003A4BCA /* Main.storyboard */, - CB36EB0C1BF241B2003A4BCA /* Assets.xcassets */, - CB36EB0E1BF241B2003A4BCA /* LaunchScreen.storyboard */, - CB36EB111BF241B2003A4BCA /* Info.plist */, + CB63E2371CE22F6C00E22B5C /* Result.framework */, ); - path = Example; + name = Frameworks; sourceTree = ""; }; CBB0C3441BF0B1D5006A7D41 = { isa = PBXGroup; children = ( CBB0C3501BF0B1D6006A7D41 /* JSONRPCKit */, - CB36EB041BF241B2003A4BCA /* Example */, - CB0079C71BF202300011DE14 /* Carthage */, CBB0C34F1BF0B1D6006A7D41 /* Products */, + CB63E2391CE22F7E00E22B5C /* Frameworks */, ); sourceTree = ""; }; @@ -147,7 +65,6 @@ isa = PBXGroup; children = ( CBB0C34E1BF0B1D6006A7D41 /* JSONRPCKit.framework */, - CB36EB031BF241B2003A4BCA /* iOS Example.app */, ); name = Products; sourceTree = ""; @@ -182,25 +99,6 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - CB36EB021BF241B2003A4BCA /* iOS Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = CB36EB141BF241B2003A4BCA /* Build configuration list for PBXNativeTarget "iOS Example" */; - buildPhases = ( - CB36EAFF1BF241B2003A4BCA /* Sources */, - CB36EB001BF241B2003A4BCA /* Frameworks */, - CB36EB011BF241B2003A4BCA /* Resources */, - CB36EB1D1BF243C7003A4BCA /* Embed Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - CB36EB261BF25F45003A4BCA /* PBXTargetDependency */, - ); - name = "iOS Example"; - productName = "iOS Example"; - productReference = CB36EB031BF241B2003A4BCA /* iOS Example.app */; - productType = "com.apple.product-type.application"; - }; CBB0C34D1BF0B1D6006A7D41 /* JSONRPCKit-iOS */ = { isa = PBXNativeTarget; buildConfigurationList = CBB0C3561BF0B1D7006A7D41 /* Build configuration list for PBXNativeTarget "JSONRPCKit-iOS" */; @@ -229,9 +127,6 @@ LastUpgradeCheck = 0710; ORGANIZATIONNAME = "Shinichiro Oba"; TargetAttributes = { - CB36EB021BF241B2003A4BCA = { - CreatedOnToolsVersion = 7.1; - }; CBB0C34D1BF0B1D6006A7D41 = { CreatedOnToolsVersion = 7.1; }; @@ -251,45 +146,21 @@ projectRoot = ""; targets = ( CBB0C34D1BF0B1D6006A7D41 /* JSONRPCKit-iOS */, - CB36EB021BF241B2003A4BCA /* iOS Example */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - CB36EB011BF241B2003A4BCA /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CB36EB101BF241B2003A4BCA /* LaunchScreen.storyboard in Resources */, - CB36EB0D1BF241B2003A4BCA /* Assets.xcassets in Resources */, - CB36EB0B1BF241B2003A4BCA /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; CBB0C34C1BF0B1D6006A7D41 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - CB0079C91BF202400011DE14 /* Cartfile in Resources */, - CB36EB161BF242F4003A4BCA /* Cartfile.private in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - CB36EAFF1BF241B2003A4BCA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CB36EB201BF24497003A4BCA /* MathService.swift in Sources */, - CB36EB081BF241B2003A4BCA /* SingleRequestViewController.swift in Sources */, - CBB4161A1BF3541F00B4DB0E /* BatchRequestViewController.swift in Sources */, - CB36EB061BF241B2003A4BCA /* AppDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; CBB0C3491BF0B1D6006A7D41 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -306,66 +177,7 @@ }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - CB36EB261BF25F45003A4BCA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = CBB0C34D1BF0B1D6006A7D41 /* JSONRPCKit-iOS */; - targetProxy = CB36EB251BF25F45003A4BCA /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - CB36EB091BF241B2003A4BCA /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - CB36EB0A1BF241B2003A4BCA /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - CB36EB0E1BF241B2003A4BCA /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - CB36EB0F1BF241B2003A4BCA /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - /* Begin XCBuildConfiguration section */ - CB36EB121BF241B2003A4BCA /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); - INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.bricklife.ios.iOS-Example"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - CB36EB131BF241B2003A4BCA /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); - INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.bricklife.ios.iOS-Example"; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; CBB0C3541BF0B1D7006A7D41 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -463,10 +275,6 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); INFOPLIST_FILE = JSONRPCKit/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -485,10 +293,6 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); INFOPLIST_FILE = JSONRPCKit/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -501,15 +305,6 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - CB36EB141BF241B2003A4BCA /* Build configuration list for PBXNativeTarget "iOS Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CB36EB121BF241B2003A4BCA /* Debug */, - CB36EB131BF241B2003A4BCA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; CBB0C3481BF0B1D6006A7D41 /* Build configuration list for PBXProject "JSONRPCKit" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/JSONRPCKit.xcworkspace/contents.xcworkspacedata b/JSONRPCKit.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..6497bc9 --- /dev/null +++ b/JSONRPCKit.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + diff --git a/JSONRPCKit.xcworkspace/xcshareddata/JSONRPCKit.xcscmblueprint b/JSONRPCKit.xcworkspace/xcshareddata/JSONRPCKit.xcscmblueprint new file mode 100644 index 0000000..093b858 --- /dev/null +++ b/JSONRPCKit.xcworkspace/xcshareddata/JSONRPCKit.xcscmblueprint @@ -0,0 +1,37 @@ +{ + "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "AD7BAB873C97DE45820C77B7C507D01D37AE8FCE", + "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { + + }, + "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { + "956D2B21DD155C49504BB67697A67F7C5351A353" : 0, + "AD7BAB873C97DE45820C77B7C507D01D37AE8FCE" : 0, + "67620B5EFA902936DF04070AF595B76AB0333747" : 0 + }, + "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "B7070147-19AF-425E-BE57-543D984E1DB3", + "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { + "956D2B21DD155C49504BB67697A67F7C5351A353" : "JSONRPCKit\/Carthage\/Checkouts\/Result\/", + "AD7BAB873C97DE45820C77B7C507D01D37AE8FCE" : "JSONRPCKit\/", + "67620B5EFA902936DF04070AF595B76AB0333747" : "JSONRPCKit\/Carthage\/Checkouts\/Alamofire\/" + }, + "DVTSourceControlWorkspaceBlueprintNameKey" : "JSONRPCKit", + "DVTSourceControlWorkspaceBlueprintVersion" : 204, + "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "JSONRPCKit.xcworkspace", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/Alamofire\/Alamofire.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "67620B5EFA902936DF04070AF595B76AB0333747" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/antitypical\/Result.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "956D2B21DD155C49504BB67697A67F7C5351A353" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/bricklife\/JSONRPCKit.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "AD7BAB873C97DE45820C77B7C507D01D37AE8FCE" + } + ] +} \ No newline at end of file