Skip to content

Commit

Permalink
Moved app icon to asset catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsch committed Aug 1, 2019
1 parent d51c784 commit 98ac99a
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 24 deletions.
4 changes: 0 additions & 4 deletions Mach-O Browser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
63232CF2109D13DD0011A93E /* Section.m in Sources */ = {isa = PBXBuildFile; fileRef = 63232CF1109D13DD0011A93E /* Section.m */; };
6338E04B18066C47005A3263 /* HexDumpViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6338E04918066C47005A3263 /* HexDumpViewController.m */; };
6338E04C18066C47005A3263 /* HexDumpView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6338E04A18066C47005A3263 /* HexDumpView.xib */; };
6356E2F610B63BE600D45B60 /* gear.icns in Resources */ = {isa = PBXBuildFile; fileRef = 6356E2F510B63BE600D45B60 /* gear.icns */; };
636E5DDB10A27A130061B1E7 /* SegmentView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 636E5DD910A27A130061B1E7 /* SegmentView.xib */; };
636E5E6310A2AEE30061B1E7 /* HexFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E5E6210A2AEE30061B1E7 /* HexFormatter.m */; };
636E5E7C10A2B0280061B1E7 /* SegmentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E5E7B10A2B0280061B1E7 /* SegmentViewController.m */; };
Expand Down Expand Up @@ -74,7 +73,6 @@
6338E04818066C47005A3263 /* HexDumpViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexDumpViewController.h; sourceTree = "<group>"; };
6338E04918066C47005A3263 /* HexDumpViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexDumpViewController.m; sourceTree = "<group>"; };
6338E04A18066C47005A3263 /* HexDumpView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HexDumpView.xib; sourceTree = "<group>"; };
6356E2F510B63BE600D45B60 /* gear.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = gear.icns; sourceTree = "<group>"; };
636E5E6110A2AEE30061B1E7 /* HexFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexFormatter.h; sourceTree = "<group>"; };
636E5E6210A2AEE30061B1E7 /* HexFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexFormatter.m; sourceTree = "<group>"; };
636E5E7A10A2B0280061B1E7 /* SegmentViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SegmentViewController.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -159,7 +157,6 @@
children = (
03F4DE2D22F14A260099EE64 /* Images.xcassets */,
03F4DE2C22F144B00099EE64 /* Mach-O Browser.entitlements */,
6356E2F510B63BE600D45B60 /* gear.icns */,
8D15AC360486D014006FF6A4 /* Mach_O_Browser-Info.plist */,
6338E04A18066C47005A3263 /* HexDumpView.xib */,
636EB3E610B39E4C00D014A0 /* Mach-O Browser Help */,
Expand Down Expand Up @@ -314,7 +311,6 @@
63232CBE109D0C850011A93E /* SymbolTableView.xib in Resources */,
636E5DDB10A27A130061B1E7 /* SegmentView.xib in Resources */,
636EB3F110B39E4C00D014A0 /* Mach-O Browser Help in Resources */,
6356E2F610B63BE600D45B60 /* gear.icns in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
45 changes: 25 additions & 20 deletions MachOBrowser/Images.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,59 @@
{
"images" : [
{
"size" : "16x16",
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
"filename" : "old_gear_16.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
"size" : "16x16",
"scale" : "2x"
},
{
"size" : "32x32",
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
"filename" : "old_gear_32.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
"size" : "32x32",
"scale" : "2x"
},
{
"size" : "128x128",
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
"filename" : "old_gear_128.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
"size" : "128x128",
"scale" : "2x"
},
{
"size" : "256x256",
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
"filename" : "old_gear_256.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
"size" : "256x256",
"scale" : "2x"
},
{
"size" : "512x512",
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
"filename" : "old_gear_512.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
"size" : "512x512",
"scale" : "2x"
}
],
"info" : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions MachOBrowser/Images.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file removed MachOBrowser/gear.icns
Binary file not shown.

0 comments on commit 98ac99a

Please sign in to comment.