Skip to content

Commit

Permalink
require only app extension safe API in framework targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Apr 18, 2016
1 parent 649b76f commit c14c04a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## Master

* Update to Swift 2.2. This release is not backwards compatible with Swift 2.1.
* Require Only-App-Extension-Safe API is set to YES in framework targets.

## [4.5.0](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/4.5.0)

Expand Down
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v3.2.0"
github "realm/realm-cocoa" "v0.98.5"
github "DenHeadless/DTModelStorage" "647de2fa71c89c5f375bec9a5faecba67b8fddd8"
github "realm/realm-cocoa" "v0.98.8"
github "DenHeadless/DTModelStorage" "255956eee2aceededf90741f5db5c50738f0ce50"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/DTModelStorage
2 changes: 1 addition & 1 deletion Carthage/Checkouts/realm-cocoa
4 changes: 4 additions & 0 deletions Example/DTCollectionViewManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@
9AC532081BE5F67D006CB18A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
Expand Down Expand Up @@ -1206,6 +1207,7 @@
9AC532091BE5F67D006CB18A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
Expand Down Expand Up @@ -1291,6 +1293,7 @@
9AE6715C1AEE61F800B25A5F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
Expand Down Expand Up @@ -1328,6 +1331,7 @@
9AE6715D1AEE61F800B25A5F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
Expand Down

0 comments on commit c14c04a

Please sign in to comment.