Skip to content

Commit 7964e87

Browse files
committed
build(gradle): remove enableKlibsCrossCompilation
* No longer needed
1 parent 02c4a8d commit 7964e87

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
1717
kotlin.mpp.enableCInteropCommonization=true
1818
# Native
1919
kotlin.native.ignoreDisabledTargets=true
20-
kotlin.native.enableKlibsCrossCompilation=true
2120
# Incremental compilation
2221
kotlin.incremental=true
2322
kotlin.incremental.multiplatform=true

iosApp/iosApp.xcodeproj/xcshareddata/xcschemes/iosApp.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
selectedDebuggerIdentifier = ""
3636
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
3737
disableMainThreadChecker = "YES"
38-
disablePerformanceAntipatternChecker = "YES"
3938
launchStyle = "0"
4039
useCustomWorkingDirectory = "NO"
4140
ignoresPersistentStateOnLaunch = "NO"
@@ -48,7 +47,8 @@
4847
viewDebuggingEnabled = "No"
4948
queueDebuggingEnabled = "No"
5049
consoleMode = "0"
51-
structuredConsoleMode = "1">
50+
structuredConsoleMode = "1"
51+
disablePerformanceAntipatternChecker = "YES">
5252
<BuildableProductRunnable
5353
runnableDebuggingMode = "0">
5454
<BuildableReference

iosApp/iosApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0.4</string>
1919
<key>CFBundleVersion</key>
20-
<string>548</string>
20+
<string>549</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>CADisableMinimumFrameDurationOnPhone</key>

0 commit comments

Comments
 (0)