mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Updated gitignore and Engine/bin for ticket #1
This commit is contained in:
parent
1cca6c95f2
commit
08d5ba86f7
593 changed files with 72474 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
<pkmkdoc spec="1.12"><properties><title>My Title</title><organization>com.mygamecompany</organization><userSees ui="easy"/><min-target os="2"/><domain anywhere="true"/></properties><distribution><versions min-spec="1.000000"/><scripts></scripts></distribution><description>My Package Description</description><contents/><resources bg-scale="none" bg-align="topleft"><locale lang="en"><resource mod="true" type="background">/Users/garagegames/Documents/GarageGames_Splash_Screens/iPhone/splash_itgb_v.png</resource></locale></resources><f`lags/><mod>description</mocXZVv/ws```d><mod>properties.title</mod></pkmkdo`c>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<pkmkdoc spec="1.12"><properties><title>My Title</title><organization>com.mygamecompany</organization><userSees ui="easy"/><min-target os="2"/><domain anywhere="true"/></properties><distribution><versions min-spec="1.000000"/><scripts></scripts></distribution><description>My Package Description</description><contents/><resources bg-scale="none" bg-align="topleft"><locale lang="en"><resource relative="true" mod="true" type="background">panel.png</resource></locale></resources><flags/><mod>description</mod><mod>properties.title</mod></pkmkdoc>
|
||||
13
Engine/bin/tools/packagemaker/scripts/templates/launchSafari
Normal file
13
Engine/bin/tools/packagemaker/scripts/templates/launchSafari
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
exec osascript <<EOF
|
||||
tell application "safari"
|
||||
set theURL to "$1"
|
||||
activate
|
||||
if not (document 1 exists) then
|
||||
make new document at beginning of documents
|
||||
end if
|
||||
tell front window
|
||||
set URL of document 1 to theURL
|
||||
end tell
|
||||
end tell
|
||||
BIN
Engine/bin/tools/packagemaker/scripts/templates/pannel-mac.png
Normal file
BIN
Engine/bin/tools/packagemaker/scripts/templates/pannel-mac.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
ditto "/private/tmp/<name>/<bundle>" "/Users/$USER/Library/Internet Plug-Ins/<bundle>"
|
||||
|
||||
exec osascript <<EOF
|
||||
tell application "safari"
|
||||
set theURL to "$1"
|
||||
activate
|
||||
if not (document 1 exists) then
|
||||
make new document at beginning of documents
|
||||
end if
|
||||
tell front window
|
||||
set URL of document 1 to theURL
|
||||
end tell
|
||||
end tell
|
||||
Loading…
Add table
Add a link
Reference in a new issue