Update readme

This commit is contained in:
luboslenco
2023-07-11 12:37:15 +02:00
parent 9a5933c546
commit b1d8b562e0
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ cd ../armorpaint
../armorcore/Kinc/make --from ../armorcore -g metal
cp -a build/krom/ ../armorcore/Deployment
# Open generated Xcode project at `build/ArmorLab.xcodeproj`
# Set macOS Deployment Target to 13.0
# Build and run
```
+2 -1
View File
@@ -39,6 +39,7 @@ cd ../armorpaint
../armorcore/Kinc/make --from ../armorcore -g metal
cp -a build/krom/ ../armorcore/Deployment
# Open generated Xcode project at `build/ArmorPaint.xcodeproj`
# Set macOS Deployment Target to 13.0
# Build and run
```
@@ -64,7 +65,7 @@ cd ../armorpaint
../armorcore/Kinc/make --from ../armorcore -g metal ios
cp -a build/krom/ ../armorcore/Deployment
# Open generated Xcode project `build/ArmorPaint.xcodeproj`
# Set iOS Deployment Target to 14.0
# Set iOS Deployment Target to 16.0
# Build for device in release mode
```