Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit 5a2e017

Browse files
committed
Different icon
1 parent d903d15 commit 5a2e017

14 files changed

Lines changed: 8 additions & 74 deletions

AltDeploy.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
CE5F0E3B23C3894300445F16 /* AltPlugin.mailbundle in Resources */ = {isa = PBXBuildFile; fileRef = CE5F0E3A23C3894300445F16 /* AltPlugin.mailbundle */; };
11+
CE72335323C8BD0F0019006B /* AppIcon.icns in Resources */ = {isa = PBXBuildFile; fileRef = CE72335223C8BD0F0019006B /* AppIcon.icns */; };
1112
CE77230B23C76FDC0000C344 /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE77230A23C76FDC0000C344 /* libcrypto.a */; };
1213
CE77230D23C76FDE0000C344 /* libimobiledevice.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE77230C23C76FDE0000C344 /* libimobiledevice.a */; };
1314
CE77230F23C76FE10000C344 /* libplist.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE77230E23C76FE10000C344 /* libplist.a */; };
@@ -71,6 +72,7 @@
7172

7273
/* Begin PBXFileReference section */
7374
CE5F0E3A23C3894300445F16 /* AltPlugin.mailbundle */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AltPlugin.mailbundle; sourceTree = "<group>"; };
75+
CE72335223C8BD0F0019006B /* AppIcon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = AppIcon.icns; sourceTree = "<group>"; };
7476
CE77230A23C76FDC0000C344 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = Dependencies/libcrypto.a; sourceTree = "<group>"; };
7577
CE77230C23C76FDE0000C344 /* libimobiledevice.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libimobiledevice.a; path = Dependencies/libimobiledevice.a; sourceTree = "<group>"; };
7678
CE77230E23C76FE10000C344 /* libplist.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libplist.a; path = Dependencies/libplist.a; sourceTree = "<group>"; };
@@ -471,6 +473,7 @@
471473
isa = PBXGroup;
472474
children = (
473475
CEA6377523C3941200CEC7A9 /* AppDelegate.h */,
476+
CE72335223C8BD0F0019006B /* AppIcon.icns */,
474477
CEA6377C23C3941200CEC7A9 /* AppDelegate.m */,
475478
CEA6377A23C3941200CEC7A9 /* main.m */,
476479
CEA6377623C3941200CEC7A9 /* Assets.xcassets */,
@@ -565,6 +568,7 @@
565568
CEA6378023C3941200CEC7A9 /* Assets.xcassets in Resources */,
566569
CEA6378623C3941200CEC7A9 /* apple.pem in Resources */,
567570
CE5F0E3B23C3894300445F16 /* AltPlugin.mailbundle in Resources */,
571+
CE72335323C8BD0F0019006B /* AppIcon.icns in Resources */,
568572
);
569573
runOnlyForDeploymentPostprocessing = 0;
570574
};
@@ -741,12 +745,11 @@
741745
CEA24AAE23C10F8A00A6DB11 /* Debug */ = {
742746
isa = XCBuildConfiguration;
743747
buildSettings = {
744-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
745748
CODE_SIGN_ENTITLEMENTS = AltDeploy/AltDeploy.entitlements;
746749
CODE_SIGN_IDENTITY = "Apple Development";
747750
CODE_SIGN_STYLE = Automatic;
748751
COMBINE_HIDPI_IMAGES = YES;
749-
DEVELOPMENT_TEAM = MB269FV75D;
752+
DEVELOPMENT_TEAM = 9UQFRSGV3G;
750753
ENABLE_HARDENED_RUNTIME = YES;
751754
GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
752755
HEADER_SEARCH_PATHS = (
@@ -776,12 +779,11 @@
776779
CEA24AAF23C10F8A00A6DB11 /* Release */ = {
777780
isa = XCBuildConfiguration;
778781
buildSettings = {
779-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
780782
CODE_SIGN_ENTITLEMENTS = AltDeploy/AltDeploy.entitlements;
781783
CODE_SIGN_IDENTITY = "Apple Development";
782784
CODE_SIGN_STYLE = Automatic;
783785
COMBINE_HIDPI_IMAGES = YES;
784-
DEVELOPMENT_TEAM = MB269FV75D;
786+
DEVELOPMENT_TEAM = 9UQFRSGV3G;
785787
ENABLE_HARDENED_RUNTIME = YES;
786788
HEADER_SEARCH_PATHS = (
787789
/usr/local/include,

AltDeploy/AppIcon.icns

281 KB
Binary file not shown.
-33.8 KB
Binary file not shown.
-2.87 KB
Binary file not shown.
-495 Bytes
Binary file not shown.
-5.53 KB
Binary file not shown.
-5.53 KB
Binary file not shown.
-1007 Bytes
Binary file not shown.
-1007 Bytes
Binary file not shown.
-12.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)