Skip to content

Instantly share code, notes, and snippets.

@mahmudahsan
Created November 26, 2017 12:48
Show Gist options
  • Save mahmudahsan/16e8e959b089d1462a9ad8eb321760e8 to your computer and use it in GitHub Desktop.
Save mahmudahsan/16e8e959b089d1462a9ad8eb321760e8 to your computer and use it in GitHub Desktop.
def openNotesXcodeProject():
print("My App XCODE OPENING")
pathToOpen = "/app_directory/app_name/"+ "App.xcworkspace"
openFile = "open " + "'" + pathToOpen + "'"
os.system(openFile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment