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

Commit

Permalink
Release 2.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Luk committed Aug 10, 2016
1 parent 33e27f0 commit 64a6036
Show file tree
Hide file tree
Showing 15 changed files with 102 additions and 96 deletions.
167 changes: 84 additions & 83 deletions CHANGELOG.md 100755 → 100644

Large diffs are not rendered by default.

Empty file modified LICENSE 100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion PayPal-iOS-SDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PayPal-iOS-SDK'
spec.version = '2.14.4'
spec.version = '2.14.5'
spec.license = { type: 'BSD', file: 'LICENSE' }
spec.homepage = 'https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/'
spec.authors = { 'PayPal' => 'support@paypal.com' }
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalConfiguration.h
@@ -1,7 +1,7 @@
//
// PayPalConfiguration.h
//
// Version 2.14.4
// Version 2.14.5
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalFuturePaymentViewController.h
@@ -1,7 +1,7 @@
//
// PayPalFuturePaymentViewController.h
//
// Version 2.14.4
// Version 2.14.5
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalMobile.h
@@ -1,7 +1,7 @@
//
// PayPalMobile.h
//
// Version 2.14.4
// Version 2.14.5
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalOAuthScopes.h
@@ -1,7 +1,7 @@
//
// PayPalOAuthScopes.h
//
// Version 2.14.4
// Version 2.14.5
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalPayment.h
@@ -1,7 +1,7 @@
//
// PayPalPayment.h
//
// Version 2.14.4
// Version 2.14.5
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalPaymentViewController.h
@@ -1,7 +1,7 @@
//
// PayPalPaymentViewController.h
//
// Version 2.14.4
// Version 2.14.5
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalProfileSharingViewController.h
@@ -1,7 +1,7 @@
//
// PayPalProfileSharingViewController.h
//
// Version 2.14.4
// Version 2.14.5
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
Binary file modified PayPalMobile/libPayPalMobile.a
Binary file not shown.
1 change: 1 addition & 0 deletions README.md 100755 → 100644
Expand Up @@ -112,6 +112,7 @@ pod 'PayPal-iOS-SDK'
* `com.paypal.ppclient.touch.v1`
* `com.paypal.ppclient.touch.v2`
* `org-appextension-feature-password-management`
3. If you use card.io to scan credit cards, you should add the key [`NSCameraUsageDescription`](https://developer.apple.com/library/prerelease/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW24) to your app's `Info.plist` and set the value to be a string describing why your app needs to use the camera (e.g. "To scan credit cards."). This string will be displayed when the app initially requests permission to access the camera.

## Credentials

Expand Down
6 changes: 3 additions & 3 deletions SampleApp/PayPal-iOS-SDK-Sample-App.xcodeproj/project.pbxproj
Expand Up @@ -75,9 +75,9 @@
849BE75116D443EC00E03EEC /* button_secondary@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 849BE74D16D443EC00E03EEC /* button_secondary@2x.png */; };
A55DDF3B1BB3A61900FEF486 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A55DDF3A1BB3A61900FEF486 /* Accelerate.framework */; };
A55DDF3C1BB3A62300FEF486 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A55DDF3A1BB3A61900FEF486 /* Accelerate.framework */; };
A5F043F31BD6AA58000560EC /* libopencv_core.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A5F043EF1BD6AA3E000560EC /* libopencv_core.a */; settings = {ASSET_TAGS = (); }; };
A5F043F41BD6AA58000560EC /* libopencv_imgproc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A5F043F01BD6AA3E000560EC /* libopencv_imgproc.a */; settings = {ASSET_TAGS = (); }; };
A5F043F71BD6AAE7000560EC /* libCardIO.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A5F043F51BD6AADE000560EC /* libCardIO.a */; settings = {ASSET_TAGS = (); }; };
A5F043F31BD6AA58000560EC /* libopencv_core.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A5F043EF1BD6AA3E000560EC /* libopencv_core.a */; };
A5F043F41BD6AA58000560EC /* libopencv_imgproc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A5F043F01BD6AA3E000560EC /* libopencv_imgproc.a */; };
A5F043F71BD6AAE7000560EC /* libCardIO.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A5F043F51BD6AADE000560EC /* libCardIO.a */; };
D5463464178F5A2800A2D5F6 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5463463178F5A2800A2D5F6 /* SystemConfiguration.framework */; };
D5709F301884CDBF00CCD3CA /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5709F2F1884CDBF00CCD3CA /* CoreLocation.framework */; };
/* End PBXBuildFile section */
Expand Down
Expand Up @@ -43,6 +43,8 @@
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>To scan credit cards.</string>
<key>UIMainStoryboardFile</key>
<string>MainStoryboard_iPhone</string>
<key>UIMainStoryboardFile~ipad</key>
Expand Down
Expand Up @@ -30,11 +30,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.14.4</string>
<string>2.14.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.14.4</string>
<string>2.14.5</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>
Expand Down Expand Up @@ -76,5 +76,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSCameraUsageDescription</key>
<string>To scan credit cards.</string>
</dict>
</plist>

0 comments on commit 64a6036

Please sign in to comment.