Skip to content

Commit

Permalink
483 iOS CI Tool Integration - Xcode Cloud (#542)
Browse files Browse the repository at this point in the history
483 iOS CI Tool Integration - Xcode Cloud
#483

* Removed `Package.resolved` from git ignore
* Updated dependencies file
* Added script to replace local env variables at post-clone stage
* Used encoded files as env variables, generated on the fly post-clone
  • Loading branch information
jeden authored Nov 22, 2024
1 parent 03b65cb commit 750d41c
Show file tree
Hide file tree
Showing 4 changed files with 737 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
Packages/
Package.pins
Package.resolved
#Packages/
#Package.pins
#Package.resolved
# *.xcodeproj
#
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
Expand Down Expand Up @@ -88,12 +88,11 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/
/FRW.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
*.xcbkptlist
/FRW/App/Env/Dev/GoogleOAuth2.plist
/FRW/App/Env/Dev/GoogleService-Info.plist
/FRW/App/Env/Dev/ServiceConfig.plist
/FRW/App/Env/LocalEnv
/FRW/App/Env/LocalEnv*
/FRW/App/Env/Prod/GoogleOAuth2.plist
/FRW/App/Env/Prod/GoogleService-Info.plist
/FRW/App/Env/Prod/ServiceConfig.plist
Expand Down
Binary file removed .gitignore.swp
Binary file not shown.
Loading

0 comments on commit 750d41c

Please sign in to comment.