Skip to content

Commit

Permalink
Merge pull request #2994 from BlainHamon/timob-10243_2_1_X
Browse files Browse the repository at this point in the history
TIMOB-10243 DYLD_FRAMEWORK_PATH is not needed for applescript.
  • Loading branch information
srahim committed Sep 20, 2012
2 parents a84cb79 + 2982f13 commit 02fef90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/iphone/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1387,6 +1387,7 @@ def handler(signum, frame):
sim = subprocess.Popen("\"%s\" launch \"%s\" --sdk %s" % (iphonesim,app_dir,iphone_version),shell=True,cwd=template_dir)
else:
sim = subprocess.Popen("\"%s\" launch \"%s\" --sdk %s --family %s" % (iphonesim,app_dir,iphone_version,simtype),shell=True,cwd=template_dir)
os.unsetenv('DYLD_FRAMEWORK_PATH')

# activate the simulator window
command = 'osascript -e "tell application \\\"%s/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app\\\" to activate"'
Expand Down

0 comments on commit 02fef90

Please sign in to comment.