Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
[MNY-18]: Updates Custom Money example
Browse files Browse the repository at this point in the history
  • Loading branch information
danthorpe committed Nov 8, 2015
1 parent 4bc2ad2 commit dfabff4
Show file tree
Hide file tree
Showing 7 changed files with 320 additions and 299 deletions.
2 changes: 1 addition & 1 deletion Examples/Custom Money/Custom Money/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ViewController: UIViewController {

print("You have \(hearts) and \(bees)")

let total = Bank<Hearts,Bees>.fx(hearts) + bees
let total = Bank<Hearts,Bees>.fx(hearts).counter + bees

print("Exchanging your \(hearts) into \(Currency.Bee.symbol) via the bank gives you \(total) in total.")
}
Expand Down
4 changes: 2 additions & 2 deletions Examples/Custom Money/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Money (1.0.0):
- Money (1.1.0):
- Result (= 0.6.0-beta.6)
- SwiftyJSON
- ValueCoding
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
Money: fdc3b1c89c626afe7ae0290742cd95d24bf6bb4b
Money: 9b12218fa90413e429f9f623f52619bb89791722
Result: dc390d0b58f9ec43fcd536f1ebdd130803cc6cbc
SwiftyJSON: 592b53bee5ef3dd9b3bebc6b9cb7ee35426ae8c3
ValueCoding: 54486fde2d7b1c2f1eb46de260b95340abed5bde
Expand Down
7 changes: 4 additions & 3 deletions Examples/Custom Money/Pods/Local Podspecs/Money.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Examples/Custom Money/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

598 changes: 309 additions & 289 deletions Examples/Custom Money/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfabff4

Please sign in to comment.