diff --git a/English.lproj/Credits.html b/English.lproj/Credits.html new file mode 100644 index 0000000..56d865e --- /dev/null +++ b/English.lproj/Credits.html @@ -0,0 +1,36 @@ + + + Foo + + + +

+ Hop is free software: you can redistribute it and/or modify it + under the terms of + the GNU General Public + License as published by the Free Software Foundation, either + version 3 of the License, or (at your option) any later version. +

+

+ This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +

+ +

Developers

+

+ The project is currently hosted on github at http://github.com/tonyg/hop/. + Contact details for the author are here. +

+ + diff --git a/hopOsx-Info.plist b/hopOsx-Info.plist index 45861c6..b059375 100644 --- a/hopOsx-Info.plist +++ b/hopOsx-Info.plist @@ -2,6 +2,8 @@ + NSHumanReadableCopyright + Copyright © 2012 Tony Garnock-Jones CFBundleDevelopmentRegion English CFBundleExecutable @@ -17,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.1 + Hop OSX GUI v0.0.1 CFBundleSignature ???? CFBundleVersion - alpha + prealpha LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSMainNibFile diff --git a/hopOsx.xcodeproj/project.pbxproj b/hopOsx.xcodeproj/project.pbxproj index baf7cf2..becb00a 100644 --- a/hopOsx.xcodeproj/project.pbxproj +++ b/hopOsx.xcodeproj/project.pbxproj @@ -10,6 +10,7 @@ 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; }; 256AC3DA0F4B6AC300CF3369 /* hopOsxAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* hopOsxAppDelegate.m */; }; 8A3AD61B1550596B0083025A /* Hop.icns in Resources */ = {isa = PBXBuildFile; fileRef = 8A3AD61A1550596B0083025A /* Hop.icns */; }; + 8A78BA7015536F2D0063299E /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = 8A78BA6E15536F2D0063299E /* Credits.html */; }; 8AC89E371550397E00BACB4E /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AC89E361550397E00BACB4E /* WebKit.framework */; }; 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; @@ -28,6 +29,7 @@ 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 8A3AD61A1550596B0083025A /* Hop.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Hop.icns; sourceTree = ""; }; + 8A78BA6F15536F2D0063299E /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = English; path = English.lproj/Credits.html; sourceTree = ""; }; 8AC89E361550397E00BACB4E /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; 8D1107310486CEB800E47090 /* hopOsx-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "hopOsx-Info.plist"; sourceTree = ""; }; 8D1107320486CEB800E47090 /* Hop Server.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Hop Server.app"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -91,12 +93,13 @@ 29B97323FDCFA39411CA2CEA /* Frameworks */, 19C28FACFE9D520D11CA2CBB /* Products */, ); - name = "hopOsx"; + name = hopOsx; sourceTree = ""; }; 29B97315FDCFA39411CA2CEA /* Other Sources */ = { isa = PBXGroup; children = ( + 8A78BA6E15536F2D0063299E /* Credits.html */, 256AC3F00F4B6AF500CF3369 /* hopOsx_Prefix.pch */, 29B97316FDCFA39411CA2CEA /* main.m */, 8A3AD61A1550596B0083025A /* Hop.icns */, @@ -179,6 +182,7 @@ 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */, 8A3AD61B1550596B0083025A /* Hop.icns in Resources */, + 8A78BA7015536F2D0063299E /* Credits.html in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -213,6 +217,14 @@ name = MainMenu.xib; sourceTree = ""; }; + 8A78BA6E15536F2D0063299E /* Credits.html */ = { + isa = PBXVariantGroup; + children = ( + 8A78BA6F15536F2D0063299E /* English */, + ); + name = Credits.html; + sourceTree = ""; + }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */