-
Notifications
You must be signed in to change notification settings - Fork 50
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
chore: add patch to support xcode 14.3 #1023
Merged
Merged
Conversation
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
duplicate. |
Signed-off-by: Jason C. Leach <[email protected]>
jleach
force-pushed
the
chore/peg-xcode-version
branch
from
April 4, 2023 19:39
a08a1f9
to
d585f64
Compare
jleach
changed the title
chore: peg ios build to xcode 14.2
chore: add patch to support xcode 14.3
Apr 5, 2023
Signed-off-by: Jason C. Leach <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
bryce-mcmath
approved these changes
Apr 5, 2023
jcdrouin21
added a commit
to CQEN-QDCE/portefeuille-mobile-qc
that referenced
this pull request
Apr 13, 2023
* fix: person credential workflow fix (bcgov#960) * update bifold submodule (bcgov#961) Signed-off-by: wadeking98 <[email protected]> * feat: added person credential to preview notification screen with v1.1 branding (bcgov#959) Signed-off-by: wadeking98 <[email protected]> * fix: match logoSec sizing to bifold, run lint (bcgov#963) Signed-off-by: Bryce McMath <[email protected]> * fix: person credential workflow pt. 2 (bcgov#973) * chore: update bifold submodule (bcgov#977) Signed-off-by: Bryce McMath <[email protected]> * chore: bump version number to 1.0.8 (bcgov#982) Signed-off-by: Bryce McMath <[email protected]> * chore: remove flipper, update bifold submodule (bcgov#985) Signed-off-by: Bryce McMath <[email protected]> * fix: add scroll to splash screen for larger font and display size (bcgov#993) Signed-off-by: Bryce McMath <[email protected]> * chore: update bifold submodule (bcgov#998) Signed-off-by: Bryce McMath <[email protected]> * fix: change product name to BCWallet from AriesBifold (bcgov#994) Signed-off-by: Bryce McMath <[email protected]> * chore: add storybook to bc-wallet-mobile (bcgov#991) Signed-off-by: Clécio Varjão <[email protected]> Signed-off-by: Bryce McMath <[email protected]> Co-authored-by: Clécio Varjão <[email protected]> * fix: android and ios build and pipeline issues (bcgov#1006) Signed-off-by: Bryce McMath <[email protected]> * fix: possible fix for android crashing (bcgov#1007) Signed-off-by: Bryce McMath <[email protected]> * ci: update GHA (bcgov#1009) Signed-off-by: Clécio Varjão <[email protected]> * Updated Smoke test in build pipeline for new iOS app name (bcgov#1010) Signed-off-by: Sheldon Regular <[email protected]> * chore: update GHA build file name and watched files on PR (bcgov#1011) Signed-off-by: Bryce McMath <[email protected]> * Support for bifold new monorepo structure (bcgov#1012) Signed-off-by: Clécio Varjão <[email protected]> * chore: update bifold submodule (bcgov#1020) Signed-off-by: Bryce McMath <[email protected]> * chore: peg ios build to xcode 14.2 Signed-off-by: Jason C. Leach <[email protected]> * updated branding for traction agent (bcgov#1025) Signed-off-by: wadeking98 <[email protected]> * chore: update bifold submodule (bcgov#1027) Signed-off-by: Bryce McMath <[email protected]> * chore: add patch to support xcode 14.3 (bcgov#1023) Signed-off-by: Jason C. Leach <[email protected]> * Small fix Signed-off-by: Jean-Christophe <[email protected]> * Fix occurence of bcwallet Signed-off-by: Jean-Christophe <[email protected]> * Fix android setup - portefeuilleqc reference Signed-off-by: Jean-Christophe <[email protected]> --------- Signed-off-by: wadeking98 <[email protected]> Signed-off-by: Bryce McMath <[email protected]> Signed-off-by: Clécio Varjão <[email protected]> Signed-off-by: Sheldon Regular <[email protected]> Signed-off-by: Jason C. Leach <[email protected]> Signed-off-by: Jean-Christophe <[email protected]> Co-authored-by: Akiff Manji <[email protected]> Co-authored-by: Wade King <[email protected]> Co-authored-by: Bryce McMath <[email protected]> Co-authored-by: Clécio Varjão <[email protected]> Co-authored-by: Sheldon Regular <[email protected]> Co-authored-by: Jason C. Leach <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
As noted here there is a problem with the Yoga package in RN building with Xcode 14.3. This is a temporary work around to peg the build to 14.2 until this issue can be resolved more thoroughly.
Ref. macOS runners