Skip to content

Commit f6e6bce

Browse files
committed
Mobile SDK 12.1.1
1 parent 0b4d52d commit f6e6bce

File tree

9 files changed

+12
-10
lines changed

9 files changed

+12
-10
lines changed

Diff for: MobileSync.podspec

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

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

Diff for: SalesforceAnalytics.podspec

+1-1
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 = "12.2.0"
4+
s.version = "12.1.1"
55
s.summary = "Salesforce Mobile SDK for iOS"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

Diff for: SalesforceSDKCommon.podspec

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

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

Diff for: SalesforceSDKCore.podspec

+1-1
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 = "12.2.0"
4+
s.version = "12.1.1"
55
s.summary = "Salesforce Mobile SDK for iOS"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

Diff for: SmartStore.podspec

+1-1
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 = "12.2.0"
4+
s.version = "12.1.1"
55
s.summary = "Salesforce Mobile SDK for iOS - SmartStore"
66
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS"
77

Diff for: configuration/Version.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 12.2.0
1+
CURRENT_PROJECT_VERSION = 12.1.1

Diff for: libs/SalesforceSDKCore/SalesforceSDKCore/Classes/Common/SalesforceSDKConstants.h

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef SalesforceSDKConstants_h
22
#define SalesforceSDKConstants_h
33

4-
#define SALESFORCE_SDK_IS_PRODUCTION_VERSION NO
4+
#define SALESFORCE_SDK_IS_PRODUCTION_VERSION YES
55

66
#define SALESFORCE_SDK_BUILD_IDENTIFIER @".dev"
77

@@ -79,7 +79,9 @@
7979

8080
#define __SALESFORCE_SDK_12_2_0 120200
8181

82-
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_12_2_0
82+
#define __SALESFORCE_SDK_12_1_1 120101
83+
84+
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_12_1_1
8385

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

Diff for: package.json

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

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Salesforce Mobile SDK for iOS requires iOS 15.0 or greater. The install.sh
3232
Introduction
3333
==
3434

35-
### What's New in 12.2.0
35+
### What's New in 12.1.1
3636
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-iOS/releases).
3737

3838
### Native Applications

0 commit comments

Comments
 (0)