Skip to content

Commit

Permalink
Merge pull request #7 from theappbusiness/feature/app-identifier-support
Browse files Browse the repository at this point in the history
Support with Xcode 8.2
  • Loading branch information
lucianomarisi authored Dec 14, 2016
2 parents 790d7a5 + 8470378 commit 90664e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ default_platform :ios
def deploy_hockey()
icon_overlay(version: get_version_number)
set_build_number()
update_app_identifier(xcodeproj: ENV['FL_UPDATE_PLIST_PROJECT_PATH'],
plist_path: ENV['FL_UPDATE_PLIST_PATH'],
app_identifier: ENV['FL_UPDATE_PLIST_APP_IDENTIFIER'] )
update_info_plist
build_with_gym()
upload_to_hockey()
Expand Down

0 comments on commit 90664e8

Please sign in to comment.