Skip to content

Commit

Permalink
Do not embed bitcode as it is deprecated now (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored Aug 27, 2024
1 parent 4b98143 commit ccc4bd0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ fun Project.configureNativeIosTvos(projectType: ProjectType, targetName: String)
framework {
baseName = "GameMain"
xcf.add(this)
embedBitcodeMode.set(Framework.BitcodeEmbeddingMode.BITCODE)
}
}
target.compilations["main"].also { compilation ->
Expand Down

0 comments on commit ccc4bd0

Please sign in to comment.