From 190bfc14eb87dd90ec5c4959dd815f7170fbce30 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Tue, 30 Jan 2018 09:59:41 -0500 Subject: [PATCH] Bumps to 1.17.0-alpha.5 --- CHANGELOG.md | 2 ++ Parse.podspec | 2 +- Parse/Parse/PFConstants.h | 2 +- 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/Parse/Resources/Parse-watchOS.Info.plist | 4 ++-- ParseFacebookUtils/Resources/Info-iOS.plist | 4 ++-- ParseFacebookUtils/Resources/Info-tvOS.plist | 4 ++-- .../OSX/ParseOSXStarterProject-Swift/Resources/Info.plist | 4 ++-- .../OSX/ParseOSXStarterProject/Resources/Info.plist | 4 ++-- .../iOS/ParseStarterProject-Swift/Resources/Info.plist | 4 ++-- .../iOS/ParseStarterProject/Resources/Info.plist | 4 ++-- .../tvOS/ParseStarterProject-Swift/ParseStarter/Info.plist | 4 ++-- .../ParseStarter Extension/Info.plist | 4 ++-- .../watchOS/ParseStarterProject-Swift/ParseStarter/Info.plist | 4 ++-- .../watchOS/ParseStarterProject-Swift/Resources/Info.plist | 4 ++-- ParseTwitterUtils/Resources/Info.plist | 4 ++-- ParseUI/Resources/Info.plist | 4 ++-- 19 files changed, 36 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf9187f5..b74fa9e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,5 @@ * Fixes issue affecting public getter/setters in PFACL's in Swift (#1083) * Prevent deadlocks when saving objects with cicrular references (#916) * Prevent deadlocks when running fetchAll with circluar references (#1184) +* Adds NSNotification when an invalid session token is encountered + diff --git a/Parse.podspec b/Parse.podspec index d68a2a7a2..2944a05fb 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Parse' - s.version = '1.17.0-alpha.4' + s.version = '1.17.0-alpha.5' 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/PFConstants.h b/Parse/Parse/PFConstants.h index 6629e9bb0..b25566be1 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-alpha.4" +#define PARSE_VERSION @"1.17.0-alpha.5" ///-------------------------------------- #pragma mark - Platform diff --git a/Parse/Parse/Resources/Parse-OSX.Info.plist b/Parse/Parse/Resources/Parse-OSX.Info.plist index b6c353c6a..758e42eb6 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 diff --git a/Parse/Parse/Resources/Parse-iOS.Info.plist b/Parse/Parse/Resources/Parse-iOS.Info.plist index 2e67f39fb..ae526b097 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 MinimumOSVersion 6.0 diff --git a/Parse/Parse/Resources/Parse-tvOS.Info.plist b/Parse/Parse/Resources/Parse-tvOS.Info.plist index d9bd9661b..7bdfabf95 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 NSPrincipalClass diff --git a/Parse/Parse/Resources/Parse-watchOS.Info.plist b/Parse/Parse/Resources/Parse-watchOS.Info.plist index d9bd9661b..7bdfabf95 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 NSPrincipalClass diff --git a/ParseFacebookUtils/Resources/Info-iOS.plist b/ParseFacebookUtils/Resources/Info-iOS.plist index a04e89f09..a347edc0c 100644 --- a/ParseFacebookUtils/Resources/Info-iOS.plist +++ b/ParseFacebookUtils/Resources/Info-iOS.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 MinimumOSVersion 6.0 diff --git a/ParseFacebookUtils/Resources/Info-tvOS.plist b/ParseFacebookUtils/Resources/Info-tvOS.plist index fbe6bf1a0..c7f81e51f 100644 --- a/ParseFacebookUtils/Resources/Info-tvOS.plist +++ b/ParseFacebookUtils/Resources/Info-tvOS.plist @@ -13,10 +13,10 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 diff --git a/ParseStarterProject/OSX/ParseOSXStarterProject-Swift/Resources/Info.plist b/ParseStarterProject/OSX/ParseOSXStarterProject-Swift/Resources/Info.plist index c00b2b9f6..d2050105a 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSMainNibFile diff --git a/ParseStarterProject/OSX/ParseOSXStarterProject/Resources/Info.plist b/ParseStarterProject/OSX/ParseOSXStarterProject/Resources/Info.plist index 8f82f937c..dd11b64fb 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSMainNibFile diff --git a/ParseStarterProject/iOS/ParseStarterProject-Swift/Resources/Info.plist b/ParseStarterProject/iOS/ParseStarterProject-Swift/Resources/Info.plist index 07e1fff09..a63104ac0 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/ParseStarterProject/iOS/ParseStarterProject/Resources/Info.plist b/ParseStarterProject/iOS/ParseStarterProject/Resources/Info.plist index 7b9188391..cae410c53 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 LSRequiresIPhoneOS NSMainNibFile diff --git a/ParseStarterProject/tvOS/ParseStarterProject-Swift/ParseStarter/Info.plist b/ParseStarterProject/tvOS/ParseStarterProject-Swift/ParseStarter/Info.plist index 1616fd53b..fc4b6acba 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter Extension/Info.plist b/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter Extension/Info.plist index 69b206c85..c7a912c4f 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 NSExtension NSExtensionAttributes diff --git a/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter/Info.plist b/ParseStarterProject/watchOS/ParseStarterProject-Swift/ParseStarter/Info.plist index 037c1fc6c..4eb2c5267 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 UISupportedInterfaceOrientations UIInterfaceOrientationPortrait diff --git a/ParseStarterProject/watchOS/ParseStarterProject-Swift/Resources/Info.plist b/ParseStarterProject/watchOS/ParseStarterProject-Swift/Resources/Info.plist index 6a379b842..8886132b6 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-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/ParseTwitterUtils/Resources/Info.plist b/ParseTwitterUtils/Resources/Info.plist index 63093a88e..8d3078dce 100644 --- a/ParseTwitterUtils/Resources/Info.plist +++ b/ParseTwitterUtils/Resources/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 MinimumOSVersion 6.0 diff --git a/ParseUI/Resources/Info.plist b/ParseUI/Resources/Info.plist index cd6b1da76..f8c274285 100644 --- a/ParseUI/Resources/Info.plist +++ b/ParseUI/Resources/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.17.0-alpha.4 + 1.17.0-alpha.5 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.17.0-alpha.4 + 1.17.0-alpha.5 MinimumOSVersion 7.0