Skip to content

Commit 680d831

Browse files
authored
Merge pull request forcedotcom#1927 from bhariharan/master
Mobile SDK 5.0.1 Patch Release
2 parents 1257854 + 17785ef commit 680d831

File tree

12 files changed

+13
-12
lines changed

12 files changed

+13
-12
lines changed

SalesforceAnalytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SalesforceAnalytics"
4-
s.version = "5.0.0"
4+
s.version = "5.0.1"
55
s.summary = "Salesforce Mobile SDK for iOS"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

SalesforceReact.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SalesforceReact"
4-
s.version = "5.0.0"
4+
s.version = "5.0.1"
55
s.summary = "Salesforce Mobile SDK for iOS - SalesforceReact"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

SalesforceSDKCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SalesforceSDKCore"
4-
s.version = "5.0.0"
4+
s.version = "5.0.1"
55
s.summary = "Salesforce Mobile SDK for iOS"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

SmartStore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SmartStore"
4-
s.version = "5.0.0"
4+
s.version = "5.0.1"
55
s.summary = "Salesforce Mobile SDK for iOS - SmartStore"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

SmartSync.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SmartSync"
4-
s.version = "5.0.0"
4+
s.version = "5.0.1"
55
s.summary = "Salesforce Mobile SDK for iOS - SmartSync"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

external/shared

Submodule shared updated 34 files

libs/SalesforceHybridSDK/SalesforceHybridSDKTestApp/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<widget xmlns = "http://www.w3.org/ns/widgets"
33
id = "com.salesforce.iossdk"
4-
version = "5.0.0">
4+
version = "5.0.1">
55
<name>Hybrid Test Application</name>
66

77
<access origin="https://localhost"/> <!-- allow local pages -->

libs/SalesforceHybridSDK/SalesforceHybridSDKTestApp/cordova_plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = [
6969
module.exports.metadata =
7070
// TOP OF METADATA
7171
{
72-
"com.salesforce": "5.0.0",
72+
"com.salesforce": "5.0.1",
7373
"org.apache.cordova.console": "0.2.11"
7474
}
7575
// BOTTOM OF METADATA

libs/SalesforceSDKCore/SalesforceSDKCore/Classes/Common/SalesforceSDKConstants.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
#define __SALESFORCE_SDK_4_3_0 40300
3838
#define __SALESFORCE_SDK_4_3_1 40301
3939
#define __SALESFORCE_SDK_5_0_0 50000
40+
#define __SALESFORCE_SDK_5_0_1 50001
4041

41-
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_5_0_0
42+
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_5_0_1
4243

4344
#define SALESFORCE_SDK_VERSION [NSString stringWithFormat:@"%d.%d.%d%@", \
4445
(SALESFORCE_SDK_VERSION_MIN_REQUIRED / 10000), \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SalesforceMobileSDK-iOS",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Salesforce Mobile SDK for iOS",
55
"keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ],
66
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS",

0 commit comments

Comments
 (0)