Skip to content

Commit 98215ee

Browse files
committed
reference the forked ffi thing
1 parent 670e4af commit 98215ee

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/deploy_beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/deploy_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/deploy_release_ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

ios/fastlane/Appfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)