From b10ccc42477b4f7283b464d53bf5ca3eb374d3ab Mon Sep 17 00:00:00 2001 From: Florent Vilmart <364568+flovilmart@users.noreply.github.com> Date: Tue, 20 Mar 2018 09:34:10 -0400 Subject: [PATCH] :zap: Release 1.17.1 (#1279) * Fixes issue affecting queries and results * Bumps version to 1.17.1 * Better fix * Mark properties readonly as never overwritten * nit * Update test for mutableCopy * Bump cocoapods --- .travis.yml | 2 - Gemfile | 2 +- Gemfile.lock | 69 ++++++++++--------- Parse.podspec | 2 +- .../Internal/ACL/State/PFMutableACLState.h | 2 +- .../Relation/State/PFMutableRelationState.h | 2 +- Parse/Parse/PFConstants.h | 2 +- Parse/Parse/PFQuery.m | 21 +++--- Parse/Parse/Resources/Parse-OSX.Info.plist | 4 +- Parse/Parse/Resources/Parse-iOS.Info.plist | 4 +- Parse/Parse/Resources/Parse-tvOS.Info.plist | 4 +- .../Parse/Resources/Parse-watchOS.Info.plist | 4 +- Parse/Tests/Unit/RelationStateTests.m | 3 +- ParseFacebookUtils/Resources/Info-iOS.plist | 4 +- ParseFacebookUtils/Resources/Info-tvOS.plist | 4 +- .../Resources/Info.plist | 4 +- .../Resources/Info.plist | 4 +- .../Resources/Info.plist | 4 +- .../ParseStarterProject/Resources/Info.plist | 4 +- .../ParseStarter/Info.plist | 4 +- .../ParseStarter Extension/Info.plist | 4 +- .../ParseStarter/Info.plist | 4 +- .../Resources/Info.plist | 4 +- ParseTwitterUtils/Resources/Info.plist | 4 +- ParseUI/Generated/PFResources.h | 18 ++--- ParseUI/Resources/Info.plist | 4 +- 26 files changed, 95 insertions(+), 92 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3040630e2..3ad48b290 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ jobs: env: Deployment install: bundle install script: - - xcrun simctl create "Apple TV 1080p" com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p com.apple.CoreSimulator.SimRuntime.tvOS-11-2 - - bundle exec rake test:deployment - ./Scripts/jazzy.sh - xcrun simctl create "Apple TV 1080p" com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p com.apple.CoreSimulator.SimRuntime.tvOS-11-0 - bundle exec rake package:release diff --git a/Gemfile b/Gemfile index 4ff79a630..665d95b98 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ gem 'plist' gem 'naturally', '~> 1.3.2' gem 'xcpretty' gem 'xcodeproj' -gem 'cocoapods' +gem 'cocoapods', '~> 1.4.0' gem 'jazzy', '~> 0.9.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0253a0ade..17f94ae7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,54 +1,56 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (2.3.5) - activesupport (4.2.7.1) + CFPropertyList (2.3.6) + activesupport (4.2.10) i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - claide (1.0.1) - cocoapods (1.2.0) + atomos (0.1.2) + claide (1.0.2) + cocoapods (1.4.0) activesupport (>= 4.0.2, < 5) - claide (>= 1.0.1, < 2.0) - cocoapods-core (= 1.2.0) - cocoapods-deintegrate (>= 1.0.1, < 2.0) + claide (>= 1.0.2, < 2.0) + cocoapods-core (= 1.4.0) + cocoapods-deintegrate (>= 1.0.2, < 2.0) cocoapods-downloader (>= 1.1.3, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0) cocoapods-stats (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.1.2, < 2.0) + cocoapods-trunk (>= 1.3.0, < 2.0) cocoapods-try (>= 1.1.0, < 2.0) - colored (~> 1.2) + colored2 (~> 3.1) escape (~> 0.0.4) fourflusher (~> 2.0.1) gh_inspector (~> 1.0) - molinillo (~> 0.5.5) + molinillo (~> 0.6.4) nap (~> 1.0) - ruby-macho (~> 0.2.5) - xcodeproj (>= 1.4.1, < 2.0) - cocoapods-core (1.2.0) - activesupport (>= 4.0.2, < 5) + ruby-macho (~> 1.1) + xcodeproj (>= 1.5.4, < 2.0) + cocoapods-core (1.4.0) + activesupport (>= 4.0.2, < 6) fuzzy_match (~> 2.0.4) nap (~> 1.0) - cocoapods-deintegrate (1.0.1) + cocoapods-deintegrate (1.0.2) cocoapods-downloader (1.1.3) cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.0) cocoapods-stats (1.0.0) - cocoapods-trunk (1.1.2) + cocoapods-trunk (1.3.0) nap (>= 0.8, < 2.0) - netrc (= 0.7.8) + netrc (~> 0.11) cocoapods-try (1.1.0) - colored (1.2) + colored2 (3.1.2) + concurrent-ruby (1.0.5) escape (0.0.4) ffi (1.9.18) fourflusher (2.0.1) fuzzy_match (2.0.4) - gh_inspector (1.0.3) - i18n (0.8.0) + gh_inspector (1.1.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jazzy (0.9.0) cocoapods (~> 1.0) mustache (~> 0.99) @@ -58,15 +60,14 @@ GEM sass (~> 3.4) sqlite3 (~> 1.3) xcinvoke (~> 0.3.0) - json (1.8.6) liferaft (0.0.6) - minitest (5.10.1) - molinillo (0.5.6) + minitest (5.11.3) + molinillo (0.6.4) mustache (0.99.8) nanaimo (0.2.3) nap (1.1.0) naturally (1.3.2) - netrc (0.7.8) + netrc (0.11.0) open4 (1.3.4) plist (3.2.0) rake (11.2.2) @@ -75,23 +76,23 @@ GEM ffi (>= 0.5.0, < 2) redcarpet (3.4.0) rouge (1.11.1) - ruby-macho (0.2.6) + ruby-macho (1.1.0) sass (3.5.3) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) sqlite3 (1.3.13) - thread_safe (0.3.5) - tzinfo (1.2.2) + thread_safe (0.3.6) + tzinfo (1.2.5) thread_safe (~> 0.1) xcinvoke (0.3.0) liferaft (~> 0.0.6) - xcodeproj (1.4.2) + xcodeproj (1.5.6) CFPropertyList (~> 2.3.3) - activesupport (>= 3) - claide (>= 1.0.1, < 2.0) - colored (~> 1.2) + atomos (~> 0.1.2) + claide (>= 1.0.2, < 2.0) + colored2 (~> 3.1) nanaimo (~> 0.2.3) xcpretty (0.2.2) rouge (~> 1.8) @@ -100,7 +101,7 @@ PLATFORMS ruby DEPENDENCIES - cocoapods + cocoapods (~> 1.4.0) jazzy (~> 0.9.0) naturally (~> 1.3.2) plist @@ -109,4 +110,4 @@ DEPENDENCIES xcpretty BUNDLED WITH - 1.16.0 + 1.16.1 diff --git a/Parse.podspec b/Parse.podspec index 964ab0e7d..0302ee9d5 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Parse' - s.version = '1.17.0' + s.version = '1.17.1' s.license = { :type => 'BSD', :file => 'LICENSE' } s.homepage = 'http://parseplatform.org/' s.summary = 'A library that gives you access to the powerful Parse cloud platform from your iOS/OS X/watchOS/tvOS app.' diff --git a/Parse/Parse/Internal/ACL/State/PFMutableACLState.h b/Parse/Parse/Internal/ACL/State/PFMutableACLState.h index f0a1a1c41..70a0d5973 100644 --- a/Parse/Parse/Internal/ACL/State/PFMutableACLState.h +++ b/Parse/Parse/Internal/ACL/State/PFMutableACLState.h @@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN @interface PFMutableACLState : PFACLState -@property (nonatomic, copy, readwrite) NSMutableDictionary *permissions; +@property (nonatomic, copy, readonly) NSMutableDictionary *permissions; @property (nonatomic, assign, readwrite, getter=isShared) BOOL shared; @end diff --git a/Parse/Parse/Internal/Relation/State/PFMutableRelationState.h b/Parse/Parse/Internal/Relation/State/PFMutableRelationState.h index 3fd99eddb..37b092666 100644 --- a/Parse/Parse/Internal/Relation/State/PFMutableRelationState.h +++ b/Parse/Parse/Internal/Relation/State/PFMutableRelationState.h @@ -13,7 +13,7 @@ @property (nonatomic, weak, readwrite) PFObject *parent; @property (nonatomic, copy, readwrite) NSString *targetClass; -@property (nonatomic, copy, readwrite) NSMutableSet *knownObjects; +@property (nonatomic, copy, readonly) NSMutableSet *knownObjects; @property (nonatomic, copy, readwrite) NSString *key; @end diff --git a/Parse/Parse/PFConstants.h b/Parse/Parse/PFConstants.h index 98c7109c3..034e3f08a 100644 --- a/Parse/Parse/PFConstants.h +++ b/Parse/Parse/PFConstants.h @@ -13,7 +13,7 @@ #pragma mark - SDK Version ///-------------------------------------- -#define PARSE_VERSION @"1.17.0" +#define PARSE_VERSION @"1.17.1" ///-------------------------------------- #pragma mark - Platform diff --git a/Parse/Parse/PFQuery.m b/Parse/Parse/PFQuery.m index 56911feb0..f6fa556f6 100644 --- a/Parse/Parse/PFQuery.m +++ b/Parse/Parse/PFQuery.m @@ -752,16 +752,15 @@ - (BFTask *)_findObjectsAsyncForQueryState:(PFQueryState *)queryState after:(BFT BFTask *start = (previous ?: [BFTask taskWithResult:nil]); [self _validateQueryState]; + Class selfClass = [self class]; @weakify(self); return [[[start continueWithBlock:^id(BFTask *task) { - @strongify(self); - return [[self class] _getCurrentUserForQueryState:queryState]; + return [selfClass _getCurrentUserForQueryState:queryState]; }] continueWithBlock:^id(BFTask *task) { - @strongify(self); PFUser *user = task.result; - return [[[self class] queryController] findObjectsAsyncForQueryState:queryState - withCancellationToken:cancellationTokenSource.token - user:user]; + return [[selfClass queryController] findObjectsAsyncForQueryState:queryState + withCancellationToken:cancellationTokenSource.token + user:user]; }] continueWithBlock:^id(BFTask *task) { @strongify(self); if (!self) { @@ -856,16 +855,20 @@ - (BFTask *)_countObjectsAsyncForQueryState:(PFQueryState *)queryState after:(BF BFTask *start = (previousTask ?: [BFTask taskWithResult:nil]); [self _validateQueryState]; + Class selfClass = [self class]; @weakify(self); return [[[start continueWithBlock:^id(BFTask *task) { - return [[self class] _getCurrentUserForQueryState:queryState]; + return [selfClass _getCurrentUserForQueryState:queryState]; }] continueWithBlock:^id(BFTask *task) { - @strongify(self); PFUser *user = task.result; - return [[[self class] queryController] countObjectsAsyncForQueryState:queryState + return [[selfClass queryController] countObjectsAsyncForQueryState:queryState withCancellationToken:cancellationTokenSource.token user:user]; }] continueWithBlock:^id(BFTask *task) { + @strongify(self); + if (!self) { + return task; + } @synchronized(self) { if (self->_cancellationTokenSource == cancellationTokenSource) { self->_cancellationTokenSource = nil; diff --git a/Parse/Parse/Resources/Parse-OSX.Info.plist b/Parse/Parse/Resources/Parse-OSX.Info.plist index 0d40fdc7e..9bc00971a 100644 --- a/Parse/Parse/Resources/Parse-OSX.Info.plist +++ b/Parse/Parse/Resources/Parse-OSX.Info.plist @@ -13,10 +13,10 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 diff --git a/Parse/Parse/Resources/Parse-iOS.Info.plist b/Parse/Parse/Resources/Parse-iOS.Info.plist index 3b6f8278c..79967b19c 100644 --- a/Parse/Parse/Resources/Parse-iOS.Info.plist +++ b/Parse/Parse/Resources/Parse-iOS.Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.17.0 + 1.17.1 MinimumOSVersion 6.0 diff --git a/Parse/Parse/Resources/Parse-tvOS.Info.plist b/Parse/Parse/Resources/Parse-tvOS.Info.plist index 48463956e..9178950a5 100644 --- a/Parse/Parse/Resources/Parse-tvOS.Info.plist +++ b/Parse/Parse/Resources/Parse-tvOS.Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 NSPrincipalClass diff --git a/Parse/Parse/Resources/Parse-watchOS.Info.plist b/Parse/Parse/Resources/Parse-watchOS.Info.plist index 48463956e..9178950a5 100644 --- a/Parse/Parse/Resources/Parse-watchOS.Info.plist +++ b/Parse/Parse/Resources/Parse-watchOS.Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 NSPrincipalClass diff --git a/Parse/Tests/Unit/RelationStateTests.m b/Parse/Tests/Unit/RelationStateTests.m index 95e95efa0..a595b15fc 100644 --- a/Parse/Tests/Unit/RelationStateTests.m +++ b/Parse/Tests/Unit/RelationStateTests.m @@ -83,7 +83,8 @@ - (void)testCopying { - (void)testMutableCopy { PFMutableRelationState *sampleState = [[self sampleRelationStateWithParent:nil] mutableCopy]; - sampleState.knownObjects = [NSMutableSet setWithObjects:@1, nil]; + [sampleState.knownObjects removeAllObjects]; + [sampleState.knownObjects addObject:@"1"]; XCTAssertEqualObjects([sampleState mutableCopy], sampleState); } diff --git a/ParseFacebookUtils/Resources/Info-iOS.plist b/ParseFacebookUtils/Resources/Info-iOS.plist index bbaec511c..181856cdb 100644 --- a/ParseFacebookUtils/Resources/Info-iOS.plist +++ b/ParseFacebookUtils/Resources/Info-iOS.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.17.0 + 1.17.1 MinimumOSVersion 6.0 diff --git a/ParseFacebookUtils/Resources/Info-tvOS.plist b/ParseFacebookUtils/Resources/Info-tvOS.plist index 49011c5c1..c318d65dc 100644 --- a/ParseFacebookUtils/Resources/Info-tvOS.plist +++ b/ParseFacebookUtils/Resources/Info-tvOS.plist @@ -13,10 +13,10 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 diff --git a/ParseStarterProject/OSX/ParseOSXStarterProject-Swift/Resources/Info.plist b/ParseStarterProject/OSX/ParseOSXStarterProject-Swift/Resources/Info.plist index 2a3e6a162..02a16a4a0 100644 --- a/ParseStarterProject/OSX/ParseOSXStarterProject-Swift/Resources/Info.plist +++ b/ParseStarterProject/OSX/ParseOSXStarterProject-Swift/Resources/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSMainNibFile diff --git a/ParseStarterProject/OSX/ParseOSXStarterProject/Resources/Info.plist b/ParseStarterProject/OSX/ParseOSXStarterProject/Resources/Info.plist index 8cdced9cf..34b410ead 100644 --- a/ParseStarterProject/OSX/ParseOSXStarterProject/Resources/Info.plist +++ b/ParseStarterProject/OSX/ParseOSXStarterProject/Resources/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSMainNibFile diff --git a/ParseStarterProject/iOS/ParseStarterProject-Swift/Resources/Info.plist b/ParseStarterProject/iOS/ParseStarterProject-Swift/Resources/Info.plist index 8227565b5..6675c9348 100644 --- a/ParseStarterProject/iOS/ParseStarterProject-Swift/Resources/Info.plist +++ b/ParseStarterProject/iOS/ParseStarterProject-Swift/Resources/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/ParseStarterProject/iOS/ParseStarterProject/Resources/Info.plist b/ParseStarterProject/iOS/ParseStarterProject/Resources/Info.plist index 5af908f8a..1fafbb46d 100644 --- a/ParseStarterProject/iOS/ParseStarterProject/Resources/Info.plist +++ b/ParseStarterProject/iOS/ParseStarterProject/Resources/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 LSRequiresIPhoneOS NSMainNibFile diff --git a/ParseStarterProject/tvOS/ParseStarterProject-Swift/ParseStarter/Info.plist b/ParseStarterProject/tvOS/ParseStarterProject-Swift/ParseStarter/Info.plist index 68499da1a..c3761b6fb 100644 --- a/ParseStarterProject/tvOS/ParseStarterProject-Swift/ParseStarter/Info.plist +++ b/ParseStarterProject/tvOS/ParseStarterProject-Swift/ParseStarter/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter Extension/Info.plist b/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter Extension/Info.plist index ebf46f224..e3b4c2612 100644 --- a/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter Extension/Info.plist +++ b/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter Extension/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 NSExtension NSExtensionAttributes diff --git a/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter/Info.plist b/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter/Info.plist index 1b74bd94e..e624b0da2 100644 --- a/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter/Info.plist +++ b/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 UISupportedInterfaceOrientations UIInterfaceOrientationPortrait diff --git a/ParseStarterProject/watchOS/ParseStarterProject-Swift/Resources/Info.plist b/ParseStarterProject/watchOS/ParseStarterProject-Swift/Resources/Info.plist index ab6187ca4..fc494b9fb 100644 --- a/ParseStarterProject/watchOS/ParseStarterProject-Swift/Resources/Info.plist +++ b/ParseStarterProject/watchOS/ParseStarterProject-Swift/Resources/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleVersion - 1.17.0 + 1.17.1 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/ParseTwitterUtils/Resources/Info.plist b/ParseTwitterUtils/Resources/Info.plist index e8dd1d5c2..a725b0300 100644 --- a/ParseTwitterUtils/Resources/Info.plist +++ b/ParseTwitterUtils/Resources/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.17.0 + 1.17.1 MinimumOSVersion 6.0 diff --git a/ParseUI/Generated/PFResources.h b/ParseUI/Generated/PFResources.h index 41eb39a9a..4028a0aa7 100644 --- a/ParseUI/Generated/PFResources.h +++ b/ParseUI/Generated/PFResources.h @@ -1,13 +1,13 @@ // This is an auto-generated file. #import @interface PFResources : NSObject -+ (NSData *)twitter_icon3x_png;//modified:2017-11-15 22:08:43 -0500 -+ (NSData *)facebook_icon2x_png;//modified:2017-11-15 22:08:43 -0500 -+ (NSData *)parse_logo_png;//modified:2017-11-15 22:08:43 -0500 -+ (NSData *)facebook_icon3x_png;//modified:2017-11-15 22:08:43 -0500 -+ (NSData *)twitter_icon2x_png;//modified:2017-11-15 22:08:43 -0500 -+ (NSData *)parse_logo2x_png;//modified:2017-11-15 22:08:43 -0500 -+ (NSData *)parse_logo3x_png;//modified:2017-11-15 22:08:43 -0500 -+ (NSData *)facebook_icon_png;//modified:2017-11-15 22:08:43 -0500 -+ (NSData *)twitter_icon_png;//modified:2017-11-15 22:08:43 -0500 ++ (NSData *)twitter_icon3x_png;//modified:2018-02-05 08:25:40 -0500 ++ (NSData *)facebook_icon2x_png;//modified:2018-02-05 08:25:40 -0500 ++ (NSData *)parse_logo_png;//modified:2018-02-05 08:25:40 -0500 ++ (NSData *)facebook_icon3x_png;//modified:2018-02-05 08:25:40 -0500 ++ (NSData *)twitter_icon2x_png;//modified:2018-02-05 08:25:40 -0500 ++ (NSData *)parse_logo2x_png;//modified:2018-02-05 08:25:40 -0500 ++ (NSData *)parse_logo3x_png;//modified:2018-02-05 08:25:40 -0500 ++ (NSData *)facebook_icon_png;//modified:2018-02-05 08:25:40 -0500 ++ (NSData *)twitter_icon_png;//modified:2018-02-05 08:25:40 -0500 @end diff --git a/ParseUI/Resources/Info.plist b/ParseUI/Resources/Info.plist index a88a660e7..e670e3360 100644 --- a/ParseUI/Resources/Info.plist +++ b/ParseUI/Resources/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0 + 1.17.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.17.0 + 1.17.1 MinimumOSVersion 7.0