Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Update to 1.4.0. Now 64-bit compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Goldman committed Nov 19, 2013
1 parent 3e6da41 commit ef5902f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalMobile.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalMobile.h
//
// Version 1.3.6
// Version 1.4.0
//
// Copyright (c) 2013, PayPal
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalPayment.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalPayment.h
//
// Version 1.3.6
// Version 1.4.0
//
// Copyright (c) 2013, PayPal
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalPaymentViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalPaymentViewController.h
//
// Version 1.3.6
// Version 1.4.0
//
// Copyright (c) 2013, PayPal
// All rights reserved.
Expand Down
Binary file modified PayPalMobile/libPayPalMobile.a
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Integration

* Xcode 5+
* iOS 6+ target deployment
* armv7 and armv7s devices and the simulator (not armv6)
* armv7, armv7s, and arm64 devices and the simulator (not armv6)
* iPhone and iPad of all sizes and resolutions


Expand All @@ -52,7 +52,7 @@ Integration
1. Clone or download the SDK, which consists of header files, license acknowledgements, release notes, and a static library. It also includes a sample app.
2. Add the `PayPalMobile` directory (containing several .h files and libPayPalMobile.a) to your Xcode project. We recommend checking "Copy items..." and selecting "Create groups...".
3. In your project's **Build Settings**, add `-lc++ -ObjC` to Other Linker Flags.
4. In your project's **Build Phases**, link your project with these libraries. Weak linking for iOS versions back to 5.0 is supported.
4. In your project's **Build Phases**, link your project with these libraries. Weak linking for iOS versions back to 6.0 is supported.
* `AVFoundation.framework`
* `AudioToolbox.framework`
* `CoreMedia.framework`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.6</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.6</string>
<string>1.4.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
6 changes: 6 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
PayPal iOS SDK release notes
============================

1.4.0
-----
* Make 64-bit compatible
* Require iOS 6.0 or greater
* Update card.io library to 3.4.0

1.3.6
-----
* Fix a problem with repeat purchase resulting in 52003 error on Sandbox
Expand Down

0 comments on commit ef5902f

Please sign in to comment.