bibledit / cloud

Source code for Bibledit core library and Cloud binary
GNU General Public License v3.0
12 stars 3 forks source link

Rewrite macOS app #920

Closed teusbenschop closed 4 months ago

teusbenschop commented 8 months ago

Bibledit now needs ARM64 code too. The current builders do not provide that. At the same time move to Swift too. Create an updated Bibledit app that calls C++ code. The C++ code should be part of the same project, just like in Android Studio. That way Xcode should build the C++ code for two architectures, x86_64 and arm64. This should cater for multiple architectures.

teusbenschop commented 4 months ago

The reviewer on the App Store writes:

The app was built on Intel for Apple Silicon and so it should be tested on Apple Silicon too. On an available Mac with M1 processor, it says: You have macOS 12.1. The application requires macOS 13.0 or later.

teusbenschop commented 4 months ago

The app was accepted on the Mac App Store. Closing issue.