Skip to content

Commit

Permalink
Public release 6.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
button-bot committed Oct 21, 2020
1 parent b767111 commit 31adfe1
Show file tree
Hide file tree
Showing 415 changed files with 48,712 additions and 2,454 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Button.bundle/BTNInstallCardView.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Button.bundle/BTNTextCardView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed Button.bundle/BTNTextCardView.nib/runtime.nib
Binary file not shown.
Binary file removed Button.bundle/BTNToolbarView.nib/objects-11.0+.nib
Binary file not shown.
Binary file removed Button.bundle/BTNToolbarView.nib/objects-13.0+.nib
Binary file not shown.
Binary file removed Button.bundle/BTNToolbarView.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 changes: 0 additions & 37 deletions Button.bundle/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion Button.framework/Button

This file was deleted.

1 change: 0 additions & 1 deletion Button.framework/Headers

This file was deleted.

37 changes: 0 additions & 37 deletions Button.framework/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion Button.framework/Versions/Current

This file was deleted.

20 changes: 3 additions & 17 deletions Button.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Button"
s.version = "6.27.0"
s.version = "6.28.0"
s.summary = "Button iOS SDK."

s.description = <<-DESC
Expand All @@ -21,23 +21,9 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.compiler_flags = '-w'

s.preserve_paths = 'Button.framework'
s.public_header_files = 'Button.framework/Versions/A/Headers/*.h'
s.source_files = 'Button.framework/Versions/A/Headers/*.h'
s.vendored_frameworks = 'Button.framework'
s.resource = 'Button.bundle'
s.framework = "AdSupport"
s.vendored_frameworks = 'Button.xcframework'
s.swift_version = '5.0'

#
# A workaound to trigger CocoaPods to link Swift libraries when linting.
# See: https://github.com/CocoaPods/CocoaPods/issues/8649#issuecomment-535590208
#
# The deploy step runs `pod truk push --skip-tests`
# Note: Tests specs are not downloaded when consuming the pod.
#
s.test_spec 'Tests' do |spec|
spec.dependency 'ButtonMerchant', '~> 1.0'
end
s.cocoapods_version = '>= 1.10.0.rc.1'

end
50 changes: 50 additions & 0 deletions Button.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?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>AvailableLibraries</key>
<array>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>Button.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Button.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
11 changes: 11 additions & 0 deletions Button.xcframework/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Copyright (c) 2014–2020 Button, Inc. (https://usebutton.com/)

Privately Licensed.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
1 change: 1 addition & 0 deletions Button.xcframework/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Button 6.28.0 (529) for iOS
Loading

0 comments on commit 31adfe1

Please sign in to comment.