File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
final def iOSTarget = System . getenv(' SDK_NAME' )?. startsWith(" iphoneos" ) \
7
7
? presets. iosArm64 : presets. iosX64
8
8
9
- fromPreset(iOSTarget, ' iOS ' ) {
9
+ fromPreset(iOSTarget, ' ios ' ) {
10
10
compilations. main. outputKinds(' FRAMEWORK' )
11
11
}
12
12
@@ -34,9 +34,9 @@ task packForXCode(type: Sync) {
34
34
final String mode = System . getenv(' CONFIGURATION' )?. toUpperCase() ?: ' DEBUG'
35
35
36
36
inputs. property " mode" , mode
37
- dependsOn kotlin. targets. iOS . compilations. main. linkTaskName(" FRAMEWORK" , mode)
37
+ dependsOn kotlin. targets. ios . compilations. main. linkTaskName(" FRAMEWORK" , mode)
38
38
39
- from { kotlin. targets. iOS . compilations. main. getBinary(" FRAMEWORK" , mode). parentFile }
39
+ from { kotlin. targets. ios . compilations. main. getBinary(" FRAMEWORK" , mode). parentFile }
40
40
into frameworkDir
41
41
42
42
doLast {
You can’t perform that action at this time.
0 commit comments