Skip to content

Commit

Permalink
Merge pull request #57058 from Expensify/arosiclair-dev-env
Browse files Browse the repository at this point in the history
[No QA] Fix prod/adhoc build artifacts conflicting with dev builds
  • Loading branch information
arosiclair authored Feb 19, 2025
2 parents fb57022 + b06d2b7 commit 0392e3a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ DerivedData
*.mobileprovision
ios-fastlane-json-key.json
**/.xcode.env.local
ios/tmp.xcconfig

# Android/IntelliJ
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
version = "1.3">
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<PreActions>
<ExecutionAction
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
<ActionContent
title = "Clean production/adhoc build artifacts"
scriptText = "# Delete artificats from production/adhoc builds that might conflict&#10;rm -f /tmp/envfile&#10;rm -f &quot;${SRCROOT}/tmp.xcconfig&quot;&#10;">
<EnvironmentBuildable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "New Expensify Dev.app"
BlueprintName = "NewExpensify"
ReferencedContainer = "container:NewExpensify.xcodeproj">
</BuildableReference>
</EnvironmentBuildable>
</ActionContent>
</ExecutionAction>
</PreActions>
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
Expand Down
12 changes: 0 additions & 12 deletions ios/tmp.xcconfig

This file was deleted.

0 comments on commit 0392e3a

Please sign in to comment.