Skip to content

Commit 5b49d96

Browse files
committed
usage update, update readme and logo
1 parent 262d48b commit 5b49d96

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

Example/web3swiftBrowser/web3swiftBrowser.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
attributes = {
161161
LastSwiftUpdateCheck = 0920;
162162
LastUpgradeCheck = 1210;
163-
ORGANIZATIONNAME = "Matter Labs";
163+
ORGANIZATIONNAME = web3swift;
164164
TargetAttributes = {
165165
81E09B1B2002623A005DF51D = {
166166
CreatedOnToolsVersion = 9.2;
@@ -412,7 +412,7 @@
412412
INFOPLIST_FILE = web3swiftBrowser/Info.plist;
413413
IPHONEOS_DEPLOYMENT_TARGET = 13.7;
414414
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
415-
PRODUCT_BUNDLE_IDENTIFIER = io.thematter.web3swiftBrowser;
415+
PRODUCT_BUNDLE_IDENTIFIER = web3swiftBrowser;
416416
PRODUCT_NAME = "$(TARGET_NAME)";
417417
SWIFT_VERSION = 5.0;
418418
TARGETED_DEVICE_FAMILY = "1,2";
@@ -429,7 +429,7 @@
429429
INFOPLIST_FILE = web3swiftBrowser/Info.plist;
430430
IPHONEOS_DEPLOYMENT_TARGET = 13.7;
431431
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
432-
PRODUCT_BUNDLE_IDENTIFIER = io.thematter.web3swiftBrowser;
432+
PRODUCT_BUNDLE_IDENTIFIER = web3swiftBrowser;
433433
PRODUCT_NAME = "$(TARGET_NAME)";
434434
SWIFT_VERSION = 5.0;
435435
TARGETED_DEVICE_FAMILY = "1,2";

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
## Installation
7070

71-
- CocoaPods
71+
### CocoaPods
7272

7373
[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
7474

@@ -96,7 +96,7 @@ Then, run the following command:
9696
$ pod install
9797
```
9898

99-
- Carthage
99+
### Carthage
100100

101101
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
102102

@@ -128,10 +128,16 @@ Open xcode setting and add this repo as a source
128128

129129
### Example usage
130130

131+
In the imports section:
132+
133+
```swift
134+
import web3swift
135+
```
131136

132137
##### Send Ether
133138

134-
```swift
139+
```
140+
135141
let value: String = "1.0" // In Ether
136142
let walletAddress = EthereumAddress(wallet.address)! // Your wallet address
137143
let toAddress = EthereumAddress(toAddressString)!

web3swift-logo.png

-288 KB
Loading

web3swift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@
11171117
attributes = {
11181118
LastSwiftUpdateCheck = 1010;
11191119
LastUpgradeCheck = 1200;
1120-
ORGANIZATIONNAME = "Matter Labs";
1120+
ORGANIZATIONNAME = web3swift;
11211121
TargetAttributes = {
11221122
1317BCE2218C50D100D6D095 = {
11231123
CreatedOnToolsVersion = 10.1;

0 commit comments

Comments
 (0)