Skip to content

Commit

Permalink
✨ Add KMM stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Sep 26, 2023
1 parent e25d627 commit 468b004
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ackee-xcode.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,15 @@ build {
"xcrun simctl create 'iPhone 13 Pro Max' 'iPhone 13 Pro Max'",
]
}

# KMM
provisioner "shell" {
inline = [
"source ~/.zprofile",
"brew install openjdk@17",
"echo 'export PATH=\"/opt/homebrew/opt/openjdk@17/bin:$PATH\"' >> ~/.zprofile",
"echo 'export CPPFLAGS=\"-I/opt/homebrew/opt/openjdk@17/include:$CPPFLAGS\"' >> ~/.zprofile",
"echo 'export JAVA_HOME=\"/opt/homebrew/opt/openjdk@17\"' >> ~/.zprofile",
]
}
}

0 comments on commit 468b004

Please sign in to comment.