Skip to content

Commit

Permalink
CZK fiat
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Pham committed Jan 2, 2018
1 parent 495e1be commit 1b755d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CoinPriceBar/Data.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
//

let supportedCoins: [Coin] = [.BTC, .BCH, .ETH, .LTC, .XRP, .IOTA]
let currency: FiatMoney = .USD
let currency: FiatMoney = .CZK
4 changes: 2 additions & 2 deletions CoinPriceBar/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<string>1.3.0.2</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand Down
1 change: 1 addition & 0 deletions CoinPriceBar/Money.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ enum Coin: String {

enum FiatMoney: String {
case USD
case CZK
}

extension Coin {
Expand Down

0 comments on commit 1b755d7

Please sign in to comment.