remove unused function
This commit is contained in:
parent
0f08f6c971
commit
4689ae3932
|
@ -680,11 +680,6 @@ updateFigwheelUrls = (devEnvRoot, devHost) ->
|
||||||
mainDevPath = "#{devEnvRoot}/env/#{platform}/main.cljs"
|
mainDevPath = "#{devEnvRoot}/env/#{platform}/main.cljs"
|
||||||
edit mainDevPath, [[figwheelUrlRx, "ws://#{devHost[platform]}:"]]
|
edit mainDevPath, [[figwheelUrlRx, "ws://#{devHost[platform]}:"]]
|
||||||
|
|
||||||
# Current RN version (0.29.2) has no host in AppDelegate.m maybe docs are outdated?
|
|
||||||
updateIosAppDelegate = (projName, iosHost) ->
|
|
||||||
appDelegatePath = "ios/#{projName}/AppDelegate.m"
|
|
||||||
edit appDelegatePath, [[appDelegateRx, "http://#{iosHost}"]]
|
|
||||||
|
|
||||||
updateIosRCTWebSocketExecutor = (iosHost) ->
|
updateIosRCTWebSocketExecutor = (iosHost) ->
|
||||||
RCTWebSocketExecutorPath = "node_modules/react-native/Libraries/WebSocket/RCTWebSocketExecutor.m"
|
RCTWebSocketExecutorPath = "node_modules/react-native/Libraries/WebSocket/RCTWebSocketExecutor.m"
|
||||||
edit RCTWebSocketExecutorPath, [[debugHostRx, "host] ?: @\"#{iosHost}\";"]]
|
edit RCTWebSocketExecutorPath, [[debugHostRx, "host] ?: @\"#{iosHost}\";"]]
|
||||||
|
|
Loading…
Reference in New Issue