Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit c4fcb9c

Browse files
Add a selector.
1 parent 04fb025 commit c4fcb9c

File tree

7 files changed

+21
-18
lines changed

7 files changed

+21
-18
lines changed

Retroactive.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@
980980
CODE_SIGN_ENTITLEMENTS = Retroactive/Support/Retroactive.entitlements;
981981
CODE_SIGN_STYLE = Automatic;
982982
COMBINE_HIDPI_IMAGES = YES;
983-
CURRENT_PROJECT_VERSION = 77;
983+
CURRENT_PROJECT_VERSION = 78;
984984
INFOPLIST_FILE = Retroactive/Support/Info.plist;
985985
LD_RUNPATH_SEARCH_PATHS = (
986986
"$(inherited)",
@@ -1001,7 +1001,7 @@
10011001
CODE_SIGN_ENTITLEMENTS = Retroactive/Support/Retroactive.entitlements;
10021002
CODE_SIGN_STYLE = Automatic;
10031003
COMBINE_HIDPI_IMAGES = YES;
1004-
CURRENT_PROJECT_VERSION = 77;
1004+
CURRENT_PROJECT_VERSION = 78;
10051005
INFOPLIST_FILE = Retroactive/Support/Info.plist;
10061006
LD_RUNPATH_SEARCH_PATHS = (
10071007
"$(inherited)",

Retroactive/Dependencies/ApertureFixer/ApertureFixer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
CLANG_ENABLE_OBJC_ARC = NO;
267267
CODE_SIGN_STYLE = Manual;
268268
COMBINE_HIDPI_IMAGES = YES;
269-
CURRENT_PROJECT_VERSION = 6;
269+
CURRENT_PROJECT_VERSION = 7;
270270
DEFINES_MODULE = YES;
271271
DEVELOPMENT_TEAM = "";
272272
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -293,7 +293,7 @@
293293
CLANG_ENABLE_OBJC_ARC = NO;
294294
CODE_SIGN_STYLE = Manual;
295295
COMBINE_HIDPI_IMAGES = YES;
296-
CURRENT_PROJECT_VERSION = 6;
296+
CURRENT_PROJECT_VERSION = 7;
297297
DEFINES_MODULE = YES;
298298
DEVELOPMENT_TEAM = "";
299299
DYLIB_COMPATIBILITY_VERSION = 1;

Retroactive/Dependencies/ApertureFixer/ApertureFixer/NSObject+Fixer.m

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ - (void)_autoSizeView:(id)a :(id)b :(id)c :(id)d :(id)e {
108108
}
109109

110110
- (void)setShowingRollover:(id)showingRollover {
111-
NSLog(@"Skipping setShowingRollover:");
112111
}
113112

114113
- (CGFloat)_drawingWidth {
@@ -129,6 +128,10 @@ - (void)_setProDelayedStartup:(BOOL)value {
129128
NSLog(@"Skipping _setProDelayedStartup");
130129
}
131130

131+
- (unsigned long long)_proAnimationIndex {
132+
return 0;
133+
}
134+
132135
- (void)_installHeartBeat:(id)heartbeat {
133136
NSLog(@"Skipping _installHeartBeat");
134137
}
128 Bytes
Binary file not shown.

Retroactive/Support/ApertureFixer/Versions/A/Resources/Info.plist

Lines changed: 6 additions & 6 deletions
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>18G6020</string>
6+
<string>19G2021</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -23,21 +23,21 @@
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>6</string>
26+
<string>7</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>11E608c</string>
30+
<string>11E801a</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
34-
<string>19E258</string>
34+
<string>19G68</string>
3535
<key>DTSDKName</key>
3636
<string>macosx10.15</string>
3737
<key>DTXcode</key>
38-
<string>1150</string>
38+
<string>1170</string>
3939
<key>DTXcodeBuild</key>
40-
<string>11E608c</string>
40+
<string>11E801a</string>
4141
<key>LSMinimumSystemVersion</key>
4242
<string>10.10</string>
4343
</dict>

Retroactive/Support/ApertureFixer/Versions/A/_CodeSignature/CodeResources

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dict>
77
<key>Resources/Info.plist</key>
88
<data>
9-
IbhOekni7TzixUtcGDRIugmnrmk=
9+
S0THKQcBOXHkjSOgLIzZumml+CI=
1010
</data>
1111
</dict>
1212
<key>files2</key>
@@ -37,11 +37,11 @@
3737
<dict>
3838
<key>hash</key>
3939
<data>
40-
IbhOekni7TzixUtcGDRIugmnrmk=
40+
S0THKQcBOXHkjSOgLIzZumml+CI=
4141
</data>
4242
<key>hash2</key>
4343
<data>
44-
Nefs2i6P0mB6ugo2Q5bdkGZS17C1PTboYiwmDTizgDQ=
44+
w3zD0e2vOAqX76fIZiEpPFed1pEF1MJDiCaYg94BsUQ=
4545
</data>
4646
</dict>
4747
</dict>

Retroactive/Support/SupportPath.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
<plist version="1.0">
44
<dict>
55
<key>NewVersionVisibleTitle</key>
6-
<string>Retroactive 1.8 (Build 77) adds new features and improves compatibility.</string>
6+
<string>Retroactive 1.8 (Build 78) adds new features and improves compatibility.</string>
77
<key>NewVersionChangelog</key>
88
<string>• Adds support for unlocking Xcode 11.7 on macOS Mojave
99
• Adds experimental support for unlocking Aperture, iPhoto and iTunes on macOS Big Sur
1010
</string>
1111
<key>NewVersionVisibleTitlezhHans</key>
12-
<string>新版本解印 1.8 (版本号 77) 包含新功能,并改进了兼容性</string>
12+
<string>新版本解印 1.8 (版本号 78) 包含新功能,并改进了兼容性</string>
1313
<key>NewVersionChangelogzhHans</key>
1414
<string>• 新增支持在 macOS Mojave 下解锁 Xcode 11.7
1515
• 新增实验性支持在 macOS Big Sur 下解锁 Aperture、iPhoto 和 iTunes
1616
</string>
1717
<key>NewVersionVisibleTitlezhHant</key>
18-
<string>新版本解印 1.8 (版本號 77) 包含新功能,並改進了兼容性</string>
18+
<string>新版本解印 1.8 (版本號 78) 包含新功能,並改進了兼容性</string>
1919
<key>NewVersionChangelogzhHant</key>
2020
<string>• 新增支持在 macOS Mojave 下解鎖 Xcode 11.7
2121
• 新增實驗性支持在 macOS Big Sur 下解鎖 Aperture、iPhoto 和 iTunes
2222
</string>
2323
<key>LatestZIP</key>
2424
<string>https://github.com/cormiertyshawn895/Retroactive/releases/download/1.8/Retroactive.1.8.zip</string>
2525
<key>LatestBuildNumber</key>
26-
<integer>77</integer>
26+
<integer>78</integer>
2727
<key>SupportPathURL</key>
2828
<string>https://raw.githubusercontent.com/cormiertyshawn895/Retroactive/master/Retroactive/Support/SupportPath.plist</string>
2929
<key>ReleasePage</key>

0 commit comments

Comments
 (0)