File tree Expand file tree Collapse file tree 6 files changed +14
-13
lines changed
Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@master
1515 with :
16- repository : appditto /flutter_nano_ffi
16+ repository : codesmacgodes /flutter_nano_ffi
1717 ref : refs/heads/master
1818 - name : Run cmake
1919 working-directory : android
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@master
1414 with :
15- repository : appditto /flutter_nano_ffi
15+ repository : codesmacgodes /flutter_nano_ffi
1616 ref : refs/heads/master
1717 - name : Run cmake
1818 working-directory : android
@@ -159,4 +159,4 @@ jobs:
159159 FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD : $ {{ secrets.FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}
160160 GEM_HOME : ~/.gems
161161 run : |
162- /usr/local/bin/fastlane deploy_ios testflight:true
162+ /usr/local/bin/fastlane deploy_ios testflight:true
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@master
1414 with :
15- repository : appditto /flutter_nano_ffi
15+ repository : codesmacgodes /flutter_nano_ffi
1616 ref : refs/heads/master
1717 - name : Run cmake
1818 working-directory : android
@@ -163,4 +163,4 @@ jobs:
163163 API_KEY_FILEPATH : ${{ secrets.FASTLANE_API_KEY_FILEPATH }}
164164 GEM_HOME : ~/.gems
165165 run : |
166- /usr/local/bin/fastlane deploy_ios
166+ /usr/local/bin/fastlane deploy_ios
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@master
1414 with :
15- repository : appditto /flutter_nano_ffi
15+ repository : codesmacgodes /flutter_nano_ffi
1616 ref : refs/heads/master
1717 - name : Run cmake
1818 working-directory : android
@@ -102,4 +102,4 @@ jobs:
102102 API_KEY_FILEPATH : ${{ secrets.FASTLANE_API_KEY_FILEPATH }}
103103 GEM_HOME : ~/.gems
104104 run : |
105- /usr/local/bin/fastlane deploy_ios
105+ /usr/local/bin/fastlane deploy_ios
Original file line number Diff line number Diff line change 1- app_identifier("com.avengemedia.natrium") # The bundle identifier of your app
2- apple_id("appdittoapps@gmail.com") # Your Apple email address
3-
4- itc_team_id("119652752") # App Store Connect Team ID
5- team_id("44R7KF7645") # Developer Portal Team ID
1+ ## Not mine, but here's what they had
2+ ## # app_identifier("com.avengemedia.natrium") # The bundle identifier of your app
3+ ## # apple_id("appdittoapps@gmail.com") # Your Apple email address
4+ ##
5+ ## # itc_team_id("119652752") # App Store Connect Team ID
6+ ## # team_id("44R7KF7645") # Developer Portal Team ID
67
78# For more information about the Appfile, see:
89# https://docs.fastlane.tools/advanced/#appfile
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
2323 # Nano core functions
2424 flutter_nano_ffi :
2525 git :
26- url : https://github.com/appditto /flutter_nano_ffi.git
26+ url : https://github.com/codesmacgodes /flutter_nano_ffi.git
2727 ref : master
2828 # Shared prefs
2929 shared_preferences : ^2.0.8
You can’t perform that action at this time.
0 commit comments