Skip to content

Commit

Permalink
Update Xcode (#40)
Browse files Browse the repository at this point in the history
* Use xcode14.2

* Use iPhone 14 simulator
  • Loading branch information
nzagorchev authored Jun 2, 2023
1 parent 2fce109 commit a09918a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ matrix:
include:
- language: objective-c
podfile: ios/Podfile
osx_image: xcode14
osx_image: xcode14.2
xcode_destination: platform=iOS Simulator,OS=16.0,name=iPhone 14
os: osx
sudo: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"ci": "react-native link @leanplum/react-native-sdk && rm -rf node_modules/@leanplum/react-native-sdk/node_modules",
"android": "npx react-native run-android",
"ios": "npx react-native run-ios",
"ios": "npx react-native run-ios --simulator=\"iPhone 14\"",
"start": "npx react-native start --reset-cache",
"test": "npx jest",
"lint": "npx tslint -p tsconfig.json -c tslint.json",
Expand Down

0 comments on commit a09918a

Please sign in to comment.