Automattic / Gridicons-iOS

Gridicons is a tiny framework which generates Gridicon images at any resolution.
GNU General Public License v2.0
25 stars 12 forks source link

Add P2 icon #58

Closed mindgraffiti closed 3 years ago

mindgraffiti commented 3 years ago

Parent issue: https://github.com/wordpress-mobile/WordPress-iOS/issues/15264

This PR updates the .proj files so it's compatible with Xcode ~12~ 11, applies the Xcode recommended project settings updates, adds the P2 icon, and updates the podspec file.

To test

  1. Check out this branch
  2. rake dependencies
  3. rake gen
  4. Build and run the Demo
  5. See the new P2 icon listed in the demo
mindgraffiti commented 3 years ago

Updated to standard podspec versioning (1.1.0-beta.1 instead of 1.0.3-beta.1) and changed target OS version to 11.0 instead of 12.0. Will merge after tests pass. Thank you @Gio2018 and @ScoutHarris for the reviews!