Skip to content

Commit

Permalink
Removed stickers using the Swift logo to satisfy app review.
Browse files Browse the repository at this point in the history
  • Loading branch information
twostraws committed Feb 11, 2020
1 parent 664c82f commit 4f63949
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Stickers/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
{
"filename" : "Sean Allen.sticker"
},
{
"filename" : "Swift.sticker"
},
{
"filename" : "Swift by Sundell.sticker"
},
Expand All @@ -51,9 +48,6 @@
{
"filename" : "Swift Unwrapped.sticker"
},
{
"filename" : "Swift Weekly Brief.sticker"
},
{
"filename" : "Unwrap.sticker"
},
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
8 changes: 8 additions & 0 deletions Unwrap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3052,6 +3052,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = B5C26XE59E;
INFOPLIST_FILE = Stickers/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand All @@ -3070,6 +3071,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = B5C26XE59E;
INFOPLIST_FILE = Stickers/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down Expand Up @@ -3204,7 +3206,9 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Unwrap/Unwrap.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = B5C26XE59E;
INFOPLIST_FILE = Unwrap/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -3214,6 +3218,7 @@
MARKETING_VERSION = 1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.hackingwithswift.unwrapswift;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -3225,7 +3230,9 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Unwrap/Unwrap.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = B5C26XE59E;
INFOPLIST_FILE = Unwrap/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -3235,6 +3242,7 @@
MARKETING_VERSION = 1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.hackingwithswift.unwrapswift;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
2 changes: 1 addition & 1 deletion Unwrap/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSPhotoLibraryAddUsageDescription</key>
Expand Down

2 comments on commit 4f63949

@BasThomas
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢

@twostraws
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to get yourself a new logo, Bas 🙂

Please sign in to comment.