You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2020. It is now read-only.
Lets say I have 2 files in my script. Script.swift which I created with marathon create Script.swift and File1.swift.
I added File1.swift to my Marathon file and everything works fine, I can build the app and the code in File1.swift is executed. But when trying to edit these files in Xcode by running marathon edit Script.swift it opens a Xcode project with both files in the project but only changes to Script.swift is saved
Is it possible to save edits to all the files contained in the Marathon file when editing the scripts with Xcode?