Changeset 1091 for AE/Setup/Mac
- Timestamp:
- Nov 1, 2017, 3:09:20 AM (7 years ago)
- Location:
- AE/Setup/Mac/AE Setup
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript
r1065 r1091 7 7 -- because that would be redundant of the Installer itself. 8 8 -- History: 9 -- 1.3.0 - No code changes. Re-built in order to include AEInstaller2Updater 1.3. 9 10 -- 1.2.0 - No code changes. Re-built in order to include Run AE Installer 1.1.0, which had a change 10 11 -- made to ensure Mono compatibility in 10.13. -
AE/Setup/Mac/AE Setup/AE Setup/Info.plist
r1065 r1091 18 18 <string>APPL</string> 19 19 <key>CFBundleShortVersionString</key> 20 <string>1. 2.0</string>20 <string>1.3.0</string> 21 21 <key>CFBundleSignature</key> 22 22 <string>????</string> 23 23 <key>CFBundleVersion</key> 24 <string>Setup 1. 2.0</string>24 <string>Setup 1.3.0</string> 25 25 <key>LSMinimumSystemVersion</key> 26 26 <string>$(MACOSX_DEPLOYMENT_TARGET)</string> -
AE/Setup/Mac/AE Setup/AE Setup/main.m
r1029 r1091 10 10 #import <AppleScriptObjC/AppleScriptObjC.h> 11 11 12 int main(int argc, const char * argv[]) { 12 int main(int argc, const char * argv[]) 13 { 13 14 [[NSBundle mainBundle] loadAppleScriptObjectiveCScripts]; 14 15 return NSApplicationMain(argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.