-
Notifications
You must be signed in to change notification settings - Fork 135
Move ENVIRONMENT to xcconfig #2248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
36768cc
Add setup script that Installs pre-commit hooks
atmamont e780131
Replace Internal/swiftlint with local environment binary
atmamont a892cdb
Update contribution guidelines to include setup script that installs …
atmamont 2a55016
Move localization specific scripts to Scripts folder
atmamont 4fecda8
Merge branch 'develop' into chore/move-internal-scripts-to-main-repo
atmamont 0e9474f
Add missing references to localization docs
atmamont 9ef3ed7
Make update_translations script executable
atmamont bb806a4
Make generate_localization_keys script executable
atmamont 165c4be
Remove binary version of the script
atmamont 21e6375
Update copyright year in autogenerated localization keys file
atmamont e331494
Merge branch 'develop' into chore/move-internal-scripts-to-main-repo
atmamont 3853551
Update Scripts/update_translations.sh
atmamont 1260e66
Update Scripts/generate_localization_keys.swift
atmamont 2cd44ed
Update AdyenCardScanner podspec (#2237)
nauaros a6d0498
Update post_release.yml to include write access (#2234)
erenbesel d741fe7
Remove redundant SwiftUI config build step
atmamont 4ffd200
Remove redundant AdyenUIHost config build step
atmamont e79eebb
Add exit codes to swiftformat and swiftlint build step error states
atmamont 23d34ac
Merge branch 'develop' into chore/move-internal-scripts-to-main-repo
atmamont 409a412
Revert changes suggested by gemini
atmamont a783b09
Extract internal development localization guide to a separate markdow…
atmamont 8ef6e11
Minor text style improvements
atmamont a1691ef
Remove internal localization dics mentions
atmamont c7e6ade
Simplify environment selection logic by moving the value to to xcconf…
atmamont 6643cb5
Merge branch 'develop' into chore/move-environment-to-xcconfig
atmamont 3a92b4e
Merge branch 'develop' into chore/move-environment-to-xcconfig
atmamont 478c440
Merge branch 'develop' into chore/move-environment-to-xcconfig
atmamont e217bb0
Remove `classicApiEnvironment` from Configuration
atmamont 43841bb
Merge branch 'develop' of github.com:Adyen/adyen-ios into chore/move-…
atmamont de0ec48
Remove environment fallback to `test`, fail instead
atmamont da94122
Make `test` environment mapping explicit, add context to the error me…
atmamont ea4cff0
Fix typo for spellchecker
atmamont 073e16c
Merge branch 'develop' into chore/move-environment-to-xcconfig
atmamont 2527760
Add vscode build folder to .gitignore
atmamont File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole step "⚙️ Configure Demo App" is no longer needed, right ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very good point, @descorp ! Thanks for catching