Skip to content

Commit

Permalink
Merge pull request #3 from EOSIO/develop
Browse files Browse the repository at this point in the history
Release v0.0.1
  • Loading branch information
Brandon Fancher authored May 28, 2019
2 parents 75a6fa0 + 9982a20 commit 7a64ca0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Eosio/Application/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
7 changes: 1 addition & 6 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using_local_pods = ENV['USE_LOCAL_PODS'] == 'true' || false

unless using_local_pods
source 'https://github.com/EOSIO/eosio-swift-pod-specs.git'
source 'https://github.com/CocoaPods/Specs.git'
end

platform :ios, '12.0'
use_frameworks!

Expand All @@ -26,7 +21,7 @@ def set_up_remote_pods
pod 'EosioSwiftVault', '~> 0.1.1'
pod 'EosioSwiftEcc', '~> 0.1.1'
pod 'EosioSwiftVaultSignatureProvider', '~> 0.1.1'
pod 'EosioSwiftReferenceAuthenticatorSignatureProvider', '~> 0.1.0'
pod 'EosioSwiftReferenceAuthenticatorSignatureProvider', '~> 0.1.1'
end

if using_local_pods
Expand Down
11 changes: 5 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- EosioSwiftEcc (0.1.1):
- EosioSwift (~> 0.1.1)
- GRKOpenSSLFramework (~> 1.0)
- EosioSwiftReferenceAuthenticatorSignatureProvider (0.1.0):
- EosioSwiftReferenceAuthenticatorSignatureProvider (0.1.1):
- EosioSwift (~> 0.1.1)
- EosioSwiftVault (0.1.1):
- EosioSwift (~> 0.1.1)
Expand All @@ -36,7 +36,7 @@ DEPENDENCIES:
- EosioSwift (~> 0.1.1)
- EosioSwiftAbieosSerializationProvider (~> 0.1.1)
- EosioSwiftEcc (~> 0.1.1)
- EosioSwiftReferenceAuthenticatorSignatureProvider (~> 0.1.0)
- EosioSwiftReferenceAuthenticatorSignatureProvider (~> 0.1.1)
- EosioSwiftVault (~> 0.1.1)
- EosioSwiftVaultSignatureProvider (~> 0.1.1)
- ReachabilitySwift
Expand All @@ -48,22 +48,21 @@ SPEC REPOS:
- EosioSwift
- EosioSwiftAbieosSerializationProvider
- EosioSwiftEcc
- EosioSwiftReferenceAuthenticatorSignatureProvider
- EosioSwiftVault
- EosioSwiftVaultSignatureProvider
- GRKOpenSSLFramework
- PromiseKit
- ReachabilitySwift
- SipHash
- SnapshotTesting
https://github.com/EOSIO/eosio-swift-pod-specs:
- EosioSwiftReferenceAuthenticatorSignatureProvider

SPEC CHECKSUMS:
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
EosioSwift: d0710f56b8afc6408faf766427538f2af046c595
EosioSwiftAbieosSerializationProvider: 281b16b5fe0787aa1cf1c709d9ca3f5696b8ebba
EosioSwiftEcc: 24800b7d1577f13d64413ded2a36f6993ebf7896
EosioSwiftReferenceAuthenticatorSignatureProvider: d102254448673a0ac60064299958e6b00df41c20
EosioSwiftReferenceAuthenticatorSignatureProvider: 76e31ef964d5413c26cca1e3b0ad3e9e58703733
EosioSwiftVault: a5b0b478dada77116485153c478ca15d32d79b0e
EosioSwiftVaultSignatureProvider: 2e638ef307b029062d3724caa39117ff4ed24069
GRKOpenSSLFramework: 35944e317e6336b2944ad70b059d84db6b2d8532
Expand All @@ -72,6 +71,6 @@ SPEC CHECKSUMS:
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
SnapshotTesting: 9ca1d80f6322509a035856170c11d0571b1f7171

PODFILE CHECKSUM: 92b2df0353d6f71613b3b5167152038ee02da563
PODFILE CHECKSUM: 751b714b0151a5c8c1f70c62966f49fbe5c883ff

COCOAPODS: 1.6.1
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ This is just one of several thought leadership works focusing on wallets, key ma

## Installation
1. Clone this repo and ensure you are on the `master` branch
1. Run a `pod install`
1. Open the `.xcworkspace` in Xcode and Build and Run the project
1. Run a `pod install`.
1. Open the `.xcworkspace` in Xcode.
1. Change the bundle identifier from `one.block.eosio` to a new bundle identifer of your choice.
1. Under `Capabilities, App Groups`, select an app group from your Apple developer account.
1. Build and Run the project.

## First Use
### On Device
Expand Down

0 comments on commit 7a64ca0

Please sign in to comment.