Skip to content

Commit

Permalink
Released version 7.0.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Alley committed Dec 22, 2016
1 parent b3ce2e8 commit d31e978
Show file tree
Hide file tree
Showing 98 changed files with 2,032 additions and 882 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,23 @@ project.xcworkspace
/SwiftExample/Pods/WePay/G4XSwiper.framework/
/SwiftExample/Pods/WePay/RPx.framework/
/SwiftExample/Pods/WePay/RUA.framework/
/SwiftExample/Pods/WePay/RUA_MFI.framework/
/SwiftExample/Pods/WePay/RPx_MFI.framework/
/SwiftExample/Pods/WePay/RKI_MFI.framework/
/SwiftExample/Pods/WePay/TrustDefenderMobile.framework/
/WePayExample/WePayExample/Libs/G4XSwiper.framework/
/WePayExample/WePayExample/Libs/RPx.framework/
/WePayExample/WePayExample/Libs/RUA.framework/
/WePayExample/WePayExample/Libs/RUA_MFI.framework/
/WePayExample/WePayExample/Libs/RPx_MFI.framework/
/WePayExample/WePayExample/Libs/RKI_MFI.framework/
/WePayExample/WePayExample/Libs/TrustDefenderMobile.framework/
/WePay/Libs/G4XSwiper.framework/
/WePay/Libs/RPx.framework/
/WePay/Libs/RUA.framework/
/WePay/Libs/RUA_MFI.framework/
/WePay/Libs/RPx_MFI.framework/
/WePay/Libs/RKI_MFI.framework/
/WePay/Libs/TrustDefenderMobile.framework/

# CocoaPods
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2016-12-22
* Released version 7.0.0-beta-1
* Added support for Moby 3000 bluetooth card reader
* Replaced WPErrorInvalidAuthInfo with more explicit error codes

2016-12-13
* Released version 6.0.0
* Added APIs for fetching card reader battery levels
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ The [SwiftExample app](https://github.com/wepay/wepay-ios/tree/master/SwiftExamp
- CoreBluetooth.framework
- CoreLocation.framework
- CoreTelephony.framework
- ExternalAccessory.framework
- MediaPlayer.framework
- SystemConfiguration.framework
- UIKit.framework
- libstdc++.6.0.9.dylib
+ Also include the framework file you copied:
- libstdc++.dylib
+ Also include the framework files you copied:
- TrustDefenderMobile.framework
- WePay.framework
+ Done!

Expand Down
8 changes: 5 additions & 3 deletions SwiftExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
PODS:
- WePay (4.0.0)
- WePay (6.0.0)

DEPENDENCIES:
- WePay

SPEC CHECKSUMS:
WePay: 926cfd2e3e1f88b66a0ca50c90f40a6e5b2d7205
WePay: a90b5b55ab791ea7bcf8b8569144f804836b7310

COCOAPODS: 0.39.0
PODFILE CHECKSUM: e4425fd186f4f3b4eca2c87775a734030ea0c160

COCOAPODS: 1.1.1

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion SwiftExample/Pods/Headers/Public/WePay/WePay/WPAddress.h

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion SwiftExample/Pods/Headers/Public/WePay/WePay/WPConfig.h

This file was deleted.

1 change: 0 additions & 1 deletion SwiftExample/Pods/Headers/Public/WePay/WePay/WPError.h

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion SwiftExample/Pods/Headers/Public/WePay/WePay/WePay.h

This file was deleted.

8 changes: 5 additions & 3 deletions SwiftExample/Pods/Manifest.lock

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

423 changes: 303 additions & 120 deletions SwiftExample/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.

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.

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.

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.

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.

Loading

0 comments on commit d31e978

Please sign in to comment.