mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 13:37:02 +03:00
Added icon
svn path=/trunk/netsurf/; revision=11296
This commit is contained in:
parent
0409221064
commit
88d70ed6a4
@ -109,6 +109,7 @@
|
||||
265F320612D66C200048B600 /* utf8.m in Sources */ = {isa = PBXBuildFile; fileRef = 265F320512D66C200048B600 /* utf8.m */; };
|
||||
265F321412D66CD90048B600 /* utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 265F321312D66CD90048B600 /* utils.m */; };
|
||||
265F321F12D66D510048B600 /* font.m in Sources */ = {isa = PBXBuildFile; fileRef = 265F321E12D66D510048B600 /* font.m */; };
|
||||
26AFE63F12DDEB0A005AD082 /* NetSurf.icns in Resources */ = {isa = PBXBuildFile; fileRef = 26AFE63E12DDEB0A005AD082 /* NetSurf.icns */; };
|
||||
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
@ -320,6 +321,7 @@
|
||||
265F320512D66C200048B600 /* utf8.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = utf8.m; sourceTree = "<group>"; };
|
||||
265F321312D66CD90048B600 /* utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = utils.m; sourceTree = "<group>"; };
|
||||
265F321E12D66D510048B600 /* font.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = font.m; sourceTree = "<group>"; };
|
||||
26AFE63E12DDEB0A005AD082 /* NetSurf.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = NetSurf.icns; sourceTree = "<group>"; };
|
||||
8D1107320486CEB800E47090 /* NetSurf.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NetSurf.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
@ -600,6 +602,7 @@
|
||||
265F310F12D663C20048B600 /* res */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
26AFE63E12DDEB0A005AD082 /* NetSurf.icns */,
|
||||
2612268F12D7AE4100E10F91 /* Messages */,
|
||||
2612265D12D7AD6800E10F91 /* adblock.css */,
|
||||
2612265712D7ACB500E10F91 /* default.css */,
|
||||
@ -729,6 +732,7 @@
|
||||
2612265C12D7ACB500E10F91 /* quirks.css in Resources */,
|
||||
2612266D12D7AD6800E10F91 /* adblock.css in Resources */,
|
||||
2612269112D7AE4100E10F91 /* Messages in Resources */,
|
||||
26AFE63F12DDEB0A005AD082 /* NetSurf.icns in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -7,9 +7,9 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<string>NetSurf</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<string>org.netsurf-browser.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
|
BIN
cocoa/res/NetSurf.icns
Normal file
BIN
cocoa/res/NetSurf.icns
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user