# HG changeset patch # User Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> # Date 1614787869 0 # Node ID 0036618c7989f0edec46ae572d049c6c8df02354 # Parent 68be81b7d02ed12a6f82e33c5c8aa0502c3f7869 Implement alternate icon for iPad diff -r 68be81b7d02e -r 0036618c7989 LazyBear.xcodeproj/project.pbxproj --- a/LazyBear.xcodeproj/project.pbxproj Wed Mar 03 15:16:52 2021 +0000 +++ b/LazyBear.xcodeproj/project.pbxproj Wed Mar 03 16:11:09 2021 +0000 @@ -525,7 +525,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = LazyBear/LazyBear.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 13; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\""; DEVELOPMENT_TEAM = MTX83R5H8X; ENABLE_PREVIEWS = YES; @@ -550,7 +550,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = LazyBear/LazyBear.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 13; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\""; DEVELOPMENT_TEAM = MTX83R5H8X; ENABLE_PREVIEWS = YES; diff -r 68be81b7d02e -r 0036618c7989 LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r 68be81b7d02e -r 0036618c7989 LazyBear/Info.plist --- a/LazyBear/Info.plist Wed Mar 03 15:16:52 2021 +0000 +++ b/LazyBear/Info.plist Wed Mar 03 16:11:09 2021 +0000 @@ -86,6 +86,84 @@ + CFBundleIcons~ipad + + CFBundleAlternateIcons + + blueIcon + + CFBundleIconFiles + + blue.png + + UIPrerenderedIcon + + + graffitiIcon + + CFBundleIconFiles + + graffiti.png + + UIPrerenderedIcon + + + greenIcon + + CFBundleIconFiles + + green.png + + UIPrerenderedIcon + + + matteBlackIcon + + CFBundleIconFiles + + matteBlack.png + + UIPrerenderedIcon + + + matteWhiteIcon + + CFBundleIconFiles + + matteWhite.png + + UIPrerenderedIcon + + + pinkIcon + + CFBundleIconFiles + + pink.png + + UIPrerenderedIcon + + + redIcon + + CFBundleIconFiles + + red.png + + UIPrerenderedIcon + + + + CFBundlePrimaryIcon + + CFBundleIconFiles + + default.png + + UIPrerenderedIcon + + + CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion