summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Juick.xcodeproj/project.pbxproj121
-rw-r--r--Juick.xcodeproj/xcuserdata/vt.xcuserdatad/xcschemes/Juick.xcscheme19
-rw-r--r--Juick/Juick-Info.plist2
-rw-r--r--Juick/MessagesViewController.m2
-rw-r--r--JuickTests/JuickTests-Info.plist2
-rw-r--r--Podfile.lock85
6 files changed, 164 insertions, 67 deletions
diff --git a/Juick.xcodeproj/project.pbxproj b/Juick.xcodeproj/project.pbxproj
index b1a248c..90e890e 100644
--- a/Juick.xcodeproj/project.pbxproj
+++ b/Juick.xcodeproj/project.pbxproj
@@ -7,7 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
- 023DFC884FC1455E9522E9BF /* libPods-Juick.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E1A04338EB0146778B4503DC /* libPods-Juick.a */; };
+ 531B2334937B7BA2C56BC426 /* libPods-JuickTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0229858EB2CC685108B19E93 /* libPods-JuickTests.a */; };
+ 562874C89BA436112F69D3B8 /* libPods-Juick.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 366F932A3613909CFC3ADC81 /* libPods-Juick.a */; };
771E4AD618606AA400EBACC8 /* NavCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 771E4AD518606AA400EBACC8 /* NavCell.m */; };
77317BAC181BBE8500D60005 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BAB181BBE8500D60005 /* Foundation.framework */; };
77317BAE181BBE8500D60005 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BAD181BBE8500D60005 /* CoreGraphics.framework */; };
@@ -57,6 +58,9 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
+ 0229858EB2CC685108B19E93 /* libPods-JuickTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-JuickTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 366F932A3613909CFC3ADC81 /* libPods-Juick.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Juick.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4A0219982372B305EC484794 /* Pods-JuickTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JuickTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-JuickTests/Pods-JuickTests.release.xcconfig"; sourceTree = "<group>"; };
771E4AD418606AA400EBACC8 /* NavCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavCell.h; sourceTree = "<group>"; };
771E4AD518606AA400EBACC8 /* NavCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NavCell.m; sourceTree = "<group>"; };
77317BA8181BBE8500D60005 /* Juick.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Juick.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -110,8 +114,9 @@
77D163C1181F048F00401EF0 /* MessageCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MessageCell.m; sourceTree = "<group>"; };
77E35A80189A5B5A00B2D216 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
77E35A81189A5B5A00B2D216 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
- AD52EBAFFD6B4395B342F246 /* Pods-Juick.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Juick.xcconfig"; path = "Pods/Pods-Juick.xcconfig"; sourceTree = "<group>"; };
- E1A04338EB0146778B4503DC /* libPods-Juick.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Juick.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 8F93DB342C85111DFBC86143 /* Pods-Juick.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Juick.release.xcconfig"; path = "Pods/Target Support Files/Pods-Juick/Pods-Juick.release.xcconfig"; sourceTree = "<group>"; };
+ D5F79ADD6611E9C3C0D56671 /* Pods-JuickTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JuickTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JuickTests/Pods-JuickTests.debug.xcconfig"; sourceTree = "<group>"; };
+ F3C23ADDEF1C47900AA28093 /* Pods-Juick.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Juick.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Juick/Pods-Juick.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -126,7 +131,7 @@
77317BAE181BBE8500D60005 /* CoreGraphics.framework in Frameworks */,
77317BB0181BBE8500D60005 /* UIKit.framework in Frameworks */,
77317BAC181BBE8500D60005 /* Foundation.framework in Frameworks */,
- 023DFC884FC1455E9522E9BF /* libPods-Juick.a in Frameworks */,
+ 562874C89BA436112F69D3B8 /* libPods-Juick.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -137,12 +142,24 @@
77317BCE181BBE8500D60005 /* XCTest.framework in Frameworks */,
77317BD0181BBE8500D60005 /* UIKit.framework in Frameworks */,
77317BCF181BBE8500D60005 /* Foundation.framework in Frameworks */,
+ 531B2334937B7BA2C56BC426 /* libPods-JuickTests.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
+ 478C26C1EEFED1F89B8F65E7 /* Pods */ = {
+ isa = PBXGroup;
+ children = (
+ F3C23ADDEF1C47900AA28093 /* Pods-Juick.debug.xcconfig */,
+ 8F93DB342C85111DFBC86143 /* Pods-Juick.release.xcconfig */,
+ D5F79ADD6611E9C3C0D56671 /* Pods-JuickTests.debug.xcconfig */,
+ 4A0219982372B305EC484794 /* Pods-JuickTests.release.xcconfig */,
+ );
+ name = Pods;
+ sourceTree = "<group>";
+ };
77317B9F181BBE8500D60005 = {
isa = PBXGroup;
children = (
@@ -150,7 +167,7 @@
77317BD3181BBE8500D60005 /* JuickTests */,
77317BAA181BBE8500D60005 /* Frameworks */,
77317BA9181BBE8500D60005 /* Products */,
- AD52EBAFFD6B4395B342F246 /* Pods-Juick.xcconfig */,
+ 478C26C1EEFED1F89B8F65E7 /* Pods */,
);
sourceTree = "<group>";
};
@@ -174,7 +191,8 @@
77317BAD181BBE8500D60005 /* CoreGraphics.framework */,
77317BAF181BBE8500D60005 /* UIKit.framework */,
77317BCD181BBE8500D60005 /* XCTest.framework */,
- E1A04338EB0146778B4503DC /* libPods-Juick.a */,
+ 366F932A3613909CFC3ADC81 /* libPods-Juick.a */,
+ 0229858EB2CC685108B19E93 /* libPods-JuickTests.a */,
);
name = Frameworks;
sourceTree = "<group>";
@@ -259,11 +277,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 77317BDD181BBE8500D60005 /* Build configuration list for PBXNativeTarget "Juick" */;
buildPhases = (
- 8C368BB4728E4484A53015A0 /* Check Pods Manifest.lock */,
+ 7A3C8999A01D2379B704CE5B /* [CP] Check Pods Manifest.lock */,
77317BA4181BBE8500D60005 /* Sources */,
77317BA5181BBE8500D60005 /* Frameworks */,
77317BA6181BBE8500D60005 /* Resources */,
- B3224023A642464D96AA14E2 /* Copy Pods Resources */,
+ E7FF65874E5B49CF2367F380 /* [CP] Embed Pods Frameworks */,
+ ED18F510D57CB16F4E0C0B03 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
@@ -278,9 +297,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 77317BE0181BBE8500D60005 /* Build configuration list for PBXNativeTarget "JuickTests" */;
buildPhases = (
+ D19E33D9C77E2611BBA45866 /* [CP] Check Pods Manifest.lock */,
77317BC8181BBE8500D60005 /* Sources */,
77317BC9181BBE8500D60005 /* Frameworks */,
77317BCA181BBE8500D60005 /* Resources */,
+ 190F3B3CA15B4328CA46684E /* [CP] Embed Pods Frameworks */,
+ CDD887CDEF42493AD77D673F /* [CP] Copy Pods Resources */,
);
buildRules = (
);
@@ -298,7 +320,7 @@
77317BA0181BBE8500D60005 /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 0510;
+ LastUpgradeCheck = 0730;
ORGANIZATIONNAME = com.juick;
TargetAttributes = {
77317BA7181BBE8500D60005 = {
@@ -356,14 +378,59 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
- 8C368BB4728E4484A53015A0 /* Check Pods Manifest.lock */ = {
+ 190F3B3CA15B4328CA46684E /* [CP] Embed Pods Frameworks */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "[CP] Embed Pods Frameworks";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JuickTests/Pods-JuickTests-frameworks.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
+ 7A3C8999A01D2379B704CE5B /* [CP] Check Pods Manifest.lock */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "[CP] Check Pods Manifest.lock";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
+ showEnvVarsInLog = 0;
+ };
+ CDD887CDEF42493AD77D673F /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
- name = "Check Pods Manifest.lock";
+ name = "[CP] Copy Pods Resources";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JuickTests/Pods-JuickTests-resources.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
+ D19E33D9C77E2611BBA45866 /* [CP] Check Pods Manifest.lock */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
@@ -371,19 +438,34 @@
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
- B3224023A642464D96AA14E2 /* Copy Pods Resources */ = {
+ E7FF65874E5B49CF2367F380 /* [CP] Embed Pods Frameworks */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "[CP] Embed Pods Frameworks";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Juick/Pods-Juick-frameworks.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
+ ED18F510D57CB16F4E0C0B03 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
- name = "Copy Pods Resources";
+ name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/Pods/Pods-Juick-resources.sh\"\n";
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Juick/Pods-Juick-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
@@ -467,6 +549,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
+ ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
@@ -521,7 +604,7 @@
};
77317BDE181BBE8500D60005 /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = AD52EBAFFD6B4395B342F246 /* Pods-Juick.xcconfig */;
+ baseConfigurationReference = F3C23ADDEF1C47900AA28093 /* Pods-Juick.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -530,6 +613,7 @@
GCC_PREFIX_HEADER = "Juick/Juick-Prefix.pch";
INFOPLIST_FILE = "Juick/Juick-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
+ PRODUCT_BUNDLE_IDENTIFIER = "com.juick.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
@@ -538,7 +622,7 @@
};
77317BDF181BBE8500D60005 /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = AD52EBAFFD6B4395B342F246 /* Pods-Juick.xcconfig */;
+ baseConfigurationReference = 8F93DB342C85111DFBC86143 /* Pods-Juick.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -547,6 +631,7 @@
GCC_PREFIX_HEADER = "Juick/Juick-Prefix.pch";
INFOPLIST_FILE = "Juick/Juick-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
+ PRODUCT_BUNDLE_IDENTIFIER = "com.juick.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
@@ -555,6 +640,7 @@
};
77317BE1181BBE8500D60005 /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = D5F79ADD6611E9C3C0D56671 /* Pods-JuickTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Juick.app/Juick";
FRAMEWORK_SEARCH_PATHS = (
@@ -569,6 +655,7 @@
"$(inherited)",
);
INFOPLIST_FILE = "JuickTests/JuickTests-Info.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.juick.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
@@ -577,6 +664,7 @@
};
77317BE2181BBE8500D60005 /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 4A0219982372B305EC484794 /* Pods-JuickTests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Juick.app/Juick";
FRAMEWORK_SEARCH_PATHS = (
@@ -587,6 +675,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Juick/Juick-Prefix.pch";
INFOPLIST_FILE = "JuickTests/JuickTests-Info.plist";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.juick.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
diff --git a/Juick.xcodeproj/xcuserdata/vt.xcuserdatad/xcschemes/Juick.xcscheme b/Juick.xcodeproj/xcuserdata/vt.xcuserdatad/xcschemes/Juick.xcscheme
index a1ac218..412fabd 100644
--- a/Juick.xcodeproj/xcuserdata/vt.xcuserdatad/xcschemes/Juick.xcscheme
+++ b/Juick.xcodeproj/xcuserdata/vt.xcuserdatad/xcschemes/Juick.xcscheme
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
- LastUpgradeVersion = "0510"
+ LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
@@ -23,10 +23,10 @@
</BuildActionEntries>
</BuildAction>
<TestAction
+ buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
- shouldUseLaunchSchemeArgsEnv = "YES"
- buildConfiguration = "Debug">
+ shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
@@ -48,17 +48,21 @@
ReferencedContainer = "container:Juick.xcodeproj">
</BuildableReference>
</MacroExpansion>
+ <AdditionalOptions>
+ </AdditionalOptions>
</TestAction>
<LaunchAction
+ buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
- buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
+ debugServiceExtension = "internal"
allowLocationSimulation = "YES">
- <BuildableProductRunnable>
+ <BuildableProductRunnable
+ runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "77317BA7181BBE8500D60005"
@@ -71,12 +75,13 @@
</AdditionalOptions>
</LaunchAction>
<ProfileAction
+ buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
- buildConfiguration = "Release"
debugDocumentVersioning = "YES">
- <BuildableProductRunnable>
+ <BuildableProductRunnable
+ runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "77317BA7181BBE8500D60005"
diff --git a/Juick/Juick-Info.plist b/Juick/Juick-Info.plist
index f89e3d3..b9e59e9 100644
--- a/Juick/Juick-Info.plist
+++ b/Juick/Juick-Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>com.juick.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
diff --git a/Juick/MessagesViewController.m b/Juick/MessagesViewController.m
index 7e3f01a..ff7e556 100644
--- a/Juick/MessagesViewController.m
+++ b/Juick/MessagesViewController.m
@@ -145,7 +145,7 @@ static NSMutableDictionary *heightsCache;
[cell setMessage:msg];
if ([msg.attach length] > 0) {
SDWebImageManager * manager = [SDWebImageManager sharedManager];
- [manager downloadWithURL:[NSURL URLWithString:msg.attach] options:SDWebImageContinueInBackground progress:^(NSUInteger receivedSize, long long expectedSize) {
+ [manager downloadWithURL:[NSURL URLWithString:msg.attach] options:SDWebImageContinueInBackground progress:^(NSInteger receivedSize, NSInteger expectedSize) {
// <#code#>
} completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished) {
[cell.attach setImage:[UIImage imageWithImage:image convertToWidth:300.0f]];
diff --git a/JuickTests/JuickTests-Info.plist b/JuickTests/JuickTests-Info.plist
index 483802c..169b6f7 100644
--- a/JuickTests/JuickTests-Info.plist
+++ b/JuickTests/JuickTests-Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>com.juick.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
diff --git a/Podfile.lock b/Podfile.lock
index 1bed23c..5ee723b 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -1,48 +1,49 @@
PODS:
- - AFNetworking (1.3.3)
+ - AFNetworking (1.3.4)
- FontAwesome+iOS (0.1.1)
- - ISO8601DateFormatterValueTransformer (0.5.0):
- - RKValueTransformers (~> 1.0.0)
+ - ISO8601DateFormatterValueTransformer (0.6.1):
+ - RKValueTransformers (~> 1.1.0)
- JVFloatLabeledTextField (0.0.5)
- - Masonry (0.2.4)
+ - Masonry (1.0.1)
- MWFeedParser (0.0.1):
- - MWFeedParser/Feed
- - MWFeedParser/NSDate+InternetDateTime
- - MWFeedParser/NSString+HTML
- - MWFeedParser/NSString+XMLEntities
+ - MWFeedParser/Feed (= 0.0.1)
+ - MWFeedParser/NSDate+InternetDateTime (= 0.0.1)
+ - MWFeedParser/NSString+HTML (= 0.0.1)
+ - MWFeedParser/NSString+XMLEntities (= 0.0.1)
- MWFeedParser/Feed (0.0.1)
- MWFeedParser/NSDate+InternetDateTime (0.0.1)
- MWFeedParser/NSString+HTML (0.0.1)
- MWFeedParser/NSString+XMLEntities (0.0.1)
- NSDate+TimeAgo (1.0.2)
- PDKeychainBindingsController (0.0.1)
- - RestKit (0.21.0):
- - RestKit/Core
- - RestKit/Core (0.21.0):
+ - RestKit (0.26.0):
+ - RestKit/Core (= 0.26.0)
+ - RestKit/Core (0.26.0):
- RestKit/CoreData
- RestKit/Network
- RestKit/ObjectMapping
- - RestKit/CoreData (0.21.0)
- - RestKit/Network (0.21.0):
+ - RestKit/CoreData (0.26.0):
+ - RestKit/ObjectMapping
+ - RestKit/Network (0.26.0):
- AFNetworking (~> 1.3.0)
- RestKit/ObjectMapping
- RestKit/Support
- SOCKit
- - RestKit/ObjectMapping (0.21.0):
- - ISO8601DateFormatterValueTransformer (~> 0.5.0)
+ - RestKit/ObjectMapping (0.26.0):
+ - ISO8601DateFormatterValueTransformer (~> 0.6.1)
- RestKit/Support
- - RKValueTransformers (~> 1.0.0)
- - RestKit/Support (0.21.0):
- - TransitionKit (= 1.1.1)
- - RKValueTransformers (1.0.1)
- - SDWebImage (3.5.1):
- - SDWebImage/Core
- - SDWebImage/Core (3.5.1)
+ - RKValueTransformers (~> 1.1.0)
+ - RestKit/Support (0.26.0):
+ - TransitionKit (~> 2.2)
+ - RKValueTransformers (1.1.3)
+ - SDWebImage (3.7.6):
+ - SDWebImage/Core (= 3.7.6)
+ - SDWebImage/Core (3.7.6)
- SIAlertView (1.3)
- SOCKit (1.1)
- SVPullToRefresh (0.4.1)
- SWRevealViewController (1.0.8)
- - TransitionKit (1.1.1)
+ - TransitionKit (2.2.1)
- TTTAttributedLabel (1.7.1)
DEPENDENCIES:
@@ -60,22 +61,24 @@ DEPENDENCIES:
- TTTAttributedLabel
SPEC CHECKSUMS:
- AFNetworking: 61fdd49e2ffe6380378df37b3b6e70630bb9dd66
- FontAwesome+iOS: 243c5309e90d5788909b0f859f75ecff4a20f88f
- ISO8601DateFormatterValueTransformer: d0af1f50a9df42db72d7418db31938b8473e0af8
- JVFloatLabeledTextField: 7daac42f450476dc9cfa5b23645e8661b868994b
- Masonry: 73df2f346bd1a0044dc9de969aa45aea2f8a9bd8
- MWFeedParser: 2ca0852fac352f8333d5f46fdd4b583b921e0c4e
- NSDate+TimeAgo: fe93d3042e83093ae3630bc47ae7d57f782733f6
- PDKeychainBindingsController: 463c207f8726e4aaec1ec20fd1876082ee86cb0a
- RestKit: c11a30e7bc73513d9d2c2695672aba7697d24181
- RKValueTransformers: 1562d458b9c9d59ce777bfc5982f2e1aef2e9182
- SDWebImage: a408b548a634b792372e07e753fc1079aff5032a
- SIAlertView: e6d0d786c3a3f6e456b0e8b9376d0c34d68e827b
- SOCKit: 2f3bc4d07910de12dcc202815e07db68a3802581
- SVPullToRefresh: 61a0e4bd12bd6f8e3465909810b0fbeb1a28d5f2
- SWRevealViewController: 5688d9d017e228c9edd92db359f670d8c47ab8e6
- TransitionKit: d0e3344aac92991395d4c2e72d9c5a8ceeb12910
- TTTAttributedLabel: e504133915a9b11de63cb470ffa2790383a3eb23
+ AFNetworking: cf8e418e16f0c9c7e5c3150d019a3c679d015018
+ FontAwesome+iOS: 26037dac07b0768df058a1abfd28b10d553db393
+ ISO8601DateFormatterValueTransformer: 52da467d6ec899d6aedda8e48280ac92e8ee97e6
+ JVFloatLabeledTextField: db6ead6e2f79bb085b4f8df5238c1ff6ce0ab4fb
+ Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
+ MWFeedParser: fa23be12df3b630c93673fcc20a2af510da63cc1
+ NSDate+TimeAgo: 7aa9c53dd3d7c55b5a41c1819a11638344adfbc8
+ PDKeychainBindingsController: fa8cb3cf99f2ea9240d61066ed0549f34e2cec3c
+ RestKit: 112fba5bd1f97598aac0db7981863d5fdc0263a2
+ RKValueTransformers: e5ed67e3811229b616fe01bddeeafe3bb337b1b9
+ SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
+ SIAlertView: 20c794b55eaf44d888773ea51647cf8907723919
+ SOCKit: c7376ac262bea9115b8f749358f762522a47d392
+ SVPullToRefresh: ba2e718695a43253d8bea6852d2960097dc15d8c
+ SWRevealViewController: 3a2b0d424b1f225d61ea5918416273936b3b6973
+ TransitionKit: 9ceccda4cd0cdc0a05ef85eb235e5a3292c3c250
+ TTTAttributedLabel: 97721ce7d11b9fa914a4ab50c4004b1785cc9ff4
+
+PODFILE CHECKSUM: aa31fe95a7e0cd985ec4b51499c18fb53c16090d
-COCOAPODS: 0.29.0
+COCOAPODS: 1.0.1