Changeset 351 for trunk

Show
Ignore:
Timestamp:
11/18/08 06:38:57 (2 months ago)
Author:
wolf
Message:

[NEW] Open Radar: add icon from Tom Swift (http://www.1821design.com), bump version to 0.1, update header to declare MIT license.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cocoa/OpenRadar/Info.plist

    r348 r351  
    11<?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"> 
    33<plist version="1.0"> 
    44<dict> 
    55        <key>CFBundleDevelopmentRegion</key> 
    66        <string>English</string> 
    7         <key>CFBundleName</key> 
    8         <string>${PRODUCT_NAME}</string> 
    97        <key>CFBundleExecutable</key> 
    108        <string>${EXECUTABLE_NAME}</string> 
    119        <key>CFBundleIconFile</key> 
    12         <string></string> 
     10        <string>Open Radar.icns</string> 
    1311        <key>CFBundleIdentifier</key> 
    14         <string>com.yourcompany.OpenRadarApp</string> 
     12        <string>com.rentzsch.OpenRadar</string> 
    1513        <key>CFBundleInfoDictionaryVersion</key> 
    1614        <string>6.0</string> 
     15        <key>CFBundleName</key> 
     16        <string>${PRODUCT_NAME}</string> 
    1717        <key>CFBundlePackageType</key> 
    1818        <string>APPL</string> 
    19         <key>CFBundleSignature</key> 
    20         <string>????</string> 
    2119        <key>CFBundleVersion</key> 
    22         <string>22</string> 
     20        <string>0.1</string> 
    2321        <key>CFBundleShortVersionString</key> 
    24         <string>1.2</string> 
     22        <string>0.1</string> 
    2523        <key>NSMainNibFile</key> 
    2624        <string>MainMenu</string> 
  • trunk/cocoa/OpenRadar/OpenRadar.xcodeproj/project.pbxproj

    r348 r351  
    1616                797EF5B60ED003D900B28F7A /* BugMO.m in Sources */ = {isa = PBXBuildFile; fileRef = 797EF5B50ED003D900B28F7A /* BugMO.m */; }; 
    1717                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 */; }; 
    1819                8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 
    1920                8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 
     
    3839                797EF5B50ED003D900B28F7A /* BugMO.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BugMO.m; sourceTree = "<group>"; }; 
    3940                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>"; }; 
    4042                8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 
    41                 8D1107320486CEB800E47090 /* OpenRadar.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; }; 
    4244/* End PBXFileReference section */ 
    4345 
     
    8688                        isa = PBXGroup; 
    8789                        children = ( 
    88                                 8D1107320486CEB800E47090 /* OpenRadar.app */, 
     90                                8D1107320486CEB800E47090 /* Open Radar.app */, 
    8991                        ); 
    9092                        name = Products; 
     
    116118                        isa = PBXGroup; 
    117119                        children = ( 
     120                                79F4D4130ED34E1300847C5D /* Open Radar.icns */, 
    118121                                797EF4420ECFEED000B28F7A /* extract_radar.js */, 
    119122                                797EF4400ECFEE8800B28F7A /* jquery-1.2.6.pack.js */, 
     
    170173                        productInstallPath = "$(HOME)/Applications"; 
    171174                        productName = OpenRadar; 
    172                         productReference = 8D1107320486CEB800E47090 /* OpenRadar.app */; 
     175                        productReference = 8D1107320486CEB800E47090 /* Open Radar.app */; 
    173176                        productType = "com.apple.product-type.application"; 
    174177                }; 
     
    199202                                8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, 
    200203                                2F7446990DB6B7EA00F9684A /* MainMenu.xib in Resources */, 
     204                                79F4D4140ED34E1300847C5D /* Open Radar.icns in Resources */, 
    201205                        ); 
    202206                        runOnlyForDeploymentPostprocessing = 0; 
     
    252256                                INFOPLIST_FILE = Info.plist; 
    253257                                INSTALL_PATH = "$(HOME)/Applications"; 
    254                                 PRODUCT_NAME = OpenRadar
     258                                PRODUCT_NAME = "Open Radar"
    255259                                WRAPPER_EXTENSION = app; 
    256260                        }; 
     
    267271                                INFOPLIST_FILE = Info.plist; 
    268272                                INSTALL_PATH = "$(HOME)/Applications"; 
    269                                 PRODUCT_NAME = OpenRadar
     273                                PRODUCT_NAME = "Open Radar"
    270274                                WRAPPER_EXTENSION = app; 
    271275                        }; 
  • 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        ***************************************************************************/ 
    87 
    98#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        ***************************************************************************/ 
    87 
    98#import "OpenRadar_AppDelegate.h"