Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
43 stars 12 forks source link

Add missing icons to demo app to address Xcode warning #233

Closed mokagio closed 1 year ago

mokagio commented 1 year ago

Stumbled on this while working on #232.

To verify this change, checkout trunk and run the tests on the iPhone target. You'll see two warnings about missing icons. Repeat on this branch, and the warnings will be gone.

image

For the record, I created the missing images by selecting the biggest existing one and resizing it to 1024x1024px first and 167x167px later. Given this is a demo app, app icon quality is not something we care about and a crude approach like the one I used is good enough for us.

crazytonyli commented 1 year ago

Cute icons 😃