-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding workaround starter app to run pupil capture on mac.
- Loading branch information
Showing
9 changed files
with
56 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
|
||
import shutil | ||
import write_version_file | ||
print "starting version stript:" | ||
write_version_file.main('dist/Pupil Capture.app/Contents/MacOS') | ||
print "created version file in dist folder" | ||
|
||
print "copy starter app" | ||
shutil.copytree('run_pupil_capture_from_mac_terminal.app', 'dist/run_pupil_capture_from_mac_terminal.app') |
This file contains 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
46 changes: 46 additions & 0 deletions
46
deploy/run_pupil_capture_from_mac_terminal.app/Contents/Info.plist
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleAllowMixedLocalizations</key> | ||
<true/> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>applet</string> | ||
<key>CFBundleIconFile</key> | ||
<string>applet</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.ScriptEditor.id.run-pupil-capture-from-terminal</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>run_pupil_capture_from_terminal</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleSignature</key> | ||
<string>aplt</string> | ||
<key>LSMinimumSystemVersionByArchitecture</key> | ||
<dict> | ||
<key>x86_64</key> | ||
<string>10.6</string> | ||
</dict> | ||
<key>LSRequiresCarbon</key> | ||
<true/> | ||
<key>WindowState</key> | ||
<dict> | ||
<key>dividerCollapsed</key> | ||
<false/> | ||
<key>eventLogLevel</key> | ||
<integer>-1</integer> | ||
<key>name</key> | ||
<string>ScriptWindowState</string> | ||
<key>positionOfDivider</key> | ||
<real>333</real> | ||
<key>savedFrame</key> | ||
<string>55 281 602 597 0 0 1440 878 </string> | ||
<key>selectedTabView</key> | ||
<string>event log</string> | ||
</dict> | ||
</dict> | ||
</plist> |
Binary file not shown.
Binary file added
BIN
+2.76 KB
deploy/run_pupil_capture_from_mac_terminal.app/Contents/Resources/Scripts/main.scpt
Binary file not shown.
Binary file added
BIN
+202 KB
deploy/run_pupil_capture_from_mac_terminal.app/Contents/Resources/applet.icns
Binary file not shown.
Binary file added
BIN
+362 Bytes
deploy/run_pupil_capture_from_mac_terminal.app/Contents/Resources/applet.rsrc
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
deploy/run_pupil_capture_from_mac_terminal.app/Contents/Resources/description.rtfd/TXT.rtf
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340 | ||
{\fonttbl} | ||
{\colortbl;\red255\green255\blue255;} | ||
} |
This file contains 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