Skip to content

Commit

Permalink
♻️ Rename more text to be BitcoinKit
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Aug 16, 2018
1 parent 57b997f commit f699ed9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Please paste the **developer tool** open (console tab) when you report a bug.

# Environment

- BitcoinCashKit: *?.?*
- BitcoinKit: *?.?*
- Xcode Version: *?.? (????)*
- Swift Version: *?.?*
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
- WORKSPACE=BitcoinCashKit.xcworkspace
- SCHEME=BitcoinCashKit
- WORKSPACE=BitcoinKit.xcworkspace
- SCHEME=BitcoinKit
- DESTINATION='name=iPhone 7,OS=11.2'
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions BitcoinKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.bitcoincashkit.BitcoinKitTests;
PRODUCT_BUNDLE_IDENTIFIER = com.bitcoinkit.BitcoinKitTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -1334,7 +1334,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.bitcoincashkit.BitcoinKitTests;
PRODUCT_BUNDLE_IDENTIFIER = com.bitcoinkit.BitcoinKitTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
2 changes: 1 addition & 1 deletion Examples/WalletWithAPI/WalletWithAPI/APIClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import Foundation
import BitcoinCashKit
import BitcoinKit

class APIClient {

Expand Down
2 changes: 1 addition & 1 deletion Examples/WalletWithAPI/WalletWithAPI/AppController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import Foundation
import BitcoinCashKit
import BitcoinKit
import KeychainAccess

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

import UIKit
import BitcoinCashKit
import BitcoinKit

class HomeViewController: UITableViewController {

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

import UIKit
import BitcoinCashKit
import BitcoinKit

class SendViewController: UIViewController {

Expand Down
2 changes: 1 addition & 1 deletion Examples/WalletWithAPI/WalletWithAPI/UnspentOutput.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import Foundation
import BitcoinCashKit
import BitcoinKit

struct UnspentOutput: Codable {

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 BitcoinCashKit developers
Copyright (c) 2018 BitcoinKit developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit f699ed9

Please sign in to comment.