Pratik
12/22/2023, 6:16 AMKamilH
12/22/2023, 8:28 AMinternal
all the symbols (classes, fields, methods) you canJan Holešovský
12/22/2023, 8:34 AMKamilH
12/22/2023, 8:38 AM<framework_name>.h
file in the build folder, in my case it’s this one:
shared/build/xcode-frameworks/Debug/iphonesimulator17.2/shared.framework/Headers/shared.h
your goal would be to strip it as much as you canPratik
12/22/2023, 8:51 AMAhmed na
12/22/2023, 9:58 AMcocoapods {
version = ""
summary = ""
homepage = ""
name = ""
framework {
baseName = ""
isStatic = false
// this line
embedBitcode(org.jetbrains.kotlin.gradle.plugin.mpp.BitcodeEmbeddingMode.DISABLE)
}
}
Pratik
12/22/2023, 11:08 AMJan Holešovský
12/22/2023, 11:21 AMPratik
12/22/2023, 11:22 AMJan Holešovský
12/22/2023, 11:24 AMJan Holešovský
12/22/2023, 11:24 AMJan Holešovský
12/22/2023, 11:25 AMPratik
12/22/2023, 11:26 AMJan Holešovský
12/22/2023, 11:28 AMJan Holešovský
12/22/2023, 11:28 AM