-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
220 additions
and
419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1 | ||
3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# | ||
# Cartfile.private | ||
# | ||
# Copyright © 2016-2017 Netguru Sp. z o.o. All rights reserved. | ||
# Copyright © 2017 Netguru Sp. z o.o. All rights reserved. | ||
# Licensed under the MIT License. | ||
# | ||
|
||
# Configuration dependencies | ||
|
||
github "jspahrsummers/xcconfigs" "master" | ||
github "netguru/xcconfigs" == 0.3 | ||
|
||
# Test dependencies | ||
|
||
github "Quick/Quick" ~> 1.1.0 | ||
github "Quick/Nimble" ~> 6.1.0 | ||
github "Quick/Quick" ~> 1.2.0 | ||
github "Quick/Nimble" ~> 7.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "Quick/Nimble" "v6.1.0" | ||
github "Quick/Quick" "v1.1.0" | ||
github "jspahrsummers/xcconfigs" "2055f18efbe18e77408f7f43947f7ad92b2d4ff0" | ||
github "Quick/Nimble" "v7.0.2" | ||
github "Quick/Quick" "v1.2.0" | ||
github "netguru/xcconfigs" "0.3" |
Submodule Nimble
updated
93 files
Submodule Quick
updated
46 files
Submodule xcconfigs
updated
from 2055f1 to 5511d5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// | ||
// Common-Base.xcconfig | ||
// | ||
// Copyright © 2016-2017 Netguru Sp. z o.o. All rights reserved. | ||
// Licensed under the MIT License. | ||
// | ||
|
||
// Imports | ||
|
||
#include "../../Carthage/Checkouts/xcconfigs/Common/Common.xcconfig" | ||
#include "../../Carthage/Checkouts/xcconfigs/Common/Carthage.xcconfig" | ||
|
||
// MARK: Build | ||
|
||
_BUILD_VERSION = 1.2.0 | ||
|
||
// MARK: Deployment | ||
|
||
_DEPLOYMENT_TARGET_IOS = 8.0 | ||
_DEPLOYMENT_TARGET_MACOS = 10.9 | ||
_DEPLOYMENT_TARGET_TVOS = 9.0 | ||
|
||
// MARK: Compiler | ||
|
||
_COMPILER_SWIFT_VERSION = 3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// Common-Debug.xcconfig | ||
// | ||
// Copyright © 2016-2017 Netguru Sp. z o.o. All rights reserved. | ||
// Licensed under the MIT License. | ||
// | ||
|
||
// Imports | ||
|
||
#include "Common-Base.xcconfig" | ||
#include "../../Carthage/Checkouts/xcconfigs/Configurations/Debug.xcconfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// Common-Release.xcconfig | ||
// | ||
// Copyright © 2016-2017 Netguru Sp. z o.o. All rights reserved. | ||
// Licensed under the MIT License. | ||
// | ||
|
||
// Imports | ||
|
||
#include "Common-Base.xcconfig" | ||
#include "../../Carthage/Checkouts/xcconfigs/Configurations/Release.xcconfig" |
14 changes: 10 additions & 4 deletions
14
...e/Configuration/Framework-Common.xcconfig → ...ive/Configuration/Framework-Base.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
// | ||
// Framework-Common.xcconfig | ||
// Framework-Base.xcconfig | ||
// | ||
// Copyright © 2016-2017 Netguru Sp. z o.o. All rights reserved. | ||
// Licensed under the MIT License. | ||
// | ||
|
||
#include "Base-Common.xcconfig" | ||
// Imports | ||
|
||
#include "../../Carthage/Checkouts/xcconfigs/Targets/Framework.xcconfig" | ||
|
||
// Bundle | ||
|
||
_BUNDLE_NAME = ResponseDetective | ||
_BUNDLE_IDENTIFIER = co.netguru.lib.responsedetective | ||
_BUNDLE_INFOPLIST_PATH = $(SRCROOT)/ResponseDetective/Resources/Framework-Info.plist | ||
|
||
_COMPILER_HEADER_SEARCH_PATHS = $(SDKROOT)/usr/include/libxml2 | ||
_COMPILER_LINKED_LIBRARIES = -lxml2 | ||
// Compiler | ||
|
||
_COMPILER_OBJC_HEADER_SEARCH_PATHS = $(SDKROOT)/usr/include/libxml2 | ||
_COMPILER_OBJC_LINKER_FLAGS = -lxml2 |
10 changes: 0 additions & 10 deletions
10
ResponseDetective/Configuration/Framework-iOS-Debug.xcconfig
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.