Skip to content

Commit b3f2a4c

Browse files
Merge pull request #14 from uclaradio/NewAppIcon
New app icon
2 parents 26a4d2a + 0c232e3 commit b3f2a4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+126
-29
lines changed

UCLA Radio/UCLA Radio.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
TargetAttributes = {
432432
832C65DB1CD0800200B3479E = {
433433
CreatedOnToolsVersion = 7.3;
434-
DevelopmentTeam = DGUKNK322A;
434+
DevelopmentTeam = V4Z45C29H6;
435435
LastSwiftMigration = 0800;
436436
ProvisioningStyle = Automatic;
437437
SystemCapabilities = {
@@ -747,7 +747,7 @@
747747
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
748748
CODE_SIGN_IDENTITY = "iPhone Developer";
749749
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
750-
DEVELOPMENT_TEAM = DGUKNK322A;
750+
DEVELOPMENT_TEAM = V4Z45C29H6;
751751
INFOPLIST_FILE = "UCLA Radio/Info.plist";
752752
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
753753
PRODUCT_BUNDLE_IDENTIFIER = com.uclastudentmedia.UCLARadio;
@@ -756,7 +756,7 @@
756756
PROVISIONING_PROFILE_SPECIFIER = "";
757757
SWIFT_OBJC_BRIDGING_HEADER = "./UCLA Radio/UCLA_Radio-Bridging-Header.h";
758758
SWIFT_VERSION = 3.0;
759-
TARGETED_DEVICE_FAMILY = "1,2";
759+
TARGETED_DEVICE_FAMILY = 1;
760760
};
761761
name = Debug;
762762
};
@@ -768,7 +768,7 @@
768768
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
769769
CODE_SIGN_IDENTITY = "iPhone Developer";
770770
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
771-
DEVELOPMENT_TEAM = DGUKNK322A;
771+
DEVELOPMENT_TEAM = V4Z45C29H6;
772772
INFOPLIST_FILE = "UCLA Radio/Info.plist";
773773
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
774774
PRODUCT_BUNDLE_IDENTIFIER = com.uclastudentmedia.UCLARadio;
@@ -777,7 +777,7 @@
777777
PROVISIONING_PROFILE_SPECIFIER = "";
778778
SWIFT_OBJC_BRIDGING_HEADER = "./UCLA Radio/UCLA_Radio-Bridging-Header.h";
779779
SWIFT_VERSION = 3.0;
780-
TARGETED_DEVICE_FAMILY = "1,2";
780+
TARGETED_DEVICE_FAMILY = 1;
781781
};
782782
name = Release;
783783
};

UCLA Radio/UCLA Radio/.DS_Store

2 KB
Binary file not shown.

UCLA Radio/UCLA Radio/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,49 @@
33
{
44
"size" : "20x20",
55
"idiom" : "iphone",
6-
"filename" : "Icon-Small@2x-1.png",
6+
"filename" : "squarepink_40.png",
77
"scale" : "2x"
88
},
99
{
1010
"size" : "20x20",
1111
"idiom" : "iphone",
12-
"filename" : "Icon-Small@3x-1.png",
12+
"filename" : "squarepink_60.png",
1313
"scale" : "3x"
1414
},
1515
{
1616
"size" : "29x29",
1717
"idiom" : "iphone",
18-
"filename" : "Icon-Small@2x.png",
18+
"filename" : "squarepink_58.png",
1919
"scale" : "2x"
2020
},
2121
{
2222
"size" : "29x29",
2323
"idiom" : "iphone",
24-
"filename" : "Icon-Small@3x.png",
24+
"filename" : "squarepink_87.png",
2525
"scale" : "3x"
2626
},
2727
{
2828
"size" : "40x40",
2929
"idiom" : "iphone",
30-
"filename" : "Icon-Small-40@2x.png",
30+
"filename" : "squarepink_80.png",
3131
"scale" : "2x"
3232
},
3333
{
3434
"size" : "40x40",
3535
"idiom" : "iphone",
36-
"filename" : "Icon-Small-40@3x.png",
36+
"filename" : "squarepink_120.png",
3737
"scale" : "3x"
3838
},
3939
{
4040
"size" : "60x60",
4141
"idiom" : "iphone",
42-
"filename" : "Icon-60@2x.png",
42+
"filename" : "squarepink_120-1.png",
4343
"scale" : "2x"
4444
},
4545
{
4646
"size" : "60x60",
4747
"idiom" : "iphone",
48-
"filename" : "Icon-60@3x.png",
48+
"filename" : "squarepink_180.png",
4949
"scale" : "3x"
5050
}
5151
],
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)