Skip to content

Commit

Permalink
Release 2.42.0 with iOS SDK 1.28.1 and Android SDK 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Mar 14, 2021
1 parent eafd307 commit a3d0fa4
Show file tree
Hide file tree
Showing 10 changed files with 991 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ install:
- npm install

script:
- ANDROID_SDK_VERSION=1.11.40
- IOS_VERSION=1.27.1
- ANDROID_SDK_VERSION=1.12.0
- IOS_VERSION=1.28.1
- rm -f Files/Android/testfairy-android-sdk.aar
- rm -f Files/iOS/TestFairy.h
- rm -f Files/iOS/libTestFairy.a
Expand Down
Binary file modified Plugins/Android/testfairy-android-sdk.aar
Binary file not shown.
20 changes: 20 additions & 0 deletions Plugins/iOS/TestFairy.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.com.testfairy.TestFairy</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.28.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit a3d0fa4

Please sign in to comment.