Skip to content
This repository was archived by the owner on Jun 23, 2019. It is now read-only.

Commit 527af72

Browse files
committed
2.3.16 - Improve Plex Media Server detection
1 parent 260ff36 commit 527af72

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ TwitterConstants.m
1414
Frameworks/TorrentBrowser.framework.dSYM/**
1515
Frameworks/TorrentBrowser.framework/**
1616

17-
MAL Updater OS X.xcodeproj/xcuserdata/takanashirikka.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
17+
MAL Updater OS X.xcodeproj/xcuserdata/takanashirikka.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
18+
ClientConstants.m
Binary file not shown.
Binary file not shown.

Frameworks/DetectionKit.framework/Versions/A/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>17D102</string>
6+
<string>17C205</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
Binary file not shown.

MAL Updater OS X copy-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.3.15</string>
18+
<string>2.3.16</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.3.15</string>
22+
<string>2.3.16</string>
2323
<key>Fabric</key>
2424
<dict>
2525
<key>APIKey</key>

MAL_Updater_OS_X-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.3.15</string>
18+
<string>2.3.16</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.3.15</string>
22+
<string>2.3.16</string>
2323
<key>Fabric</key>
2424
<dict>
2525
<key>APIKey</key>

0 commit comments

Comments
 (0)