Skip to content

Commit

Permalink
Merge pull request #282 from cultuurnet/bugfix/ios-pipeline-fix
Browse files Browse the repository at this point in the history
iOS pipeline fix
  • Loading branch information
samvanhoeyicapps authored Nov 8, 2023
2 parents a7bebe0 + a67d924 commit d07ca36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
<ActionContent
title = "Run Script"
scriptText = "# Type a script or drag a script file from your workspace to insert its path.&#10;echo $ENV_FILE &gt; /tmp/envfile&#10;&#10;&quot;${SRCROOT}/../node_modules/react-native-config/ios/ReactNativeConfig/BuildXCConfig.rb&quot; &quot;${SRCROOT}/..&quot; &quot;${SRCROOT}/tmp.xcconfig&quot;&#10;&#10;xcodebuild -project &quot;${SRCROOT}/../node_modules/react-native-config/ios/ReactNativeConfig.xcodeproj&quot;&#10;">
scriptText = "# Type a script or drag a script file from your workspace to insert its path.&#10;echo $ENV_FILE &gt; /tmp/envfile&#10;&#10;&quot;${SRCROOT}/../node_modules/react-native-config/ios/ReactNativeConfig/BuildXCConfig.rb&quot; &quot;${SRCROOT}/..&quot; &quot;${SRCROOT}/tmp.xcconfig&quot;&#10;">
<EnvironmentBuildable>
<BuildableReference
BuildableIdentifier = "primary"
Expand Down

0 comments on commit d07ca36

Please sign in to comment.