Skip to content

Commit ce87bd3

Browse files
committed
Remove thumbv7 build
1 parent bbf13e5 commit ce87bd3

File tree

1 file changed

+1
-1
lines changed
  • adventure-editor/src/main/resources/projectTmpl/ios

1 file changed

+1
-1
lines changed

adventure-editor/src/main/resources/projectTmpl/ios/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ launchIOSDevice.dependsOn build
2424
createIPA.dependsOn build
2525

2626
robovm {
27-
archs = "thumbv7:arm64"
27+
archs = "arm64"
2828
}
2929

3030
dependencies {

0 commit comments

Comments
 (0)