diff --git a/.env.production b/.env.production deleted file mode 100644 index 4b49c52d..00000000 --- a/.env.production +++ /dev/null @@ -1,6 +0,0 @@ -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 \ No newline at end of file diff --git a/.env.development b/.env.sample similarity index 83% rename from .env.development rename to .env.sample index 4b49c52d..2e1599b7 100644 --- a/.env.development +++ b/.env.sample @@ -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 \ No newline at end of file +VAR_BOOL=true # this is a boolean variable diff --git a/.env.staging b/.env.staging deleted file mode 100644 index 4b49c52d..00000000 --- a/.env.staging +++ /dev/null @@ -1,6 +0,0 @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 89a9febe..8275e625 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/EAS.md b/EAS.md index 12f4771c..68e92297 100644 --- a/EAS.md +++ b/EAS.md @@ -28,13 +28,10 @@ When asked `What do you want to do?` select: `App Store Connect: Manage your API Screenshot 2024-07-31 at 6 09 59 PM - 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`