Changeset 121
- Timestamp:
- 09/18/07 11:29:53 (1 year ago)
- Files:
-
- trunk/Dutch.lproj/InfoPlist.strings (modified) (1 diff)
- trunk/English.lproj/InfoPlist.strings (modified) (1 diff)
- trunk/French.lproj/InfoPlist.strings (modified) (1 diff)
- trunk/Info.plist (modified) (1 diff)
- trunk/Installer.pmproj (modified) (previous)
- trunk/Italian.lproj/InfoPlist.strings (modified) (1 diff)
- trunk/SSHKeychain.xcodeproj/project.pbxproj (modified) (3 diffs)
- trunk/installscripts/postinstall (modified) (1 diff)
- trunk/installscripts/postupgrade (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Dutch.lproj/InfoPlist.strings
r99 r121 1 1 CFBundleName = "SSHKeychain"; 2 CFBundleShortVersionString = "0.8. 1";3 CFBundleGetInfoString = "SSHKeychain 0.8. 1, Auteursrechten (c) 2003-2007 Bart Matthaei";2 CFBundleShortVersionString = "0.8.2"; 3 CFBundleGetInfoString = "SSHKeychain 0.8.2, Auteursrechten (c) 2003-2007 Bart Matthaei"; 4 4 NSHumanReadableCopyright = "Auteursrechten (c) 2003-2007 Bart Matthaei"; trunk/English.lproj/InfoPlist.strings
r99 r121 1 1 CFBundleName = "SSHKeychain"; 2 CFBundleShortVersionString = "0.8. 1";3 CFBundleGetInfoString = "SSHKeychain 0.8. 1, Copyright (c) 2003-2007 Bart Matthaei";2 CFBundleShortVersionString = "0.8.2"; 3 CFBundleGetInfoString = "SSHKeychain 0.8.2, Copyright (c) 2003-2007 Bart Matthaei"; 4 4 NSHumanReadableCopyright = "Copyright (c) 2003-2007 Bart Matthaei"; trunk/French.lproj/InfoPlist.strings
r99 r121 1 1 CFBundleName = "SSHKeychain"; 2 CFBundleShortVersionString = "0.8. 1";3 CFBundleGetInfoString = "SSHKeychain 0.8. 1, Copyright (c) 2003-2007 Bart Matthaei";2 CFBundleShortVersionString = "0.8.2"; 3 CFBundleGetInfoString = "SSHKeychain 0.8.2, Copyright (c) 2003-2007 Bart Matthaei"; 4 4 NSHumanReadableCopyright = "Copyright (c) 2003-2007 Bart Matthaei"; trunk/Info.plist
r99 r121 18 18 <string>????</string> 19 19 <key>CFBundleVersion</key> 20 <string>0.8. 1</string>20 <string>0.8.2</string> 21 21 <key>NSMainNibFile</key> 22 22 <string>MainMenu</string> trunk/Italian.lproj/InfoPlist.strings
r99 r121 1 1 CFBundleName = "SSHKeychain"; 2 CFBundleShortVersionString = "0.8. 1";3 CFBundleGetInfoString = "SSHKeychain 0.8. 1, Copyright (c) 2003-2007 Bart Matthaei";2 CFBundleShortVersionString = "0.8.2"; 3 CFBundleGetInfoString = "SSHKeychain 0.8.2, Copyright (c) 2003-2007 Bart Matthaei"; 4 4 NSHumanReadableCopyright = "Copyright (c) 2003-2007 Bart Matthaei"; trunk/SSHKeychain.xcodeproj/project.pbxproj
r119 r121 80 80 /* End PBXBuildFile section */ 81 81 82 /* Begin PBXBuildStyle section */ 83 CCFAAB520C7CB9C800AD9093 /* Development */ = { 84 isa = PBXBuildStyle; 85 buildSettings = { 86 COPY_PHASE_STRIP = NO; 87 }; 88 name = Development; 89 }; 90 CCFAAB530C7CB9C800AD9093 /* Deployment */ = { 91 isa = PBXBuildStyle; 92 buildSettings = { 93 COPY_PHASE_STRIP = YES; 94 }; 95 name = Deployment; 96 }; 97 /* End PBXBuildStyle section */ 98 82 99 /* Begin PBXContainerItemProxy section */ 83 100 CCC9E3E406A5A44900422E9E /* PBXContainerItemProxy */ = { … … 112 129 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 113 130 32CA4F630368D1EE00C91783 /* SSHKeychain_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSHKeychain_Prefix.pch; sourceTree = "<group>"; }; 114 8D1107320486CEB800E47090 /* SSHKeychain.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SSHKeychain.app; sourceTree = BUILT_PRODUCTS_DIR; };131 8D1107320486CEB800E47090 /* SSHKeychain.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = SSHKeychain.app; sourceTree = BUILT_PRODUCTS_DIR; }; 115 132 CC08A64506A876B300C578A3 /* PreferenceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PreferenceController.h; sourceTree = "<group>"; usesTabs = 1; }; 116 133 CC08A64606A876B300C578A3 /* PreferenceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferenceController.m; sourceTree = "<group>"; usesTabs = 1; }; … … 481 498 isa = PBXProject; 482 499 buildConfigurationList = CC39D6370921118A00FE3BC5 /* Build configuration list for PBXProject "SSHKeychain" */; 500 buildSettings = { 501 }; 502 buildStyles = ( 503 CCFAAB520C7CB9C800AD9093 /* Development */, 504 CCFAAB530C7CB9C800AD9093 /* Deployment */, 505 ); 483 506 hasScannedForEncodings = 1; 484 507 knownRegions = ( trunk/installscripts/postinstall
r99 r121 1 1 #!/bin/sh 2 2 chown -R $USER:$USER "$2/SSHKeychain.app" 3 chown root:admin "$2/SSHKeychain.app/Contents/Resources/TunnelRunner"4 chmod u+s "$2/SSHKeychain.app/Contents/Resources/TunnelRunner"3 #chown root:admin "$2/SSHKeychain.app/Contents/Resources/TunnelRunner" 4 #chmod u+s "$2/SSHKeychain.app/Contents/Resources/TunnelRunner" trunk/installscripts/postupgrade
r99 r121 1 1 #!/bin/sh 2 2 chown -R $USER:$USER "$2/SSHKeychain.app" 3 chown root:admin "$2/SSHKeychain.app/Contents/Resources/TunnelRunner"4 chmod u+s "$2/SSHKeychain.app/Contents/Resources/TunnelRunner"3 #chown root:admin "$2/SSHKeychain.app/Contents/Resources/TunnelRunner" 4 #chmod u+s "$2/SSHKeychain.app/Contents/Resources/TunnelRunner"
