fastlane - Fastfile
lane :beta do
sigh({
adhoc: true,
})
gym({
workspace: "Typetalk.xcworkspace",
configuration: "Beta",
scheme: "Typetalk-Beta",
})
crashlytics({
crashlytics_path: 'Pods/Crashlytics/Crashlytics.framework',
ipa_path: 'Typetalk.ipa',
notes_path: 'ChangeLog.md'
})
typetalk({
message: "Typetalk iOS Beta App has been updated.\nCheck your email or restart the app then you will get update alert message.",
note_path: 'ChangeLog.md',
topic_id: 2
})
end
Nulab Inc., at MOPCON 2015 36