Skip to content

Commit

Permalink
Messages plugin icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
alfwatt committed Jan 11, 2018
1 parent b91c3ca commit 072d069
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pdf2png.m
Expand Up @@ -111,7 +111,6 @@ int main(int argc, const char * argv[])
}
*/


NSDictionary* const targets = @{
@"android": @[
@"512", // Google Play
Expand Down Expand Up @@ -175,6 +174,22 @@ int main(int argc, const char * argv[])

@"retina": @[
@"@", @"@2x", @"@3x"
],

@"messages-icon": @[ // iMessages App Icon
@"1024"
],

@"messages-settings": @[ // iMessages App Settings Icon
@"29@2x", @"29@3x"
],

@"messages": @[
@"1024x768@2x", @"1024x768@3x", // App Store - 1.3~
@"32x24@2x", @"32x24@3x", // Messages - 1.3~
@"27x20@2x", @"27x20@3x", // Messages - 1.35
@"67x50@2x", // Messages iPad - 1.34
@"74x55@2x", // Messages iPad Pro - 1.3454545455
]
};

Expand Down

0 comments on commit 072d069

Please sign in to comment.