only-bible-app v3.7.2+24
git clone https://git.pyrossh.dev/only-bible-app
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
macos/Runner/AppDelegate.swift
| fe24dd6 | 1 | import Cocoa |
| fe24dd6 | 2 | import FlutterMacOS |
| fe24dd6 | 3 | |
| fe24dd6 | 4 | @main |
| fe24dd6 | 5 | class AppDelegate: FlutterAppDelegate { |
| fe24dd6 | 6 | override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { |
| fe24dd6 | 7 | return true |
| fe24dd6 | 8 | } |
| fe24dd6 | 9 | |
| fe24dd6 | 10 | override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool { |
| fe24dd6 | 11 | return true |
| fe24dd6 | 12 | } |
| fe24dd6 | 13 | } |