Skip to content

Commit

Permalink
Merge pull request #5 from kirillyakimovich/master
Browse files Browse the repository at this point in the history
Mark APPLICATION_EXTENSION_API_ONLY = YES
  • Loading branch information
asiliuk authored Apr 9, 2019
2 parents e8d3232 + cd30bde commit d656823
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "gojuno/HexGridSwift" == 3.0.0
github "gojuno/HexGridSwift" == 3.0.1
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Quick/Nimble" "v8.0.1"
github "Quick/Quick" "v2.0.0"
github "gojuno/HexGridSwift" "v3.0.0"
github "gojuno/MortonSwift" "v3.0.0"
github "gojuno/HexGridSwift" "v3.0.1"
github "gojuno/MortonSwift" "v3.0.1"
2 changes: 2 additions & 0 deletions HexGridGeo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
Expand Down Expand Up @@ -311,6 +312,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
Expand Down

0 comments on commit d656823

Please sign in to comment.