From d536e29914f849fd5e2c0d433b51cde7168fdb8c Mon Sep 17 00:00:00 2001 From: Jaison Titus Date: Thu, 27 Jul 2017 12:56:21 +0530 Subject: [PATCH] Changes --- Hasura.podspec | 0 Untitled.xcworkspace/contents.xcworkspacedata | 10 ----- .../xcshareddata/Untitled.xcscmblueprint | 43 ------------------- .../xcdebugger/Breakpoints_v2.xcbkptlist | 5 --- iOS_SDK/Info.plist | 24 ----------- iOS_SDK/iOS_SDK.h | 19 -------- 6 files changed, 101 deletions(-) create mode 100644 Hasura.podspec delete mode 100644 Untitled.xcworkspace/contents.xcworkspacedata delete mode 100644 Untitled.xcworkspace/xcshareddata/Untitled.xcscmblueprint delete mode 100644 Untitled.xcworkspace/xcuserdata/jaison.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist delete mode 100644 iOS_SDK/Info.plist delete mode 100644 iOS_SDK/iOS_SDK.h diff --git a/Hasura.podspec b/Hasura.podspec new file mode 100644 index 0000000..e69de29 diff --git a/Untitled.xcworkspace/contents.xcworkspacedata b/Untitled.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 5dac7a8..0000000 --- a/Untitled.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/Untitled.xcworkspace/xcshareddata/Untitled.xcscmblueprint b/Untitled.xcworkspace/xcshareddata/Untitled.xcscmblueprint deleted file mode 100644 index f5cf6e1..0000000 --- a/Untitled.xcworkspace/xcshareddata/Untitled.xcscmblueprint +++ /dev/null @@ -1,43 +0,0 @@ -{ - "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { - - }, - "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { - "D712610954CA9BFA7A6E793AC8CA9FD9B6557F56" : 9223372036854775807, - "58AAB0051E2B4EEDF1845A552012E6D0EBAD9127" : 9223372036854775807, - "15ADDC96148D8EC7ABACA3AFDED5D958C5D22840" : 9223372036854775807, - "67620B5EFA902936DF04070AF595B76AB0333747" : 9223372036854775807 - }, - "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "71959800-D033-4BBA-BA07-CD427E09ACD1", - "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { - "D712610954CA9BFA7A6E793AC8CA9FD9B6557F56" : "..\/..\/AlamofireObjectMapper", - "58AAB0051E2B4EEDF1845A552012E6D0EBAD9127" : "..\/..\/ObjectMapper", - "15ADDC96148D8EC7ABACA3AFDED5D958C5D22840" : "..\/..\/Moya", - "67620B5EFA902936DF04070AF595B76AB0333747" : "..\/..\/Alamofire" - }, - "DVTSourceControlWorkspaceBlueprintNameKey" : "Untitled", - "DVTSourceControlWorkspaceBlueprintVersion" : 204, - "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Untitled.xcworkspace", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/Moya\/Moya.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "15ADDC96148D8EC7ABACA3AFDED5D958C5D22840" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:Hearst-DD\/ObjectMapper.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "58AAB0051E2B4EEDF1845A552012E6D0EBAD9127" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:Alamofire\/Alamofire.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "67620B5EFA902936DF04070AF595B76AB0333747" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:tristanhimmelman\/AlamofireObjectMapper.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "D712610954CA9BFA7A6E793AC8CA9FD9B6557F56" - } - ] -} \ No newline at end of file diff --git a/Untitled.xcworkspace/xcuserdata/jaison.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Untitled.xcworkspace/xcuserdata/jaison.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index ed9a9b4..0000000 --- a/Untitled.xcworkspace/xcuserdata/jaison.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/iOS_SDK/Info.plist b/iOS_SDK/Info.plist deleted file mode 100644 index fbe1e6b..0000000 --- a/iOS_SDK/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - 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/iOS_SDK/iOS_SDK.h b/iOS_SDK/iOS_SDK.h deleted file mode 100644 index ed5f81f..0000000 --- a/iOS_SDK/iOS_SDK.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// iOS_SDK.h -// iOS_SDK -// -// Created by Jaison on 26/06/17. -// Copyright © 2017 Hasura. All rights reserved. -// - -#import - -//! Project version number for iOS_SDK. -FOUNDATION_EXPORT double iOS_SDKVersionNumber; - -//! Project version string for iOS_SDK. -FOUNDATION_EXPORT const unsigned char iOS_SDKVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - -