Skip to content

Commit

Permalink
feat(ios): fix ios ci (#3681)
Browse files Browse the repository at this point in the history
* feat(ios): fix ios ci

* feat(kotlin): fix kotlin ci

* feat(kotlin): fix kotlin ci
  • Loading branch information
Milerius authored Feb 8, 2024
1 parent 1d77953 commit 2c423d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion samples/kmp/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ android.nonTransitiveRClass=true

#MPP
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.androidSourceSetLayoutVersion=2

#Native
kotlin.native.cacheKind.iosArm64=none
2 changes: 1 addition & 1 deletion samples/kmp/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.trustwallet:wallet-core-kotlin:4.0.16")
implementation("com.trustwallet:wallet-core-kotlin:4.0.22")
}
}
val commonTest by getting {
Expand Down
2 changes: 1 addition & 1 deletion tools/ios-test
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ xcodegen && pod install
xcodebuild -workspace TrustWalletCore.xcworkspace \
-scheme WalletCore \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 14,OS=16.4" \
-destination "platform=iOS Simulator,name=iPhone 15,OS=17.2" \
test | xcbeautify

popd

0 comments on commit 2c423d2

Please sign in to comment.