Skip to content

Commit

Permalink
Merge pull request #723 from wade0317/master
Browse files Browse the repository at this point in the history
Add imessage extensions.
  • Loading branch information
dnkoutso authored Nov 5, 2019
2 parents 15c9005 + 27cf7be commit 5cafc24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* Properly serialize array settings when running `config-dump`.
[Samuel Giddins](https://github.com/segiddins)

* Add iMessage extensions.
[wade0317](https://github.com/wade0317)
[#723](https://github.com/CocoaPods/Xcodeproj/pull/723)

## 1.13.0 (2019-10-16)

Expand Down
3 changes: 3 additions & 0 deletions lib/xcodeproj/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ module Constants
:unit_test_bundle => 'xctest',
:ui_test_bundle => 'xctest',
:app_extension => 'appex',
:messages_application => 'app',
:messages_extension => 'appex',
:sticker_pack => 'appex',
:watch2_extension => 'appex',
:watch2_app => 'app',
:watch2_app_container => 'app',
Expand Down

0 comments on commit 5cafc24

Please sign in to comment.