Changeset 351 for trunk/cocoa
- Timestamp:
- 11/18/08 06:38:57 (2 months ago)
- Files:
-
- trunk/cocoa/OpenRadar/Info.plist (modified) (1 diff)
- trunk/cocoa/OpenRadar/Open Radar.icns (added)
- trunk/cocoa/OpenRadar/OpenRadar.xcodeproj/project.pbxproj (modified) (8 diffs)
- trunk/cocoa/OpenRadar/OpenRadar_AppDelegate.h (modified) (1 diff)
- trunk/cocoa/OpenRadar/OpenRadar_AppDelegate.m (modified) (1 diff)
- trunk/cocoa/OpenRadar/icon (added)
- trunk/cocoa/OpenRadar/icon/openradar-icon-trimmed.png (added)
- trunk/cocoa/OpenRadar/icon/openradar-icon.png (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cocoa/OpenRadar/Info.plist
r348 r351 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 5 <key>CFBundleDevelopmentRegion</key> 6 6 <string>English</string> 7 <key>CFBundleName</key>8 <string>${PRODUCT_NAME}</string>9 7 <key>CFBundleExecutable</key> 10 8 <string>${EXECUTABLE_NAME}</string> 11 9 <key>CFBundleIconFile</key> 12 <string> </string>10 <string>Open Radar.icns</string> 13 11 <key>CFBundleIdentifier</key> 14 <string>com. yourcompany.OpenRadarApp</string>12 <string>com.rentzsch.OpenRadar</string> 15 13 <key>CFBundleInfoDictionaryVersion</key> 16 14 <string>6.0</string> 15 <key>CFBundleName</key> 16 <string>${PRODUCT_NAME}</string> 17 17 <key>CFBundlePackageType</key> 18 18 <string>APPL</string> 19 <key>CFBundleSignature</key>20 <string>????</string>21 19 <key>CFBundleVersion</key> 22 <string> 22</string>20 <string>0.1</string> 23 21 <key>CFBundleShortVersionString</key> 24 <string> 1.2</string>22 <string>0.1</string> 25 23 <key>NSMainNibFile</key> 26 24 <string>MainMenu</string> trunk/cocoa/OpenRadar/OpenRadar.xcodeproj/project.pbxproj
r348 r351 16 16 797EF5B60ED003D900B28F7A /* BugMO.m in Sources */ = {isa = PBXBuildFile; fileRef = 797EF5B50ED003D900B28F7A /* BugMO.m */; }; 17 17 797EF5B80ED003DA00B28F7A /* _BugMO.m in Sources */ = {isa = PBXBuildFile; fileRef = 797EF5B70ED003D900B28F7A /* _BugMO.m */; }; 18 79F4D4140ED34E1300847C5D /* Open Radar.icns in Resources */ = {isa = PBXBuildFile; fileRef = 79F4D4130ED34E1300847C5D /* Open Radar.icns */; }; 18 19 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 19 20 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; … … 38 39 797EF5B50ED003D900B28F7A /* BugMO.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BugMO.m; sourceTree = "<group>"; }; 39 40 797EF5B70ED003D900B28F7A /* _BugMO.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = _BugMO.m; sourceTree = "<group>"; }; 41 79F4D4130ED34E1300847C5D /* Open Radar.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = "Open Radar.icns"; sourceTree = "<group>"; }; 40 42 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 41 8D1107320486CEB800E47090 /* Open Radar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenRadar.app; sourceTree = BUILT_PRODUCTS_DIR; };43 8D1107320486CEB800E47090 /* Open Radar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Open Radar.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 42 44 /* End PBXFileReference section */ 43 45 … … 86 88 isa = PBXGroup; 87 89 children = ( 88 8D1107320486CEB800E47090 /* Open Radar.app */,90 8D1107320486CEB800E47090 /* Open Radar.app */, 89 91 ); 90 92 name = Products; … … 116 118 isa = PBXGroup; 117 119 children = ( 120 79F4D4130ED34E1300847C5D /* Open Radar.icns */, 118 121 797EF4420ECFEED000B28F7A /* extract_radar.js */, 119 122 797EF4400ECFEE8800B28F7A /* jquery-1.2.6.pack.js */, … … 170 173 productInstallPath = "$(HOME)/Applications"; 171 174 productName = OpenRadar; 172 productReference = 8D1107320486CEB800E47090 /* Open Radar.app */;175 productReference = 8D1107320486CEB800E47090 /* Open Radar.app */; 173 176 productType = "com.apple.product-type.application"; 174 177 }; … … 199 202 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, 200 203 2F7446990DB6B7EA00F9684A /* MainMenu.xib in Resources */, 204 79F4D4140ED34E1300847C5D /* Open Radar.icns in Resources */, 201 205 ); 202 206 runOnlyForDeploymentPostprocessing = 0; … … 252 256 INFOPLIST_FILE = Info.plist; 253 257 INSTALL_PATH = "$(HOME)/Applications"; 254 PRODUCT_NAME = OpenRadar;258 PRODUCT_NAME = "Open Radar"; 255 259 WRAPPER_EXTENSION = app; 256 260 }; … … 267 271 INFOPLIST_FILE = Info.plist; 268 272 INSTALL_PATH = "$(HOME)/Applications"; 269 PRODUCT_NAME = OpenRadar;273 PRODUCT_NAME = "Open Radar"; 270 274 WRAPPER_EXTENSION = app; 271 275 }; trunk/cocoa/OpenRadar/OpenRadar_AppDelegate.h
r348 r351 1 // 2 // OpenRadar_AppDelegate.h 3 // OpenRadar 4 // 5 // Created by wolf on 11/15/08. 6 // Copyright Red Shed Software Company 2008 . All rights reserved. 7 // 1 /******************************************************************************* 2 OpenRadar_AppDelegate.h 3 Copyright (c) 2008 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com> 4 Some rights reserved: <http://opensource.org/licenses/mit-license.php> 5 6 ***************************************************************************/ 8 7 9 8 #import <Cocoa/Cocoa.h> trunk/cocoa/OpenRadar/OpenRadar_AppDelegate.m
r348 r351 1 // 2 // OpenRadar_AppDelegate.m 3 // OpenRadar 4 // 5 // Created by wolf on 11/15/08. 6 // Copyright Red Shed Software Company 2008 . All rights reserved. 7 // 1 /******************************************************************************* 2 OpenRadar_AppDelegate.m 3 Copyright (c) 2008 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com> 4 Some rights reserved: <http://opensource.org/licenses/mit-license.php> 5 6 ***************************************************************************/ 8 7 9 8 #import "OpenRadar_AppDelegate.h"
