Skip to content

Instantly share code, notes, and snippets.

View zsading's full-sized avatar
🤣
wanna be free

Victor zsading

🤣
wanna be free
View GitHub Profile
@hjeffrey
hjeffrey / Install_ipa_to_simulator.scpt
Last active April 27, 2021 16:10
Install ipa to Simulator of Xcode
--
-- Project: Install IPA to Simulator
-- Author: Jeffrey Jia
-- Date: 2017 年 9 月 26 日
--
on open fileList
repeat with theFilePath in fileList
set fileInfo to info for file theFilePath
if name of fileInfo ends with ".ipa" then