summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Juick.xcodeproj/project.pbxproj25
-rw-r--r--Juick/Juick.entitlements4
-rw-r--r--Podfile.lock27
3 files changed, 27 insertions, 29 deletions
diff --git a/Juick.xcodeproj/project.pbxproj b/Juick.xcodeproj/project.pbxproj
index 7d6e3c1..58ec2b6 100644
--- a/Juick.xcodeproj/project.pbxproj
+++ b/Juick.xcodeproj/project.pbxproj
@@ -372,7 +372,6 @@
77317BA5181BBE8500D60005 /* Frameworks */,
77317BA6181BBE8500D60005 /* Resources */,
FA8A2318D105CEEA023CE69A /* [CP] Embed Pods Frameworks */,
- D6617CF570FBB08CC36345AF /* [CP] Copy Pods Resources */,
);
buildRules = (
);
@@ -416,6 +415,9 @@
com.apple.Push = {
enabled = 1;
};
+ com.apple.SafariKeychain = {
+ enabled = 1;
+ };
};
};
77317BCB181BBE8500D60005 = {
@@ -493,27 +495,6 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
- D6617CF570FBB08CC36345AF /* [CP] Copy Pods Resources */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "${SRCROOT}/Pods/Target Support Files/Pods-Juick/Pods-Juick-resources.sh",
- "${PODS_ROOT}/DateTools/DateTools/DateTools/DateTools.bundle",
- "${PODS_ROOT}/FontAwesome+iOS/Resources/FontAwesome.ttf",
- "${PODS_ROOT}/SIAlertView/SIAlertView/SIAlertView.bundle",
- "${PODS_ROOT}/XLForm/XLForm/XLForm.bundle",
- );
- name = "[CP] Copy Pods Resources";
- outputPaths = (
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Juick/Pods-Juick-resources.sh\"\n";
- showEnvVarsInLog = 0;
- };
FA8A2318D105CEEA023CE69A /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
diff --git a/Juick/Juick.entitlements b/Juick/Juick.entitlements
index 903def2..7e369b6 100644
--- a/Juick/Juick.entitlements
+++ b/Juick/Juick.entitlements
@@ -4,5 +4,9 @@
<dict>
<key>aps-environment</key>
<string>development</string>
+ <key>com.apple.developer.associated-domains</key>
+ <array>
+ <string>webcredentials:juick.com</string>
+ </array>
</dict>
</plist>
diff --git a/Podfile.lock b/Podfile.lock
index 24d1cd8..2b63ee0 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -17,13 +17,13 @@ PODS:
- DateTools (2.0.0)
- MWFeedParser (1.0.1):
- MWFeedParser/FeedParser (= 1.0.1)
- - MWFeedParser/NSDate+InternetDateTime (= 1.0.1)
- - MWFeedParser/NSString+HTML (= 1.0.1)
+ - "MWFeedParser/NSDate+InternetDateTime (= 1.0.1)"
+ - "MWFeedParser/NSString+HTML (= 1.0.1)"
- MWFeedParser/FeedParser (1.0.1):
- - MWFeedParser/NSDate+InternetDateTime
- - MWFeedParser/NSString+HTML
- - MWFeedParser/NSDate+InternetDateTime (1.0.1)
- - MWFeedParser/NSString+HTML (1.0.1)
+ - "MWFeedParser/NSDate+InternetDateTime"
+ - "MWFeedParser/NSString+HTML"
+ - "MWFeedParser/NSDate+InternetDateTime (1.0.1)"
+ - "MWFeedParser/NSString+HTML (1.0.1)"
- PDKeychainBindingsController (0.0.1)
- TagListView-ObjC (0.1.1)
- TTTAttributedLabel (2.0.0)
@@ -46,6 +46,19 @@ DEPENDENCIES:
- YYModel
- YYWebImage
+SPEC REPOS:
+ https://github.com/CocoaPods/Specs.git:
+ - AFNetworking
+ - DateTools
+ - MWFeedParser
+ - PDKeychainBindingsController
+ - TagListView-ObjC
+ - TTTAttributedLabel
+ - YYCache
+ - YYImage
+ - YYModel
+ - YYWebImage
+
SPEC CHECKSUMS:
AFNetworking: 8ac6017b94ea105479f7776e5288e48ae9c59bb4
DateTools: 933ac9c490f21f92127cf690ccd8c397e0126caf
@@ -60,4 +73,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: b2b57aadac65d2dcd8ce5561ec85dab3d8479d0b
-COCOAPODS: 1.4.0
+COCOAPODS: 1.5.0