Skip to content
Snippets Groups Projects
Unverified Commit 8710aa7d authored by Spotlight's avatar Spotlight
Browse files

Add SKQueue as a cocoapod dep instead

parent 183fc2fe
No related branches found
No related tags found
No related merge requests found
.DS_Store 0 → 100644
File added
[submodule "SKQueue"]
path = SKQueue
url = git@github.com:daniel-pedersen/SKQueue.git
......@@ -10,6 +10,7 @@ target 'Screenshottr' do
pod 'GoogleAPIClientForREST/Storage'
pod 'GTMAppAuth'
pod 'UTIKit'
pod 'SKQueue', :git => 'https://github.com/spotlightishere/SKQueue'
# pod 'AWSCore', :git => 'https://github.com/nickoneill/aws-sdk-osx'
# pod 'AWSS3', :git => 'https://github.com/nickoneill/aws-sdk-osx'
# pod 'ImgurSession', :git => 'https://github.com/mileswd/ImgurSession'
......
......@@ -16,21 +16,33 @@ PODS:
- GTMSessionFetcher/Core (1.1.12)
- GTMSessionFetcher/Full (1.1.12):
- GTMSessionFetcher/Core (= 1.1.12)
- SKQueue (1.1)
- UTIKit (2.0.1)
DEPENDENCIES:
- GoogleAPIClientForREST
- GoogleAPIClientForREST/Storage
- GTMAppAuth
- SKQueue (from `https://github.com/spotlightishere/SKQueue`)
- UTIKit
EXTERNAL SOURCES:
SKQueue:
:git: https://github.com/spotlightishere/SKQueue
CHECKOUT OPTIONS:
SKQueue:
:commit: 5598290316a56eab7a2a2b64f1fc7fdaccec425a
:git: https://github.com/spotlightishere/SKQueue
SPEC CHECKSUMS:
AppAuth: f7d9a2ce4ffe79a62a8b0c1d0938e88d9809b846
GoogleAPIClientForREST: d18c6704317d6d5c56d70f724f8990eb125359a4
GTMAppAuth: ae710e1e53431e2bcdd57f9f92daa16a58a2947d
GTMSessionFetcher: ebaa1f79a5366922c1735f1566901f50beba23b7
SKQueue: ed3265dfec4847a3dd551e6671c1c8c92e71bc63
UTIKit: 5b16488927ed6df479189acd9ff1ad6a7b19f8ff
PODFILE CHECKSUM: 451a982c4ad432a238567121aea7bb664e3cfe31
PODFILE CHECKSUM: 348c120c74479d76049014893bd3f36e005c7e69
COCOAPODS: 1.3.1
Subproject commit b6dcd7532f90b0c3abbe624d271f64ac7f393ddf
......@@ -7,10 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
26BB2A472CADC329D8BEE1B8 /* Pods_Screenshottr.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85B58CFFF6F2C5DBA952F077 /* Pods_Screenshottr.framework */; };
42487B291F537B8100D1F8B7 /* SKQueue.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 425860681F47776C004A1C45 /* SKQueue.framework */; };
42487B2B1F537B9D00D1F8B7 /* SKQueue.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 425860681F47776C004A1C45 /* SKQueue.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4258606E1F4791EA004A1C45 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4258606D1F4791EA004A1C45 /* AppKit.framework */; };
4241FB4F1FBD106700A364B9 /* Pods_Screenshottr.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 85B58CFFF6F2C5DBA952F077 /* Pods_Screenshottr.framework */; };
4241FB521FBD106800A364B9 /* GoogleAPIClientForREST.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4241FB501FBD106700A364B9 /* GoogleAPIClientForREST.framework */; };
4277C2BB1F4F66F8004649DA /* PomfManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4277C2BA1F4F66F7004649DA /* PomfManager.swift */; };
4279D5841F4686AE00558889 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4279D5831F4686AE00558889 /* AppDelegate.swift */; };
4279D5861F4686AE00558889 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4279D5851F4686AE00558889 /* Assets.xcassets */; };
......@@ -44,24 +42,11 @@
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
4258606A1F47777F004A1C45 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
42487B2B1F537B9D00D1F8B7 /* SKQueue.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
006CA6CBF8573105AF470C5F /* Pods-ScreenshottrTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScreenshottrTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScreenshottrTests/Pods-ScreenshottrTests.release.xcconfig"; sourceTree = "<group>"; };
37D181DEC0A73C7E8176F589 /* Pods-ScreenshottrTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScreenshottrTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScreenshottrTests/Pods-ScreenshottrTests.debug.xcconfig"; sourceTree = "<group>"; };
389C76C5526A8321EFEC3232 /* Pods-ScreenshottrUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScreenshottrUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScreenshottrUITests/Pods-ScreenshottrUITests.release.xcconfig"; sourceTree = "<group>"; };
425860681F47776C004A1C45 /* SKQueue.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SKQueue.framework; path = "../../../Library/Developer/Xcode/DerivedData/Screenshottr-gzkxuejpzrnbdzcrxvwoylcessms/Build/Products/Debug/SKQueue.framework"; sourceTree = "<group>"; };
4241FB501FBD106700A364B9 /* GoogleAPIClientForREST.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAPIClientForREST.framework; path = "../../../Library/Developer/Xcode/DerivedData/Screenshottr-cgbrmxspntvczobhzllpyoohqeof/Build/Products/Debug/GoogleAPIClientForREST/GoogleAPIClientForREST.framework"; sourceTree = "<group>"; };
4258606D1F4791EA004A1C45 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
4277C2BA1F4F66F7004649DA /* PomfManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PomfManager.swift; sourceTree = "<group>"; };
4279D5801F4686AE00558889 /* Screenshottr.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Screenshottr.app; sourceTree = BUILT_PRODUCTS_DIR; };
......@@ -94,9 +79,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
42487B291F537B8100D1F8B7 /* SKQueue.framework in Frameworks */,
4258606E1F4791EA004A1C45 /* AppKit.framework in Frameworks */,
26BB2A472CADC329D8BEE1B8 /* Pods_Screenshottr.framework in Frameworks */,
4241FB521FBD106800A364B9 /* GoogleAPIClientForREST.framework in Frameworks */,
4241FB4F1FBD106700A364B9 /* Pods_Screenshottr.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
......@@ -180,8 +164,8 @@
7A751063B4D1222BE4806F8F /* Frameworks */ = {
isa = PBXGroup;
children = (
4241FB501FBD106700A364B9 /* GoogleAPIClientForREST.framework */,
4258606D1F4791EA004A1C45 /* AppKit.framework */,
425860681F47776C004A1C45 /* SKQueue.framework */,
85B58CFFF6F2C5DBA952F077 /* Pods_Screenshottr.framework */,
C2ACA69BD41F67A4C2DFC71C /* Pods_ScreenshottrTests.framework */,
B3E2968AB8A1EEDF1100710F /* Pods_ScreenshottrUITests.framework */,
......@@ -215,7 +199,6 @@
4279D57D1F4686AB00558889 /* Frameworks */,
0E01B436C1770DE50E04E88A /* [CP] Embed Pods Frameworks */,
86E884047D855A4C6AFF08C8 /* [CP] Copy Pods Resources */,
4258606A1F47777F004A1C45 /* CopyFiles */,
);
buildRules = (
);
......@@ -392,6 +375,7 @@
"${BUILT_PRODUCTS_DIR}/GTMAppAuth/GTMAppAuth.framework",
"${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
"${BUILT_PRODUCTS_DIR}/GoogleAPIClientForREST/GoogleAPIClientForREST.framework",
"${BUILT_PRODUCTS_DIR}/SKQueue/SKQueue.framework",
"${BUILT_PRODUCTS_DIR}/UTIKit/UTIKit.framework",
);
name = "[CP] Embed Pods Frameworks";
......@@ -400,6 +384,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMAppAuth.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleAPIClientForREST.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SKQueue.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/UTIKit.framework",
);
runOnlyForDeploymentPostprocessing = 0;
......@@ -663,11 +648,14 @@
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 2F5AW9EGL6;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Screenshottr/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = io.github.spotlightishere.Screenshottr;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
VALID_ARCHS = x86_64;
};
name = Debug;
};
......@@ -679,11 +667,14 @@
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 2F5AW9EGL6;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Screenshottr/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = io.github.spotlightishere.Screenshottr;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
VALID_ARCHS = x86_64;
};
name = Release;
};
......
......@@ -4,9 +4,6 @@
<FileRef
location = "group:Screenshottr.xcodeproj">
</FileRef>
<FileRef
location = "group:SKQueue/SKQueue.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment