Skip to content

Commit 227d790

Browse files
committed
chore: use ios 15 min
1 parent 1dccd5c commit 227d790

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.husky/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
npx lint-staged --allow-empty
1+
lint-staged --allow-empty

tools/assets/App_Resources/iOS/build.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// To build for device with Xcode 8 you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
55
// DEVELOPMENT_TEAM = YOUR_TEAM_ID;
66
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
7-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
7+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;

0 commit comments

Comments
 (0)