Skip to content

Commit

Permalink
Merge pull request #10 from rootstrap/chore/remove-env-files
Browse files Browse the repository at this point in the history
Chore(Env files): Untrack env files from git
  • Loading branch information
juanchoperezj authored Aug 5, 2024
2 parents fccce7b + 07f8ea9 commit 2e27230
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .env.production

This file was deleted.

2 changes: 1 addition & 1 deletion .env.development → .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ API_URL=https://dummyjson.com/
## TODO: add the variable to your CI and remove it from here, not recommended setting sensitive values on your git repo
SECRET_KEY=my-secret-key
VAR_NUMBER=10 # this is a number variable
VAR_BOOL=true # this is a boolean variable
VAR_BOOL=true # this is a boolean variable
6 changes: 0 additions & 6 deletions .env.staging

This file was deleted.

10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ web-build/
yarn-error.log
/coverage

.env.**

.env.development
.env.production
.env.staging
.env.qa

# macOS
.DS_Store

.env.development
.env.production
.env.staging
.env.qa

# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
# The following patterns were generated by expo-cli
Expand Down
3 changes: 0 additions & 3 deletions EAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ When asked `What do you want to do?` select: `App Store Connect: Manage your API

<img width="793" alt="Screenshot 2024-07-31 at 6 09 59 PM" src="https://github.com/user-attachments/assets/c0403c6d-b151-4d74-9458-2b6fadd6cbf3">


In order to be able to Generate a new App Store Connect API Key it's important your user has the right permissions on the App Store Connect account. Make sure you have access to Cloud Managed Distribution Certificate, if you don't have this permission you'll get a `403 - Access forbidden response`.


![Screenshot 2024-07-31 at 5 34 56 PM](https://github.com/user-attachments/assets/890e1199-b4c6-4aed-9582-3122d40ee66a)


2. Build your app using Expo and EAS:

`eas build --platform ios`
Expand Down

0 comments on commit 2e27230

Please sign in to comment.