-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
156 changed files
with
2,651 additions
and
6,606 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ clangReport/ | |
test_output/ | ||
.circleci/fastlane/README.md | ||
.circleci/fastlane/report.xml | ||
.build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "MobileSync" | ||
s.version = "10.2.0" | ||
s.version = "11.0.0" | ||
s.summary = "Salesforce Mobile SDK for iOS - MobileSync" | ||
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS" | ||
|
||
s.license = { :type => "Salesforce.com Mobile SDK License", :file => "LICENSE.md" } | ||
s.author = { "Kevin Hawkins" => "[email protected]" } | ||
|
||
s.platform = :ios, "14.0" | ||
s.platform = :ios, "15.0" | ||
s.swift_versions = ['5.0'] | ||
|
||
s.source = { :git => "https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git", | ||
:tag => "v#{s.version}", | ||
:submodules => true } | ||
:tag => "v#{s.version}" } | ||
|
||
s.requires_arc = true | ||
s.default_subspec = 'MobileSync' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "SalesforceAnalytics" | ||
s.version = "10.2.0" | ||
s.version = "11.0.0" | ||
s.summary = "Salesforce Mobile SDK for iOS" | ||
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS" | ||
|
||
s.license = { :type => "Salesforce.com Mobile SDK License", :file => "LICENSE.md" } | ||
s.author = { "Bharath Hariharan" => "[email protected]" } | ||
|
||
s.platform = :ios, "14.0" | ||
s.platform = :ios, "15.0" | ||
|
||
s.source = { :git => "https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git", | ||
:tag => "v#{s.version}", | ||
:submodules => true } | ||
:tag => "v#{s.version}" } | ||
|
||
s.frameworks = 'CoreTelephony' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "SalesforceSDKCommon" | ||
s.version = "10.2.0" | ||
s.version = "11.0.0" | ||
s.summary = "Salesforce Mobile SDK for iOS" | ||
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS" | ||
|
||
s.license = { :type => "Salesforce.com Mobile SDK License", :file => "LICENSE.md" } | ||
s.author = { "Raj Rao" => "[email protected]" } | ||
|
||
s.platform = :ios, "14.0" | ||
s.platform = :ios, "15.0" | ||
s.swift_versions = ['5.0'] | ||
|
||
s.source = { :git => "https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git", | ||
:tag => "v#{s.version}", | ||
:submodules => true } | ||
:tag => "v#{s.version}" } | ||
|
||
s.requires_arc = true | ||
s.default_subspec = 'SalesforceSDKCommon' | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "SmartStore" | ||
s.version = "10.2.0" | ||
s.version = "11.0.0" | ||
s.summary = "Salesforce Mobile SDK for iOS - SmartStore" | ||
s.homepage = "https://github.com/forcedotcom/SalesforceMobileSDK-iOS" | ||
|
||
s.license = { :type => "Salesforce.com Mobile SDK License", :file => "LICENSE.md" } | ||
s.author = { "Kevin Hawkins" => "[email protected]" } | ||
|
||
s.platform = :ios, "14.0" | ||
s.platform = :ios, "15.0" | ||
s.swift_versions = ['5.0'] | ||
|
||
s.source = { :git => "https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git", | ||
:tag => "v#{s.version}", | ||
:submodules => true } | ||
:tag => "v#{s.version}" } | ||
|
||
s.requires_arc = true | ||
s.default_subspec = 'SmartStore' | ||
|
@@ -22,9 +21,9 @@ Pod::Spec.new do |s| | |
|
||
smartstore.dependency 'SalesforceSDKCore', "~>#{s.version}" | ||
smartstore.dependency 'FMDB/SQLCipher', '~> 2.7.5' | ||
smartstore.dependency 'SQLCipher', '~> 4.5.2' | ||
smartstore.dependency 'SQLCipher', '~> 4.5.4' | ||
smartstore.source_files = 'libs/SmartStore/SmartStore/Classes/**/*.{h,m,swift}', 'libs/SmartStore/SmartStore/SmartStore.h' | ||
smartstore.public_header_files = 'libs/SmartStore/SmartStore/Classes/SFAlterSoupLongOperation.h', 'libs/SmartStore/SmartStore/Classes/SFQuerySpec.h', 'libs/SmartStore/SmartStore/Classes/SFSDKSmartStoreLogger.h', 'libs/SmartStore/SmartStore/Classes/SFSDKStoreConfig.h', 'libs/SmartStore/SmartStore/Classes/SFSmartSqlHelper.h', 'libs/SmartStore/SmartStore/Classes/SFSmartStore.h', 'libs/SmartStore/SmartStore/Classes/SFSmartStoreDatabaseManager.h', 'libs/SmartStore/SmartStore/Classes/SFSmartStoreInspectorViewController.h', 'libs/SmartStore/SmartStore/Classes/SFSmartStoreUtils.h', 'libs/SmartStore/SmartStore/Classes/SFSoupIndex.h', 'libs/SmartStore/SmartStore/Classes/SFSoupSpec.h', 'libs/SmartStore/SmartStore/Classes/SFStoreCursor.h', 'libs/SmartStore/SmartStore/SmartStore.h', 'libs/SmartStore/SmartStore/Classes/SmartStoreSDKManager.h' | ||
smartstore.public_header_files = 'libs/SmartStore/SmartStore/Classes/SFAlterSoupLongOperation.h', 'libs/SmartStore/SmartStore/Classes/SFQuerySpec.h', 'libs/SmartStore/SmartStore/Classes/SFSDKSmartStoreLogger.h', 'libs/SmartStore/SmartStore/Classes/SFSDKStoreConfig.h', 'libs/SmartStore/SmartStore/Classes/SFSmartSqlHelper.h', 'libs/SmartStore/SmartStore/Classes/SFSmartStore.h', 'libs/SmartStore/SmartStore/Classes/SFSmartStoreDatabaseManager.h', 'libs/SmartStore/SmartStore/Classes/SFSmartStoreInspectorViewController.h', 'libs/SmartStore/SmartStore/Classes/SFSmartStoreUtils.h', 'libs/SmartStore/SmartStore/Classes/SFSoupIndex.h', 'libs/SmartStore/SmartStore/Classes/SFStoreCursor.h', 'libs/SmartStore/SmartStore/SmartStore.h', 'libs/SmartStore/SmartStore/Classes/SmartStoreSDKManager.h' | ||
smartstore.prefix_header_contents = '#import "SFSDKSmartStoreLogger.h"', '#import <SalesforceSDKCore/SalesforceSDKConstants.h>' | ||
smartstore.requires_arc = true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
// | ||
// | ||
|
||
IPHONEOS_DEPLOYMENT_TARGET = 14.0 | ||
IPHONEOS_DEPLOYMENT_TARGET = 15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
CURRENT_PROJECT_VERSION = 10.2.0 | ||
CURRENT_PROJECT_VERSION = 11.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+233 KB
(100%)
...artyDependencies/sqlcipher/SQLCipher.xcframework/ios-arm64_arm64e/libsqlcipher-iphoneos.a
Binary file not shown.
Binary file modified
BIN
+534 KB
(100%)
...cies/sqlcipher/SQLCipher.xcframework/ios-arm64_x86_64-maccatalyst/libsqlcipher-catalyst.a
Binary file not shown.
Binary file modified
BIN
+229 KB
(100%)
...sqlcipher/SQLCipher.xcframework/ios-arm64_x86_64-simulator/libsqlcipher-iphonesimulator.a
Binary file not shown.
Oops, something went wrong.