Forgot to add to commit
This commit is contained in:
parent
c19603012a
commit
5110c1a9b7
|
@ -16,14 +16,14 @@ kotlin {
|
|||
}
|
||||
|
||||
targets {
|
||||
// Select iOS target for real device or emulator.
|
||||
final def iOSTarget = iOSIsRealDevice ? presets.iosArm64 : presets.iosX64
|
||||
|
||||
// iOS target.
|
||||
fromPreset(iOSTarget, 'ios') {
|
||||
binaries {
|
||||
framework {
|
||||
baseName = "fints4kBankingClient"
|
||||
|
||||
embedBitcode(embedBitcodeValue)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue