Skip to content

Commit 380e3a5

Browse files
committed
Release 1.6.0
1 parent e60a9ff commit 380e3a5

File tree

181 files changed

+1150
-703
lines changed

Some content is hidden

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

181 files changed

+1150
-703
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.6.0
2+
* Improved contrast through automatic adjustment of the overlay background color to match the tint color
3+
* Allow disabling GesturedeckMediaOverlay when using activation key
4+
* Improve GesturedeckMediaOverlay API
5+
* New volume icon style
6+
17
## 1.5.0
28
* Show logo in watermark
39
* Allow disabling specific gestures in GesturedeckMedia

GesturedeckiOS.xcframework/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,37 @@
88
<key>DebugSymbolsPath</key>
99
<string>dSYMs</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_arm64e_x86_64-maccatalyst</string>
11+
<string>ios-arm64_i386_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>GesturedeckiOS.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>arm64e</string>
17+
<string>i386</string>
1818
<string>x86_64</string>
1919
</array>
2020
<key>SupportedPlatform</key>
2121
<string>ios</string>
2222
<key>SupportedPlatformVariant</key>
23-
<string>maccatalyst</string>
23+
<string>simulator</string>
2424
</dict>
2525
<dict>
2626
<key>DebugSymbolsPath</key>
2727
<string>dSYMs</string>
2828
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_i386_x86_64-simulator</string>
29+
<string>ios-arm64_arm64e_x86_64-maccatalyst</string>
3030
<key>LibraryPath</key>
3131
<string>GesturedeckiOS.framework</string>
3232
<key>SupportedArchitectures</key>
3333
<array>
3434
<string>arm64</string>
35-
<string>i386</string>
35+
<string>arm64e</string>
3636
<string>x86_64</string>
3737
</array>
3838
<key>SupportedPlatform</key>
3939
<string>ios</string>
4040
<key>SupportedPlatformVariant</key>
41-
<string>simulator</string>
41+
<string>maccatalyst</string>
4242
</dict>
4343
<dict>
4444
<key>BitcodeSymbolMapsPath</key>
Lines changed: 185 additions & 79 deletions
Large diffs are not rendered by default.
Lines changed: 188 additions & 85 deletions
Large diffs are not rendered by default.
Lines changed: 190 additions & 86 deletions
Large diffs are not rendered by default.
Lines changed: 188 additions & 85 deletions
Large diffs are not rendered by default.
25.1 KB
Binary file not shown.
9 Bytes
Binary file not shown.
9 Bytes
Binary file not shown.
80.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)