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.
Add License and method get resources at project
- Loading branch information
Showing
7 changed files
with
123 additions
and
6 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
41 changes: 41 additions & 0 deletions
41
...uth1.0a-IOS.xcodeproj/project.xcworkspace/xcshareddata/Hello-OBP-OAuth1.0a-IOS.xccheckout
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,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDESourceControlProjectFavoriteDictionaryKey</key> | ||
<false/> | ||
<key>IDESourceControlProjectIdentifier</key> | ||
<string>B8ACA0C3-CF14-4614-8B2B-A7ADC5B70280</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>Hello-OBP-OAuth1.0a-IOS</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>1D581F65-88EF-4637-9D40-8A5213817859</key> | ||
<string>https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-IOS.git</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>Hello-OBP-OAuth1.0a-IOS/Hello-OBP-OAuth1.0a-IOS.xcodeproj/project.xcworkspace</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>1D581F65-88EF-4637-9D40-8A5213817859</key> | ||
<string>../../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-IOS.git</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>110</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>1D581F65-88EF-4637-9D40-8A5213817859</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.git</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>1D581F65-88EF-4637-9D40-8A5213817859</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>Hello-OBP-OAuth1.0a-IOS</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Binary file modified
BIN
+2.77 KB
(120%)
....xcodeproj/project.xcworkspace/xcuserdata/comp.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Open Bank Project | ||
|
||
Copyright 2011,2012 TESOBE / Music Pictures Ltd. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
Open Bank Project (http://www.openbankproject.com) | ||
Copyright 2011,2012 TESOBE / Music Pictures Ltd | ||
|
||
This product includes software developed at | ||
TESOBE (http://www.tesobe.com/) | ||
by | ||
TESOBE : contact AT tesobe DOT com | ||
Stefan Bethge : stefan AT tesobe DOT com | ||
Dunia Reviriego: dunia DOT reviriego AT tesobe DOT com |
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,4 +1,4 @@ | ||
Hello-OBP-OAuth1.0a-IOS | ||
======================= | ||
|
||
Those are two basic apps to demonstrate the integration of the OpenBankProject with OAuth1.0-Authentication into IOS and Mac applications. | ||
This is a basic app to demonstrate the integration of the OpenBankProject with OAuth1.0-Authentication into IOS applications. |