Skip to content

Commit 86ab9a3

Browse files
Merge pull request livecode#147 from runrev/bugfix-15037
[[ Bug 15037 ]] Update the error message when giving an invalid bad Xcod...
2 parents 3064c3a + 7783a3e commit 86ab9a3

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Toolset/libraries/revdeploylibrary.livecodescript

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ function revIDEDeployIOSIsValidSDK pVersion, pPath
243243
return the result
244244
end revIDEDeployIOSIsValidSDK
245245

246+
function revIDEDeployIOSUsableSDKs
247+
dispatch function "deployUsableIosSdk" to stack "revDeployLibraryiOS"
248+
return the result
249+
end revIDEDeployIOSUsableSDKs
250+
246251
function revIDEDeployIOSGetSimulatorVersions
247252
dispatch function "deployGetSimulatorVersions" to stack "revDeployLibraryiOS"
248253
return the result
352 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)