Skip to content

Commit 6f6c899

Browse files
committed
iOS updates
1 parent bc03c4a commit 6f6c899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/ios/ReactNativeStaticServerExample.xcodeproj/xcshareddata/xcschemes/ReactNativeStaticServerExample.xcscheme

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8-
98
<PreActions>
109
<ExecutionAction
1110
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
1211
<ActionContent
1312
title = "Invoke Codegen"
14-
scriptText = "cd &quot;$WORKSPACE_PATH/../../../&quot; &amp;&amp; npx bob build --target codegen&#10;">
13+
scriptText = "# To allow finding Node installed via NVM.&#10;export NVM_DIR=&quot;$HOME/.nvm&quot;&#10;[ -s &quot;$NVM_DIR/nvm.sh&quot; ] &amp;&amp; \. &quot;$NVM_DIR/nvm.sh&quot;&#10;&#10;cd &quot;$WORKSPACE_PATH/../../../&quot; &amp;&amp; npx bob build --target codegen&#10;">
1514
</ActionContent>
1615
</ExecutionAction>
1716
</PreActions>

0 commit comments

Comments
 (0)