Skip to content

Commit

Permalink
Fix for 14.3
Browse files Browse the repository at this point in the history
Also removing test that no longer exists
  • Loading branch information
wmathurin committed May 26, 2023
1 parent 33568bc commit 72341fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions iosTests/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ post_install do |installer|

# Cocoapods workaround for M1 machines
__apply_Xcode_12_5_M1_post_install_workaround(installer)

# Needed with XCdoe 14.3
installer.pods_project.targets.each do |target|
if target.name == "React-Codegen"
change_deployment_target(target, '12.0')
end
end

# Mobile SDK post install
mobile_sdk_post_install(installer)
Expand Down
1 change: 0 additions & 1 deletion iosTests/ios/SalesforceReactTests/ReactSmartStoreTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ - (void)tearDown {

RCT_TEST(GetDatabaseSize)
RCT_TEST(RegisterExistsRemoveExists)
RCT_TEST(GetSoupSpec)
RCT_TEST(GetSoupIndexSpecs)
RCT_TEST(UpsertRetrieve)
RCT_TEST(QuerySoup)
Expand Down
2 changes: 1 addition & 1 deletion iosTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"create-react-class": "^15.7.0",
"react": "18.1.0",
"react-native": "0.70.6",
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#dev"
"react-native-force": "git+https://github.com/wmathurin/SalesforceMobileSDK-ReactNative.git#remove_external_storage"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down

0 comments on commit 72341fa

Please sign in to comment.