Created
December 26, 2018 08:08
-
-
Save inickt/7ee737143151821e5b11e9fd14c5698e to your computer and use it in GitHub Desktop.
Check if iOS App is installed to /Applications (using a jailbreak)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let installPath = Bundle.main.bundleURL.deletingLastPathComponent().relativePath | |
let isJailbreakInstall = installPath == "/Applications" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment