-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36223f8
commit 4345c38
Showing
297 changed files
with
14,549 additions
and
5,060 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### General information | ||
|
||
* SDK/Library version: <!-- Example: 4.7.2 --> | ||
* Environment: <!-- Is this issue in Sandbox or Production? --> | ||
* iOS Version and Device: <!-- Example: iOS 9.3 on an iPhone 6s --> | ||
* Integration type and version: <!-- Example: CocoaPods 1.1.1, Carthage 0.18.1 --> | ||
|
||
### Issue description | ||
|
||
<!-- To help us quickly reproduce your issue, include as many details as possible, such as logs, steps to reproduce, and so on. If the issue reports a new feature, follow the [user story](https://en.wikipedia.org/wiki/User_story) format to clearly describe the use case. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.5 | ||
2.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
sudo: true | ||
language: objective-c | ||
osx_image: xcode7.3 | ||
|
||
install: | ||
- bundle install | ||
- pod install | ||
|
||
cache: | ||
- bundler | ||
- cocoapods | ||
#- cocoapods | ||
osx_image: xcode9.0 | ||
|
||
before_install: | ||
- brew update || brew update | ||
- brew outdated xctool || brew upgrade xctool | ||
- SIMULATOR_ID=$(xcrun instruments -s | grep -o "iPhone 6 (9.3) \[.*\]" | grep -o "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/") | ||
- SIMULATOR_ID=$(xcrun instruments -s | grep -o "iPhone 6 (10.1) \[.*\]" | grep -o "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/") | ||
|
||
install: | ||
- bundle install | ||
#- bundle exec pod repo update --silent | ||
- bundle exec pod install || { rm -rf ./Pods; bundle exec pod install; } | ||
|
||
script: | ||
- echo $SIMULATOR_ID | ||
# Launching the simulator before building and testing is necessary to prevent spurious timeouts. | ||
# Specifying the simulator UDID is also necessary. | ||
- open -a "simulator" --args -CurrentDeviceUDID $SIMULATOR_ID | ||
- rake spec:unit | ||
- rake spec:api:integration | ||
|
||
- travis_wait 30 set -o pipefail && xcodebuild test -workspace Braintree.xcworkspace -scheme "UnitTests" -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.1' | xcpretty -c | ||
- travis_wait set -o pipefail && xcodebuild test -workspace Braintree.xcworkspace -scheme "IntegrationTests" -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.1' | xcpretty -c | ||
#- travis_wait bundle exec rake spec:unit | ||
#- bundle exec rake spec:api:integration | ||
notifications: | ||
email: | ||
- [email protected] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Braintree" | ||
s.version = "4.3.2" | ||
s.version = "4.9.4" | ||
s.summary = "Braintree v.zero: A modern foundation for accepting payments" | ||
s.description = <<-DESC | ||
Braintree is a full-stack payments platform for developers | ||
|
@@ -9,9 +9,9 @@ Pod::Spec.new do |s| | |
Check out our development portal at https://developers.braintreepayments.com. | ||
DESC | ||
s.homepage = "https://www.braintreepayments.com/v.zero" | ||
s.homepage = "https://www.braintreepayments.com/how-braintree-works" | ||
s.documentation_url = "https://developers.braintreepayments.com/ios/start/hello-client" | ||
s.screenshots = "https://raw.githubusercontent.com/braintree/braintree_ios/master/screenshot.png" | ||
s.screenshots = "https://raw.githubusercontent.com/braintree/braintree_ios/master/Docs/screenshot.png" | ||
s.license = "MIT" | ||
s.author = { "Braintree" => "[email protected]" } | ||
s.source = { :git => "https://github.com/braintree/braintree_ios.git", :tag => s.version.to_s } | ||
|
@@ -47,6 +47,7 @@ Pod::Spec.new do |s| | |
s.source_files = "BraintreeDataCollector/**/*.{h,m}" | ||
s.public_header_files = "BraintreeDataCollector/Public/*.h" | ||
s.vendored_library = "BraintreeDataCollector/Kount/libDeviceCollectorLibrary.a" | ||
s.dependency "Braintree/Core" | ||
end | ||
|
||
s.subspec "PayPal" do |s| | ||
|
5,231 changes: 4,967 additions & 264 deletions
5,231
ios/RCTBraintree/Braintree/Braintree.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
...cbaselines/16CD2E9B1B4077FB00E68495.xcbaseline/0AC71B63-8A4C-42F9-AD7C-1C7EF957B618.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>classNames</key> | ||
<dict> | ||
<key>BTAPIClient_SwiftTests</key> | ||
<dict> | ||
<key>testAPIClientInitialization_withValidClientToken_performanceMeetsExpectations()</key> | ||
<dict> | ||
<key>com.apple.XCTPerformanceMetric_WallClockTime</key> | ||
<dict> | ||
<key>baselineAverage</key> | ||
<real>0.00704</real> | ||
<key>baselineIntegrationDisplayName</key> | ||
<string>Local Baseline</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
40 changes: 40 additions & 0 deletions
40
...aintree.xcodeproj/xcshareddata/xcbaselines/16CD2E9B1B4077FB00E68495.xcbaseline/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>runDestinationsByUUID</key> | ||
<dict> | ||
<key>0AC71B63-8A4C-42F9-AD7C-1C7EF957B618</key> | ||
<dict> | ||
<key>localComputer</key> | ||
<dict> | ||
<key>busSpeedInMHz</key> | ||
<integer>100</integer> | ||
<key>cpuCount</key> | ||
<integer>1</integer> | ||
<key>cpuKind</key> | ||
<string>Intel Core i7</string> | ||
<key>cpuSpeedInMHz</key> | ||
<integer>3100</integer> | ||
<key>logicalCPUCoresPerPackage</key> | ||
<integer>4</integer> | ||
<key>modelCode</key> | ||
<string>MacBookPro12,1</string> | ||
<key>physicalCPUCoresPerPackage</key> | ||
<integer>2</integer> | ||
<key>platformIdentifier</key> | ||
<string>com.apple.platform.macosx</string> | ||
</dict> | ||
<key>targetArchitecture</key> | ||
<string>x86_64</string> | ||
<key>targetDevice</key> | ||
<dict> | ||
<key>modelCode</key> | ||
<string>iPhone9,2</string> | ||
<key>platformIdentifier</key> | ||
<string>com.apple.platform.iphonesimulator</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.