-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
48 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
team_id "2YC97BQN3N" | ||
|
||
# Include all of the bundle identifiers for your iOS app and for your rich push target. | ||
# You find the bundle identifier of each app inside of Xcode - https://stackoverflow.com/a/59131511 | ||
app_identifier(["io.customer.rn-sample.fcm", "io.customer.rn-sample.fcm.richpush"]) | ||
app_identifier([ | ||
"io.customer.rn-sample.fcm", | ||
"io.customer.rn-sample.fcm.richpush", | ||
]) | ||
|
||
package_name("io.customer.rn_sample.fcm") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# imports shared Fastfile from "Apps/fastlane/Fastfile" | ||
import "../../fastlane/Fastfile" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# For more information about this configuration run `fastlane gym --help` or check | ||
# out the documentation at https://docs.fastlane.tools/actions/gym/#gymfile | ||
|
||
configuration("Release") | ||
export_method("ad-hoc") | ||
# scheme in XCode workspace of Flutter generated iOS app | ||
scheme("FCMSampleApp") | ||
workspace("ios/FCMSampleApp.xcworkspace") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
storage_mode "google_cloud" | ||
type "development" | ||
readonly true | ||
# IMPORTANT: use the same gcloud bucket name for *all* iOS apps we use in the company. | ||
# fastlane is smart enough to share certificates while creating separate provisioning profiles for each app. | ||
google_cloud_bucket_name "remote-habits-ios-signing" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Gemfile containing all the necessary plugins used by fastlane in the project | ||
|
||
gem 'fastlane-plugin-firebase_app_distribution' | ||
gem 'fastlane-plugin-versioning_android' | ||
gem 'fastlane-plugin-versioning_ios' | ||
gem 'fastlane-plugin-find_firebase_app_id' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters