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

Commit 7a8d668

Browse files
moyitproJames
authored andcommitted
2.4.1 - Update detectstream to add Tubitv and Yahoo stream detection support
and fix Hidive stream detection.
1 parent 62f1602 commit 7a8d668

File tree

7 files changed

+17
-11
lines changed

7 files changed

+17
-11
lines changed

Base.lproj/ExceptionsPref.xib

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
<tabViewItems>
4141
<tabViewItem label="Anime Title Exceptions" identifier="1" id="dDU-b1-Ua0">
4242
<view key="view" id="mi1-sZ-x1p">
43-
<rect key="frame" x="10" y="33" width="589" height="221"/>
43+
<rect key="frame" x="10" y="33" width="177" height="0.0"/>
4444
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
4545
<subviews>
4646
<button toolTip="Removes title from exception list." verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2FI-VL-IAQ">
47-
<rect key="frame" x="33" y="17" width="24" height="24"/>
47+
<rect key="frame" x="33" y="-204" width="24" height="24"/>
4848
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
4949
<buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Hje-TO-QKF">
5050
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
@@ -56,7 +56,7 @@
5656
</connections>
5757
</button>
5858
<button toolTip="Adds a title to the dection list." verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7es-2w-wEy">
59-
<rect key="frame" x="10" y="17" width="24" height="24"/>
59+
<rect key="frame" x="10" y="-204" width="24" height="24"/>
6060
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
6161
<buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="dqZ-Vv-lY3">
6262
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
@@ -67,7 +67,7 @@
6767
</connections>
6868
</button>
6969
<button toolTip="Imports an exception list." verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Vdt-sz-D9M">
70-
<rect key="frame" x="417" y="10" width="82" height="32"/>
70+
<rect key="frame" x="417" y="-211" width="82" height="32"/>
7171
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
7272
<buttonCell key="cell" type="push" title="Import" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ctM-pM-8N2">
7373
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
@@ -78,7 +78,7 @@
7878
</connections>
7979
</button>
8080
<button toolTip="Exports an exception list in JSON format." verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Pco-OY-6j2">
81-
<rect key="frame" x="498" y="10" width="82" height="32"/>
81+
<rect key="frame" x="498" y="-211" width="82" height="32"/>
8282
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
8383
<buttonCell key="cell" type="push" title="Export" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="KLI-rf-IFn">
8484
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
@@ -89,7 +89,7 @@
8989
</connections>
9090
</button>
9191
<scrollView focusRingType="none" fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="orw-aQ-yjO">
92-
<rect key="frame" x="10" y="58" width="564" height="154"/>
92+
<rect key="frame" x="10" y="-163" width="564" height="154"/>
9393
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
9494
<clipView key="contentView" focusRingType="none" ambiguous="YES" id="fLT-H6-Adh">
9595
<rect key="frame" x="1" y="0.0" width="562" height="153"/>
@@ -463,6 +463,9 @@
463463
<menuItem title="Plex" id="97Q-8b-gQ2">
464464
<modifierMask key="keyEquivalentModifierMask"/>
465465
</menuItem>
466+
<menuItem title="Tubitv" id="jgb-cc-JZO">
467+
<modifierMask key="keyEquivalentModifierMask"/>
468+
</menuItem>
466469
<menuItem title="Viz" id="0km-Tv-A1k">
467470
<modifierMask key="keyEquivalentModifierMask"/>
468471
</menuItem>
@@ -475,6 +478,9 @@
475478
<menuItem title="Wakanim" id="dbp-6u-MBO">
476479
<modifierMask key="keyEquivalentModifierMask"/>
477480
</menuItem>
481+
<menuItem title="Yahoo" id="Cf3-aZ-KJc">
482+
<modifierMask key="keyEquivalentModifierMask"/>
483+
</menuItem>
478484
</items>
479485
</menu>
480486
</popUpButtonCell>
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>17C205</string>
6+
<string>17D102</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.4</string>
18+
<string>2.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.4</string>
22+
<string>2.4.1</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.4</string>
18+
<string>2.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>20180222</string>
22+
<string>20180228</string>
2323
<key>Fabric</key>
2424
<dict>
2525
<key>APIKey</key>

0 commit comments

Comments
 (0)