Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from anastasia-tarasova/feature/rename_sovrin_t…
Browse files Browse the repository at this point in the history
…o_indy_ios

Feature/rename sovrin to indy ios
  • Loading branch information
jovfer authored Jul 11, 2017
2 parents f806d45 + 174228b commit 5944471
Show file tree
Hide file tree
Showing 79 changed files with 505 additions and 499 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/hyperledger/indy-sdk.git'
platform :ios, '10.2'

workspace 'libsovrin.xcworkspace'
workspace 'libindy.xcworkspace'

#use_frameworks!

Expand All @@ -14,18 +14,18 @@ def appPods
pod 'libsovrin-core', "0.1.1"
end

target 'libsovrin-demo' do
project 'libsovrin-demo'
target 'libindy-demo' do
project 'libindy-demo'
pod 'CoreBitcoin', :podspec => 'https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec'

target 'libsovrin-demoTests' do
target 'libindy-demoTests' do
inherit! :search_paths
end
end


target 'libsovrin' do
project 'libsovrin'
target 'libindy' do
project 'libindy'
appPods
end

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,23 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3E2A7F841EC36186006194EC"
BuildableName = "libsovrin-demo.app"
BlueprintName = "libsovrin-demo"
ReferencedContainer = "container:libsovrin-demo.xcodeproj">
BuildableName = "libindy-demo.app"
BlueprintName = "libindy-demo"
ReferencedContainer = "container:libindy-demo.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3E2A7F9D1EC36187006194EC"
BuildableName = "libindy-demoTests.xctest"
BlueprintName = "libindy-demoTests"
ReferencedContainer = "container:libindy-demo.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -33,19 +47,19 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3E2A7F9D1EC36187006194EC"
BuildableName = "libsovrin-demoTests.xctest"
BlueprintName = "libsovrin-demoTests"
ReferencedContainer = "container:libsovrin-demo.xcodeproj">
BuildableName = "libindy-demoTests.xctest"
BlueprintName = "libindy-demoTests"
ReferencedContainer = "container:libindy-demo.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3E2A7F841EC36186006194EC"
BuildableName = "libsovrin-demo.app"
BlueprintName = "libsovrin-demo"
ReferencedContainer = "container:libsovrin-demo.xcodeproj">
BuildableName = "libindy-demo.app"
BlueprintName = "libindy-demo"
ReferencedContainer = "container:libindy-demo.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
Expand All @@ -61,16 +75,15 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3E2A7F841EC36186006194EC"
BuildableName = "libsovrin-demo.app"
BlueprintName = "libsovrin-demo"
ReferencedContainer = "container:libsovrin-demo.xcodeproj">
BuildableName = "libindy-demo.app"
BlueprintName = "libindy-demo"
ReferencedContainer = "container:libindy-demo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</MacroExpansion>
<EnvironmentVariables>
<EnvironmentVariable
key = "RUST_LOG"
Expand Down Expand Up @@ -102,16 +115,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3E2A7F841EC36186006194EC"
BuildableName = "libsovrin-demo.app"
BlueprintName = "libsovrin-demo"
ReferencedContainer = "container:libsovrin-demo.xcodeproj">
BuildableName = "libindy-demo.app"
BlueprintName = "libindy-demo"
ReferencedContainer = "container:libindy-demo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "AppDelegate.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>

@interface AppDelegate ()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#import "PoolUtils.h"
#import "TestUtils.h"
#import "WalletUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "NSDictionary+JSON.h"
#import <CoreBitcoin+Categories.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "TestUtils.h"
#import "PoolUtils.h"
#import "AgentUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "TestUtils.h"

@interface AgentMediumCases : XCTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "TestUtils.h"
#import "WalletUtils.h"
#import "AnoncredsUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "TestUtils.h"
#import "WalletUtils.h"
#import "AnoncredsUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "TestUtils.h"
#import "WalletUtils.h"
#import "AnoncredsUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "SignusUtils.h"
#import "LedgerUtils.h"
#import "AnoncredsUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "NSDictionary+JSON.h"

@interface LedgerAttribRequest : XCTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "SignusUtils.h"
#import "LedgerUtils.h"
#import "AnoncredsUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "NSDictionary+JSON.h"

@interface LedgerHignCases : XCTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "SignusUtils.h"
#import "LedgerUtils.h"
#import "AnoncredsUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "NSDictionary+JSON.h"

@interface LedgerNodeRequest : XCTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "SignusUtils.h"
#import "LedgerUtils.h"
#import "AnoncredsUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "NSDictionary+JSON.h"

@interface LedgerNymRequest : XCTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import "SignusUtils.h"
#import "LedgerUtils.h"
#import "AnoncredsUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "NSDictionary+JSON.h"

@interface LedgerSchemaRequest : XCTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "PoolUtils.h"
#import "TestUtils.h"
#import "WalletUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "NSDictionary+JSON.h"

@interface PoolHighCases : XCTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import "PoolUtils.h"
#import "TestUtils.h"
#import "WalletUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "NSDictionary+JSON.h"

@interface PoolMediumCases : XCTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import <XCTest/XCTest.h>
#import "PoolUtils.h"
#import "TestUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "WalletUtils.h"
#import "SignusUtils.h"
#import "LedgerUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <XCTest/XCTest.h>
#import "PoolUtils.h"
#import "TestUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "WalletUtils.h"
#import "SignusUtils.h"
#import "LedgerUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import <XCTest/XCTest.h>
#import "PoolUtils.h"
#import "TestUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "WalletUtils.h"
#import "SignusUtils.h"
#import "LedgerUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import <XCTest/XCTest.h>
#import "PoolUtils.h"
#import "TestUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "WalletUtils.h"
#import "SignusUtils.h"
#import "LedgerUtils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "TestUtils.h"
#import "WalletUtils.h"
#import "NSDictionary+JSON.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#import <XCTest/XCTest.h>
#import "PoolUtils.h"
#import "TestUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "NSDictionary+JSON.h"

@interface LedgerDemo : XCTestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#import <XCTest/XCTest.h>
#import "PoolUtils.h"
#import "TestUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "WalletUtils.h"
#import "SignusUtils.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>

@interface AgentUtils : XCTestCase

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "AgentUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "TestUtils.h"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>

@interface AnoncredsUtils : XCTestCase

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>

@interface LedgerUtils : XCTestCase

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "LedgerUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "TestUtils.h"
#import "WalletUtils.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>

@interface PoolUtils : XCTestCase

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "PoolUtils.h"
#import "TestUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import <XCTest/XCTest.h>

@interface PoolUtils ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>

@interface SignusUtils : XCTestCase

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "SignusUtils.h"
#import <libsovrin/libsovrin.h>
#import <libindy/libindy.h>
#import "TestUtils.h"
#import "WalletUtils.h"

Expand Down
Loading

0 comments on commit 5944471

Please sign in to comment.