forked from OpenBankProject/Hello-OBP-OAuth1.0a-IOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure to add OBPKit and related via Carthage/CocoaPods
- Loading branch information
Showing
17 changed files
with
572 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
github "OpenBankProject/OBPKit-iOSX" |
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,4 @@ | ||
github "t0rst/OAuthCore" "0.0.2" | ||
github "nst/STHTTPRequest" "1.1.1" | ||
github "kishikawakatsumi/UICKeyChainStore" "v2.1.0" | ||
github "OpenBankProject/OBPKit-iOSX" "1.0.0" |
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,14 @@ | ||
// | ||
// Common.xcconfig | ||
// HelloOBP-iOS | ||
// | ||
// Created by Torsten Louland on 02/04/2016. | ||
// Copyright © 2016 TESOBE. All rights reserved. | ||
// | ||
|
||
CARTHAGE_BUILD_DIR = $(SRCROOT)/Carthage/Build | ||
CARTHAGE_BUILD_PLATFORM_DIR = $(CARTHAGE_BUILD_DIR)/iOS | ||
|
||
DEPENDENCY_MANAGER_BUILD_DIR = $($(DEPENDENCY_MANAGER)_BUILD_PLATFORM_DIR) | ||
|
||
FRAMEWORK_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR) $(DEPENDENCY_MANAGER_BUILD_DIR) |
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 @@ | ||
// | ||
// Debug.xcconfig | ||
// HelloOBP-iOS | ||
// | ||
// Created by Torsten Louland on 02/04/2016. | ||
// Copyright © 2016 TESOBE. All rights reserved. | ||
// | ||
|
||
DEPENDENCY_MANAGER = CARTHAGE | ||
|
||
#include "Common.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,17 @@ | ||
// | ||
// Debug.xcconfig | ||
// HelloOBP-iOS | ||
// | ||
// Created by Torsten Louland on 02/04/2016. | ||
// Copyright © 2016 TESOBE. All rights reserved. | ||
// | ||
|
||
#include "Pods/Target Support Files/Pods-HelloOBP-iOS/Pods-HelloOBP-iOS.debug.xcconfig" | ||
|
||
// override PODS_FRAMEWORK_BUILD_PATH | ||
PODS_FRAMEWORK_BUILD_PATH = $(BUILT_PRODUCTS_DIR) | ||
|
||
DEPENDENCY_MANAGER = COCOAPODS | ||
COCOAPODS_BUILD_PLATFORM_DIR = $(PODS_FRAMEWORK_BUILD_PATH) | ||
|
||
#include "Common.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 @@ | ||
// | ||
// Release.xcconfig | ||
// HelloOBP-iOS | ||
// | ||
// Created by Torsten Louland on 02/04/2016. | ||
// Copyright © 2016 TESOBE. All rights reserved. | ||
// | ||
|
||
DEPENDENCY_MANAGER = CARTHAGE | ||
|
||
#include "Common.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,17 @@ | ||
// | ||
// Release.xcconfig | ||
// HelloOBP-iOS | ||
// | ||
// Created by Torsten Louland on 02/04/2016. | ||
// Copyright © 2016 TESOBE. All rights reserved. | ||
// | ||
|
||
#include "Pods/Target Support Files/Pods-HelloOBP-iOS/Pods-HelloOBP-iOS.release.xcconfig" | ||
|
||
// override PODS_FRAMEWORK_BUILD_PATH | ||
PODS_FRAMEWORK_BUILD_PATH = $(BUILT_PRODUCTS_DIR) | ||
|
||
DEPENDENCY_MANAGER = COCOAPODS | ||
COCOAPODS_BUILD_PLATFORM_DIR = $(PODS_FRAMEWORK_BUILD_PATH) | ||
|
||
#include "Common.xcconfig" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.