Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- default_platform(:ios)
- platform :ios do
- lane :beta do
- cocoapods(
- clean_install: true,
- podfile: "./Podfile"
- )
- build_app(
- workspace: "./Unity-iPhone.xcworkspace",
- configuration: "Release",
- scheme: "Unity-iPhone",
- output_directory: "result",
- output_name: "MyApp.ipa",
- export_options: {
- method: "ad-hoc"
- }
- )
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement