Skip to content

Commit

Permalink
Released version 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Vega-Perkins committed Sep 28, 2018
1 parent e4a187f commit 959c6b4
Show file tree
Hide file tree
Showing 43 changed files with 122 additions and 124 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ project.xcworkspace
/WePayExample/WePayExample/Libs/RKI_MFI.framework/
/WePayExample/WePayExample/Libs/TrustDefender.framework/
/WePayExample/WePayExample/Libs/TrustDefenderMobile.framework/
/WePayExample/WePayExample/Libs/IngenicoMposSdk_MFI.framework/
/WePayExample/WePayExample/Libs/LandiSDK_MFI.framework/
/WePay/Libs/G4XSwiper.framework/
/WePay/Libs/RPx.framework/
/WePay/Libs/RUA.framework/
Expand All @@ -51,6 +53,8 @@ project.xcworkspace
/WePay/Libs/RKI_MFI.framework/
/WePay/Libs/TrustDefender.framework/
/WePay/Libs/TrustDefenderMobile.framework/
/WePay/Libs/IngenicoMposSdk_MFI.framework/
/WePay/Libs/LandiSDK_MFI.framework/

# CocoaPods
#
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-09-27
* Released version 7.0.2
* Upgrade internal framework to remove previously required deprecated lib

2018-03-21
* Released version 7.0.1
* Calls to /v2/checkout/create with an EMV token will no longer return an EMV receipt
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,12 @@ The [SwiftExample app](https://github.com/wepay/wepay-ios/tree/master/SwiftExamp
+ Include the following iOS frameworks:
- AudioToolbox.framework
- AVFoundation.framework
- CoreBluetooth.framework
- CoreLocation.framework
- CoreTelephony.framework
- ExternalAccessory.framework
- MediaPlayer.framework
- SystemConfiguration.framework
- UIKit.framework
- libstdc++.6.0.9.dylib
- libstdc++.dylib
- libz.dylib
- WebKit.framework
- libc++.tbd
- libz.tbd
+ Also include the framework files you copied:
- WePay.framework
+ Done!
Expand Down
10 changes: 0 additions & 10 deletions SwiftExample/SwiftApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
8DAB3F821BDEE40400B8BA98 /* SwiftAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DAB3F811BDEE40400B8BA98 /* SwiftAppTests.swift */; };
9A7915757E84A3ECDF17164F /* Pods_SwiftApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 462228E5D58440F523F244A5 /* Pods_SwiftApp.framework */; };
C3526B4E1E6A1360003E814B /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C3526B4D1E6A1360003E814B /* libz.tbd */; };
C3526B501E6A137A003E814B /* libstdc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = C3526B4F1E6A137A003E814B /* libstdc++.tbd */; };
D730C58B1D95FC32008BB3DC /* libstdc++.6.0.9.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D730C58A1D95FC32008BB3DC /* libstdc++.6.0.9.tbd */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -48,8 +46,6 @@
8DAB3F831BDEE40400B8BA98 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A607ECA502BAA465D28BD72A /* Pods-SwiftApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftApp.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftApp/Pods-SwiftApp.release.xcconfig"; sourceTree = "<group>"; };
C3526B4D1E6A1360003E814B /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
C3526B4F1E6A137A003E814B /* libstdc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libstdc++.tbd"; path = "usr/lib/libstdc++.tbd"; sourceTree = SDKROOT; };
D730C58A1D95FC32008BB3DC /* libstdc++.6.0.9.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libstdc++.6.0.9.tbd"; path = "usr/lib/libstdc++.6.0.9.tbd"; sourceTree = SDKROOT; };
DA565C9F9F967F98E02D1A19 /* Pods-SwiftApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftApp.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftApp/Pods-SwiftApp.debug.xcconfig"; sourceTree = "<group>"; };
F72E6616DC2591FFE3DE2921 /* Pods-SwiftAppTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftAppTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftAppTests/Pods-SwiftAppTests.release.xcconfig"; sourceTree = "<group>"; };
FBED3BAC0AD084CA81B03640 /* Pods-SwiftAppTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftAppTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftAppTests/Pods-SwiftAppTests.debug.xcconfig"; sourceTree = "<group>"; };
Expand All @@ -61,8 +57,6 @@
buildActionMask = 2147483647;
files = (
C3526B4E1E6A1360003E814B /* libz.tbd in Frameworks */,
D730C58B1D95FC32008BB3DC /* libstdc++.6.0.9.tbd in Frameworks */,
C3526B501E6A137A003E814B /* libstdc++.tbd in Frameworks */,
9A7915757E84A3ECDF17164F /* Pods_SwiftApp.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -136,9 +130,7 @@
F9FD45A6F0BF43BA8C726C11 /* Frameworks */ = {
isa = PBXGroup;
children = (
C3526B4F1E6A137A003E814B /* libstdc++.tbd */,
C3526B4D1E6A1360003E814B /* libz.tbd */,
D730C58A1D95FC32008BB3DC /* libstdc++.6.0.9.tbd */,
462228E5D58440F523F244A5 /* Pods_SwiftApp.framework */,
4E8CF737205FC70D5AC48EF2 /* Pods_SwiftAppTests.framework */,
);
Expand Down Expand Up @@ -503,7 +495,6 @@
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-l\"stdc++.6.0.9\"",
"-framework",
"\"AVFoundation\"",
"-framework",
Expand Down Expand Up @@ -554,7 +545,6 @@
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-l\"stdc++.6.0.9\"",
"-framework",
"\"AVFoundation\"",
"-framework",
Expand Down
4 changes: 2 additions & 2 deletions SwiftExample/SwiftApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<string>7.0.2</string>
<key>CFBundleName</key>
<string>Swift App</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>7.0.0-beta-1</string>
<string>7.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftExample/SwiftAppTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<string>7.0.2</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.0.2
10 changes: 5 additions & 5 deletions WePay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WePay"
s.version = "7.0.1"
s.version = "7.0.2"
s.summary = "WePay binary for both simulator and iOS devices"
s.description = "A library that helps WePay partners develop their own iOS apps aimed at merchants and/or consumers for collection of payments via various payment methods"
s.homepage = "http://github.com/wepay/wepay-ios"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :http => "https://github.com/wepay/wepay-ios/releases/download/v#{s.version}/wepay-ios-#{s.version}.zip" }
s.authors = { 'Chaitanya Bagaria' => '[email protected]' }

s.ios.deployment_target = '7.0'
s.ios.deployment_target = '8.0'
s.ios.requires_arc = true

s.ios.preserve_paths = '**'
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'WePay.framework'


s.ios.frameworks = 'AudioToolbox', 'AVFoundation', 'CoreBluetooth', 'CoreTelephony', 'ExternalAccessory', 'MediaPlayer', 'SystemConfiguration'
s.ios.libraries = 'stdc++.6.0.9', 'stdc++', 'z'
end
s.ios.frameworks = 'AudioToolbox', 'AVFoundation', 'ExternalAccessory', 'MediaPlayer', 'WebKit'
s.ios.libraries = 'c++', 'z'
end
Loading

0 comments on commit 959c6b4

Please sign in to comment.