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

Commit

Permalink
Fix window detection in French.
Browse files Browse the repository at this point in the history
  • Loading branch information
cormiertyshawn895 committed Mar 2, 2020
1 parent 6ad423c commit 4f8a060
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ If you connect an Apple device to your Mac, and see "iTunes cannot read the cont
- Once you reinstall iTunes [using the latest version of Retroactive](https://github.com/cormiertyshawn895/Retroactive/releases/), iTunes should be able to read the contents of your device as expected.
- At the end of the installation process, Retroactive will ask you about iPod syncing. If you need to sync with iPod devices, click "Enable Full Disk Access".

If you try to enable VoiceOver for iPod shuffle, but see "iTunes was unable to install the VoiceOver Kit. An unknown error occurred (1701)":

- [Directly download the VoiceOver 1.4.2 installer here](https://swdist.apple.com/content/downloads/29/37/041-91732-A_LSWLP6NLRV/bk8l36k29x8d146doiwcvuv8qemu3mzxwk/VoiceOver.pkg).
- Install the downloaded VoiceOver.pkg.
- Quit and re-open iTunes.

---

### Reprocessing RAW photos in Aperture
Expand Down
4 changes: 2 additions & 2 deletions Retroactive.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
CODE_SIGN_ENTITLEMENTS = Retroactive/Support/Retroactive.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
INFOPLIST_FILE = Retroactive/Support/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -849,7 +849,7 @@
CODE_SIGN_ENTITLEMENTS = Retroactive/Support/Retroactive.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 38;
INFOPLIST_FILE = Retroactive/Support/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion Retroactive/StepFour/SyncingViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class SyncingViewController: NSViewController, GuaranteeViewControllerDelegate,

let screen = NSScreen.screens.first!
let yPositionInScreenSpace = screen.frame.size.height - lastOrigin.y - lastWidthHeight.height
if (lastWidthHeight.similarToSize(CGSize(width: 668, height: 573), maxDeltaX: 80, maxDeltaY: 5)) {
if (lastWidthHeight.similarToSize(CGSize(width: 668, height: 573), maxDeltaX: 180, maxDeltaY: 5)) {
// Security preferences window is around 668x573
if (shouldShowDragBashView) {
padlockWindow.orderOut(self)
Expand Down
8 changes: 4 additions & 4 deletions Retroactive/Support/SupportPath.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>NewVersionVisibleTitle</key>
<string>Retroactive 1.5 (Build 37) improves iTunes compatibility with macOS Catalina 10.15.4 and is available for download.</string>
<string>Retroactive 1.5 (Build 38) improves iTunes compatibility with macOS Catalina 10.15.4 and is available for download.</string>
<key>NewVersionChangelog</key>
<string>• Resolves an issue where authenticating with Apple Music, iTunes Store, or App Store may fail in iTunes 12.9.5 and iTunes 12.6.5 running on macOS Catalina 10.15.4 (-42408, -45076, and 11571).
• Resolves an issue where iTunes cannot read the contents of a connected iOS or iPadOS device.
Expand All @@ -12,7 +12,7 @@
• Adds support for installing iTunes 11.4.
• Adds support for syncing with iPod shuffle, iPod nano, iPod classic, and iPod mini.</string>
<key>NewVersionVisibleTitlezhHans</key>
<string>新版本解印 1.5 (版本号 37) 改善了 iTunes 与 macOS Catalina 10.15.4 的兼容性,现已提供下载:</string>
<string>新版本解印 1.5 (版本号 38) 改善了 iTunes 与 macOS Catalina 10.15.4 的兼容性,现已提供下载:</string>
<key>NewVersionChangelogzhHans</key>
<string>• 修复了 iTunes 12.9.5 和 iTunes 12.6.5 无法在 macOS Catalina 10.15.4 下登录 Apple Music、iTunes Store 和 App Store (-42408、-45076 和 11571) 的问题
• 修复了 iTunes 不能读取 iOS 和 iPadOS 设备内容的问题
Expand All @@ -21,7 +21,7 @@
• 支持安装 iTunes 11.4
• 支持与 iPod shuffle、iPod nano、iPod classic 和 iPod mini 同步</string>
<key>NewVersionVisibleTitlezhHant</key>
<string>新版本解印 1.5 (版本號 37) 改善了 iTunes 與 macOS Catalina 10.15.4 的兼容性,現已提供下載:</string>
<string>新版本解印 1.5 (版本號 38) 改善了 iTunes 與 macOS Catalina 10.15.4 的兼容性,現已提供下載:</string>
<key>NewVersionChangelogzhHant</key>
<string>• 修復了 iTunes 12.9.5 和 iTunes 12.6.5 無法在 macOS Catalina 10.15.4 下登錄 Apple Music、iTunes Store 和 App Store (-42408、-45076 和 11571) 的問題
• 修復了 iTunes 無法讀取 iOS 和 iPadOS 設備內容的問題
Expand All @@ -32,7 +32,7 @@
<key>LatestZIP</key>
<string>https://github.com/cormiertyshawn895/Retroactive/releases/download/1.5/Retroactive.1.5.zip</string>
<key>LatestBuildNumber</key>
<integer>37</integer>
<integer>38</integer>
<key>SupportPathURL</key>
<string>https://raw.githubusercontent.com/cormiertyshawn895/Retroactive/master/Retroactive/Support/SupportPath.plist</string>
<key>ReleasePage</key>
Expand Down

0 comments on commit 4f8a060

Please sign in to comment.