Tag: macOS

  • Intel MacのParallels Desktopにある仮想マシンをApple silicon MacのParallels Desktopに移す

    Intel MacのParallels Desktopにある仮想マシンをApple silicon MacのParallels Desktopに移す

    はじめに Intel MacのParallels Desktopで作成したWindows仮想マシンをApple silicon MacのParallels Desktopに移せるか試した。(結果は大体察しが付くので今まで試すことはなかった。) 結論から言うとIntel Mac上のParallels Desktopで作成したWindows 10の仮想マシンはApple silicon MacのParallels Desktopには移行できず、ARM版Windows 10で新規に作成するよう案内される。宜なるかな。 結局、新しく作り直すことにした。ARM版Windowsに触れる環境を得たため、これは良い収穫となった。 移行準備 同一のCPUアーキテクチャなら移行はできるので、その手順だけ備忘として書き残しておく。 実行すると処理が走る。ただGUIで進捗率の案内がない。そのため状況を確認したいならアクティビティモニターでプロセス prl_disp_serviceのCPU利用率を見る。 処理が完了しても完了通知はないがParallels Desktopのコントロールセンターから該当仮想マシンの保存場所をFinderを開いて確認できる。その確認方法は次で述べる。 コントロールセンターからFinderを開くとWindows 10.pvmpがある(今回の仮想マシン名がWindows 10であるため)。ここで Windows 10.sha256.txtが存在していれば処理が完了していると見て良い。 この Windows 10.pvmpを移行先のマシンに転送して、そのマシンでParallels Desktopで開く。 そうするとコントロールセンターの一覧に仮想マシンが追加される。その仮想マシンを実行すれば移行完了だ。 参考資料 Parallels Knowledge Base – Prepare a Virtual Machine for Transfer Parallels Knowledge Base – Install Windows on a Mac with Apple M1…

  • Using Time Zone ID on .NET Core v3.1 under multi-platform

    Summary How do I specify the timezone ID in .NET Core v3.1? In macOS v11.6, the Time Zone Database is within the /usr/share/zoneinfo directory. Therefore, when specifying the time zone id in Swift, do as follows. It’s the same for macOS and iOS. On the other hand, in .NET Core v3.1 (Windows), specify as follows.…

  • How to trust HoloLens’s root certificate by macOS

    How to trust HoloLens’s root certificate by macOS

    Learn how to trust HoloLens’s root certificate on macOS. This saves one step in accessing the Windows Device Portal via a web browser and makes installing apps created with Unity etc. a little easier.

  • TeX on macOS Big Sur

    TeX on macOS Big Sur

    Summary In this post simply introduce how to build a TeX environment on macOS. Prerequisites macOS Big Sur v11.5.1 Homebrew v3.2.6 Setup References MacTeX – TeX Users Group FAQ – MacTeX – TeX Users Group Homebrew mactex-no-gui.rb – GitHub

  • Try to use “Xcode debugger (LLDB) integration” with Kaleidoscope v2.4

    Try to use “Xcode debugger (LLDB) integration” with Kaleidoscope v2.4

    Introduction Minor updated Kalidoscope, let’s try it. A minor update to Kaleidoscope has been released v2.4. https://kaleidoscope.app/release-notes If you buy it from the App Store, it costs ¥ 8,500 as of 2/18, but you can buy it for $ 69.99 on the developer’s site. Setup Click Integration… in the Kaleidoscope menu or Enter Shift + Cmd +,to open…

  • Use Swift Package with Xcode

    Use Swift Package with Xcode

    Introduction Since Xcode 11, we can add or remove Swift Package by GUI operation. Apple guide you in Xcode 11 Release Notes as follows: The existing package managers CocoaPods and Carthage are the mainstream, but Xcode has supported Swift Package Manager, it seems that the overtaking stance will be spurred. How to use Adding a Swift Package in Xcode is easy.…