Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit c071f10

Browse files
authored
4.6.0 (#190)
* Generate .xcframework deps, upgrade dep versions * Don’t use_frameworks! for CocoaPods
1 parent a976858 commit c071f10

File tree

233 files changed

+13708
-8546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+13708
-8546
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ SlackKit.xcworkspace
3737
Carthage/Checkouts
3838
Carthage/Build
3939

40+
# Swift Package Manager
41+
.swiftpm/
42+
4043
*.resolved

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.3
1+
5.2.4

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "daltoniam/Starscream" == 3.1.0
2-
github "httpswift/swifter" == 1.4.6
1+
github "daltoniam/Starscream" == 4.0.4
2+
github "httpswift/swifter" == 1.5.0

Examples/Leaderboard/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.executable(name: "Leaderboard", targets: ["Leaderboard"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/pvzig/SlackKit", .upToNextMinor(from: "4.3.0"))
11+
.package(url: "https://github.com/pvzig/SlackKit", .upToNextMinor(from: "4.6.0"))
1212
],
1313
targets: [
1414
.target(name: "Leaderboard",

Examples/Leaderboard/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
platform :osx, '10.11'
22

33
target 'Leaderboard' do
4-
use_frameworks!
5-
pod 'SlackKit', '>= 4.3.0'
4+
pod 'SlackKit', '>= 4.6.0'
65
end

Examples/Robot or Not Bot/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.executable(name: "Robot or Not Bot", targets: ["Robot or Not Bot"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/pvzig/SlackKit", .upToNextMinor(from: "4.3.0"))
11+
.package(url: "https://github.com/pvzig/SlackKit", .upToNextMinor(from: "4.6.0"))
1212
],
1313
targets: [
1414
.target(name: "Robot or Not Bot",

Examples/Robot or Not Bot/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
platform :osx, '10.11'
22

33
target 'Robot Or Not Bot' do
4-
use_frameworks!
5-
pod 'SlackKit', '>= 4.3.0'
4+
pod 'SlackKit', '>= 4.6.0'
65
end
76

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>LibraryIdentifier</key>
9+
<string>ios-x86_64_i386-simulator</string>
10+
<key>LibraryPath</key>
11+
<string>Starscream.framework</string>
12+
<key>SupportedArchitectures</key>
13+
<array>
14+
<string>x86_64</string>
15+
<string>i386</string>
16+
</array>
17+
<key>SupportedPlatform</key>
18+
<string>ios</string>
19+
<key>SupportedPlatformVariant</key>
20+
<string>simulator</string>
21+
</dict>
22+
<dict>
23+
<key>LibraryIdentifier</key>
24+
<string>macos-x86_64</string>
25+
<key>LibraryPath</key>
26+
<string>Starscream.framework</string>
27+
<key>SupportedArchitectures</key>
28+
<array>
29+
<string>x86_64</string>
30+
</array>
31+
<key>SupportedPlatform</key>
32+
<string>macos</string>
33+
</dict>
34+
<dict>
35+
<key>LibraryIdentifier</key>
36+
<string>tvos-x86_64-simulator</string>
37+
<key>LibraryPath</key>
38+
<string>Starscream.framework</string>
39+
<key>SupportedArchitectures</key>
40+
<array>
41+
<string>x86_64</string>
42+
</array>
43+
<key>SupportedPlatform</key>
44+
<string>tvos</string>
45+
<key>SupportedPlatformVariant</key>
46+
<string>simulator</string>
47+
</dict>
48+
<dict>
49+
<key>LibraryIdentifier</key>
50+
<string>ios-armv7_arm64</string>
51+
<key>LibraryPath</key>
52+
<string>Starscream.framework</string>
53+
<key>SupportedArchitectures</key>
54+
<array>
55+
<string>armv7</string>
56+
<string>arm64</string>
57+
</array>
58+
<key>SupportedPlatform</key>
59+
<string>ios</string>
60+
</dict>
61+
<dict>
62+
<key>LibraryIdentifier</key>
63+
<string>tvos-arm64</string>
64+
<key>LibraryPath</key>
65+
<string>Starscream.framework</string>
66+
<key>SupportedArchitectures</key>
67+
<array>
68+
<string>arm64</string>
69+
</array>
70+
<key>SupportedPlatform</key>
71+
<string>tvos</string>
72+
</dict>
73+
</array>
74+
<key>CFBundlePackageType</key>
75+
<string>XFWK</string>
76+
<key>XCFrameworkFormatVersion</key>
77+
<string>1.0</string>
78+
</dict>
79+
</plist>

0 commit comments

Comments
 (0)