~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
0e1c020c
—
pyrossh 1 year ago
remove macos,web platform support
- .github/workflows/build.yml +2 -11
- .metadata +7 -19
- ios/Flutter/AppFrameworkInfo.plist +1 -1
- ios/Podfile +1 -1
- ios/Podfile.lock +3 -3
- ios/Runner.xcodeproj/project.pbxproj +4 -4
- ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +1 -1
- lib/dialog.dart +3 -0
- lib/navigation.dart +1 -1
- lib/sheets/actions_sheet.dart +0 -5
- lib/widgets/verses_view.dart +1 -17
- macos/.gitignore +0 -7
- macos/Flutter/Flutter-Debug.xcconfig +0 -2
- macos/Flutter/Flutter-Release.xcconfig +0 -2
- macos/Flutter/GeneratedPluginRegistrant.swift +0 -24
- macos/Podfile +0 -43
- macos/Podfile.lock +0 -60
- macos/Runner.xcodeproj/project.pbxproj +0 -795
- macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +0 -98
- macos/Runner.xcworkspace/contents.xcworkspacedata +0 -10
- macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- macos/Runner/AppDelegate.swift +0 -9
- macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -68
- macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png +0 -0
- macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png +0 -0
- macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png +0 -0
- macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png +0 -0
- macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png +0 -0
- macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png +0 -0
- macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png +0 -0
- macos/Runner/Base.lproj/MainMenu.xib +0 -343
- macos/Runner/Configs/AppInfo.xcconfig +0 -14
- macos/Runner/Configs/Debug.xcconfig +0 -2
- macos/Runner/Configs/Release.xcconfig +0 -2
- macos/Runner/Configs/Warnings.xcconfig +0 -13
- macos/Runner/DebugProfile.entitlements +0 -14
- macos/Runner/Info.plist +0 -34
- macos/Runner/MainFlutterWindow.swift +0 -15
- macos/Runner/Release.entitlements +0 -10
- macos/RunnerTests/RunnerTests.swift +0 -12
- pubspec.lock +61 -45
- pubspec.yaml +0 -9
- web/favicon.png +0 -0
- web/icons/Icon-192.png +0 -0
- web/icons/Icon-512.png +0 -0
- web/icons/Icon-maskable-192.png +0 -0
- web/icons/Icon-maskable-512.png +0 -0
- web/index.html +0 -177
- web/manifest.json +0 -35
- web/splash/img/dark-1x.png +0 -0
- web/splash/img/dark-2x.png +0 -0
- web/splash/img/dark-3x.png +0 -0
- web/splash/img/dark-4x.png +0 -0
- web/splash/img/light-1x.png +0 -0
- web/splash/img/light-2x.png +0 -0
- web/splash/img/light-3x.png +0 -0
- web/splash/img/light-4x.png +0 -0
.github/workflows/build.yml
CHANGED
|
@@ -18,18 +18,9 @@ jobs:
|
|
|
18
18
|
java-version: '11'
|
|
19
19
|
- uses: subosito/flutter-action@v2
|
|
20
20
|
with:
|
|
21
|
-
flutter-version: '3.
|
|
21
|
+
flutter-version: '3.19.6'
|
|
22
22
|
channel: 'stable'
|
|
23
23
|
cache: true
|
|
24
24
|
- run: echo -e "TTS_SUBSCRIPTION_KEY=${{ secrets.TTS_SUBSCRIPTION_KEY }}\nRESEND_API_KEY=${{ secrets.RESEND_API_KEY }}" > .env
|
|
25
25
|
- run: flutter build appbundle --debug --dart-define-from-file=.env
|
|
26
|
-
- run: flutter build ios --release --no-codesign --dart-define-from-file=.env
|
|
26
|
+
- run: flutter build ios --release --no-codesign --dart-define-from-file=.env
|
|
27
|
-
- run: flutter config --enable-macos-desktop
|
|
28
|
-
- run: flutter build macos --release --dart-define-from-file=.env
|
|
29
|
-
- run: flutter build web --dart-define-from-file=.env
|
|
30
|
-
- run: cp build/web/index.html build/web/privacy-policy.html
|
|
31
|
-
- run: cp build/web/index.html build/web/about-us.html
|
|
32
|
-
- uses: actions/upload-pages-artifact@v1
|
|
33
|
-
with:
|
|
34
|
-
path: build/web
|
|
35
|
-
- uses: actions/deploy-pages@v2
|
.metadata
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# This file should be version controlled and should not be manually edited.
|
|
5
5
|
|
|
6
6
|
version:
|
|
7
|
-
revision: "
|
|
7
|
+
revision: "54e66469a933b60ddf175f858f82eaeb97e48c8d"
|
|
8
8
|
channel: "stable"
|
|
9
9
|
|
|
10
10
|
project_type: app
|
|
@@ -13,26 +13,14 @@ project_type: app
|
|
|
13
13
|
migration:
|
|
14
14
|
platforms:
|
|
15
15
|
- platform: root
|
|
16
|
-
create_revision:
|
|
16
|
+
create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
|
|
17
|
-
base_revision:
|
|
17
|
+
base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
|
|
18
18
|
- platform: android
|
|
19
|
-
create_revision:
|
|
19
|
+
create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
|
|
20
|
-
base_revision:
|
|
20
|
+
base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
|
|
21
21
|
- platform: ios
|
|
22
|
-
create_revision:
|
|
22
|
+
create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
|
|
23
|
-
base_revision:
|
|
23
|
+
base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
|
|
24
|
-
- platform: linux
|
|
25
|
-
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
26
|
-
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
27
|
-
- platform: macos
|
|
28
|
-
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
29
|
-
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
30
|
-
- platform: web
|
|
31
|
-
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
32
|
-
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
33
|
-
- platform: windows
|
|
34
|
-
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
35
|
-
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
36
24
|
|
|
37
25
|
# User provided section
|
|
38
26
|
|
ios/Flutter/AppFrameworkInfo.plist
CHANGED
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
<key>CFBundleVersion</key>
|
|
22
22
|
<string>1.0</string>
|
|
23
23
|
<key>MinimumOSVersion</key>
|
|
24
|
-
<string>
|
|
24
|
+
<string>12.0</string>
|
|
25
25
|
</dict>
|
|
26
26
|
</plist>
|
ios/Podfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Uncomment this line to define a global platform for your project
|
|
2
|
-
# platform :ios, '
|
|
2
|
+
# platform :ios, '12.0'
|
|
3
3
|
|
|
4
4
|
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
|
5
5
|
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
ios/Podfile.lock
CHANGED
|
@@ -57,7 +57,7 @@ EXTERNAL SOURCES:
|
|
|
57
57
|
|
|
58
58
|
SPEC CHECKSUMS:
|
|
59
59
|
audio_session: 4f3e461722055d21515cf3261b64c973c062f345
|
|
60
|
-
Flutter:
|
|
60
|
+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
|
|
61
61
|
flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef
|
|
62
62
|
integration_test: 13825b8a9334a850581300559b8839134b124670
|
|
63
63
|
just_audio: baa7252489dbcf47a4c7cc9ca663e9661c99aafa
|
|
@@ -67,6 +67,6 @@ SPEC CHECKSUMS:
|
|
|
67
67
|
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
|
|
68
68
|
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4
|
|
69
69
|
|
|
70
|
-
PODFILE CHECKSUM:
|
|
70
|
+
PODFILE CHECKSUM: 797179431f46365b0b4d12774229cd2b42eb3839
|
|
71
71
|
|
|
72
|
-
COCOAPODS: 1.
|
|
72
|
+
COCOAPODS: 1.15.2
|
ios/Runner.xcodeproj/project.pbxproj
CHANGED
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
isa = PBXProject;
|
|
216
216
|
attributes = {
|
|
217
217
|
BuildIndependentTargetsInParallel = YES;
|
|
218
|
-
LastUpgradeCheck =
|
|
218
|
+
LastUpgradeCheck = 1510;
|
|
219
219
|
ORGANIZATIONNAME = "";
|
|
220
220
|
TargetAttributes = {
|
|
221
221
|
331C8080294A63A400263BE5 = {
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
453
453
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
454
454
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
455
|
-
IPHONEOS_DEPLOYMENT_TARGET =
|
|
455
|
+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
|
456
456
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
457
457
|
SDKROOT = iphoneos;
|
|
458
458
|
SUPPORTED_PLATFORMS = iphoneos;
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
585
585
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
586
586
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
587
|
-
IPHONEOS_DEPLOYMENT_TARGET =
|
|
587
|
+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
|
588
588
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
589
589
|
ONLY_ACTIVE_ARCH = YES;
|
|
590
590
|
SDKROOT = iphoneos;
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
634
634
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
635
635
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
636
|
-
IPHONEOS_DEPLOYMENT_TARGET =
|
|
636
|
+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
|
637
637
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
638
638
|
SDKROOT = iphoneos;
|
|
639
639
|
SUPPORTED_PLATFORMS = iphoneos;
|
ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<Scheme
|
|
3
|
-
LastUpgradeVersion = "
|
|
3
|
+
LastUpgradeVersion = "1510"
|
|
4
4
|
version = "1.3">
|
|
5
5
|
<BuildAction
|
|
6
6
|
parallelizeBuildables = "YES"
|
lib/dialog.dart
CHANGED
|
@@ -33,6 +33,9 @@ showError(BuildContext context, String message) {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
showReportError(BuildContext context, String message, StackTrace? st) {
|
|
36
|
+
if (message.contains("LateInitializationError") || message.contains("HardwareKeyboard")) {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
36
39
|
showDialog(
|
|
37
40
|
context: context,
|
|
38
41
|
builder: (_) {
|
lib/navigation.dart
CHANGED
|
@@ -224,7 +224,7 @@ rateApp(BuildContext context) {
|
|
|
224
224
|
shareVerses(BuildContext context, Bible bible, List<Verse> verses) {
|
|
225
225
|
final name = bible.books[verses.first.book].name(context);
|
|
226
226
|
final chapter = verses.first.chapter + 1;
|
|
227
|
-
final title = "$name $chapter:
|
|
227
|
+
final title = "$name $chapter:${verses.map((e) => e.index + 1).join(", ")}";
|
|
228
228
|
final text = verses.map((e) => e.text).join("\n");
|
|
229
229
|
Share.share("$title\n$text", subject: title);
|
|
230
230
|
}
|
lib/sheets/actions_sheet.dart
CHANGED
|
@@ -38,11 +38,6 @@ class ActionsSheet extends StatelessWidget {
|
|
|
38
38
|
},
|
|
39
39
|
icon: Icon(audioIcon, size: 34, color: iconColor),
|
|
40
40
|
),
|
|
41
|
-
IconButton(
|
|
42
|
-
padding: EdgeInsets.zero,
|
|
43
|
-
onPressed: () => showNoteField(context, bible, selectedVersesAtom.value.first),
|
|
44
|
-
icon: Icon(Icons.post_add_outlined, size: 34, color: iconColor),
|
|
45
|
-
),
|
|
46
41
|
IconButton(
|
|
47
42
|
padding: EdgeInsets.zero,
|
|
48
43
|
onPressed: () => shareVerses(context, bible, selectedVersesAtom.value),
|
lib/widgets/verses_view.dart
CHANGED
|
@@ -3,7 +3,7 @@ import "package:flutter/material.dart";
|
|
|
3
3
|
import "package:flutter_swipe_detector/flutter_swipe_detector.dart";
|
|
4
4
|
import "package:only_bible_app/models.dart";
|
|
5
5
|
import "package:only_bible_app/navigation.dart";
|
|
6
|
-
import
|
|
6
|
+
import "package:only_bible_app/store/state.dart";
|
|
7
7
|
|
|
8
8
|
class VersesView extends StatelessWidget {
|
|
9
9
|
final Bible bible;
|
|
@@ -55,22 +55,6 @@ class VersesView extends StatelessWidget {
|
|
|
55
55
|
child: Text("${v.index + 1} ", style: Theme.of(context).textTheme.labelMedium),
|
|
56
56
|
),
|
|
57
57
|
),
|
|
58
|
-
if (hasNote(v))
|
|
59
|
-
WidgetSpan(
|
|
60
|
-
child: Padding(
|
|
61
|
-
padding: const EdgeInsets.only(left: 3, right: 3),
|
|
62
|
-
child: GestureDetector(
|
|
63
|
-
onTap: () {
|
|
64
|
-
showNoteField(context, bible, v);
|
|
65
|
-
},
|
|
66
|
-
child: const Icon(
|
|
67
|
-
Icons.sticky_note_2_outlined,
|
|
68
|
-
size: 18,
|
|
69
|
-
color: Colors.blue,
|
|
70
|
-
),
|
|
71
|
-
),
|
|
72
|
-
),
|
|
73
|
-
),
|
|
74
58
|
TextSpan(
|
|
75
59
|
text: "${v.text}\n",
|
|
76
60
|
style: getHighlightStyle(context, v),
|
macos/.gitignore
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# Flutter-related
|
|
2
|
-
**/Flutter/ephemeral/
|
|
3
|
-
**/Pods/
|
|
4
|
-
|
|
5
|
-
# Xcode-related
|
|
6
|
-
**/dgph
|
|
7
|
-
**/xcuserdata/
|
macos/Flutter/Flutter-Debug.xcconfig
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
|
|
2
|
-
#include "ephemeral/Flutter-Generated.xcconfig"
|
macos/Flutter/Flutter-Release.xcconfig
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
|
|
2
|
-
#include "ephemeral/Flutter-Generated.xcconfig"
|
macos/Flutter/GeneratedPluginRegistrant.swift
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Generated file. Do not edit.
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import FlutterMacOS
|
|
6
|
-
import Foundation
|
|
7
|
-
|
|
8
|
-
import audio_session
|
|
9
|
-
import just_audio
|
|
10
|
-
import package_info_plus
|
|
11
|
-
import path_provider_foundation
|
|
12
|
-
import share_plus
|
|
13
|
-
import shared_preferences_foundation
|
|
14
|
-
import url_launcher_macos
|
|
15
|
-
|
|
16
|
-
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
17
|
-
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
|
18
|
-
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
|
|
19
|
-
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
|
20
|
-
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
21
|
-
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
|
22
|
-
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
23
|
-
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
24
|
-
}
|
macos/Podfile
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
platform :osx, '10.14'
|
|
2
|
-
|
|
3
|
-
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
|
4
|
-
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
|
5
|
-
|
|
6
|
-
project 'Runner', {
|
|
7
|
-
'Debug' => :debug,
|
|
8
|
-
'Profile' => :release,
|
|
9
|
-
'Release' => :release,
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
def flutter_root
|
|
13
|
-
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'ephemeral', 'Flutter-Generated.xcconfig'), __FILE__)
|
|
14
|
-
unless File.exist?(generated_xcode_build_settings_path)
|
|
15
|
-
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure \"flutter pub get\" is executed first"
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
File.foreach(generated_xcode_build_settings_path) do |line|
|
|
19
|
-
matches = line.match(/FLUTTER_ROOT\=(.*)/)
|
|
20
|
-
return matches[1].strip if matches
|
|
21
|
-
end
|
|
22
|
-
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Flutter-Generated.xcconfig, then run \"flutter pub get\""
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
|
|
26
|
-
|
|
27
|
-
flutter_macos_podfile_setup
|
|
28
|
-
|
|
29
|
-
target 'Runner' do
|
|
30
|
-
use_frameworks!
|
|
31
|
-
use_modular_headers!
|
|
32
|
-
|
|
33
|
-
flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
|
|
34
|
-
target 'RunnerTests' do
|
|
35
|
-
inherit! :search_paths
|
|
36
|
-
end
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
post_install do |installer|
|
|
40
|
-
installer.pods_project.targets.each do |target|
|
|
41
|
-
flutter_additional_macos_build_settings(target)
|
|
42
|
-
end
|
|
43
|
-
end
|
macos/Podfile.lock
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
PODS:
|
|
2
|
-
- audio_session (0.0.1):
|
|
3
|
-
- FlutterMacOS
|
|
4
|
-
- FlutterMacOS (1.0.0)
|
|
5
|
-
- just_audio (0.0.1):
|
|
6
|
-
- FlutterMacOS
|
|
7
|
-
- package_info_plus (0.0.1):
|
|
8
|
-
- FlutterMacOS
|
|
9
|
-
- path_provider_foundation (0.0.1):
|
|
10
|
-
- Flutter
|
|
11
|
-
- FlutterMacOS
|
|
12
|
-
- share_plus (0.0.1):
|
|
13
|
-
- FlutterMacOS
|
|
14
|
-
- shared_preferences_foundation (0.0.1):
|
|
15
|
-
- Flutter
|
|
16
|
-
- FlutterMacOS
|
|
17
|
-
- url_launcher_macos (0.0.1):
|
|
18
|
-
- FlutterMacOS
|
|
19
|
-
|
|
20
|
-
DEPENDENCIES:
|
|
21
|
-
- audio_session (from `Flutter/ephemeral/.symlinks/plugins/audio_session/macos`)
|
|
22
|
-
- FlutterMacOS (from `Flutter/ephemeral`)
|
|
23
|
-
- just_audio (from `Flutter/ephemeral/.symlinks/plugins/just_audio/macos`)
|
|
24
|
-
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
|
|
25
|
-
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
|
|
26
|
-
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
|
|
27
|
-
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
|
|
28
|
-
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
|
|
29
|
-
|
|
30
|
-
EXTERNAL SOURCES:
|
|
31
|
-
audio_session:
|
|
32
|
-
:path: Flutter/ephemeral/.symlinks/plugins/audio_session/macos
|
|
33
|
-
FlutterMacOS:
|
|
34
|
-
:path: Flutter/ephemeral
|
|
35
|
-
just_audio:
|
|
36
|
-
:path: Flutter/ephemeral/.symlinks/plugins/just_audio/macos
|
|
37
|
-
package_info_plus:
|
|
38
|
-
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
|
|
39
|
-
path_provider_foundation:
|
|
40
|
-
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
|
|
41
|
-
share_plus:
|
|
42
|
-
:path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos
|
|
43
|
-
shared_preferences_foundation:
|
|
44
|
-
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin
|
|
45
|
-
url_launcher_macos:
|
|
46
|
-
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
|
|
47
|
-
|
|
48
|
-
SPEC CHECKSUMS:
|
|
49
|
-
audio_session: dea1f41890dbf1718f04a56f1d6150fd50039b72
|
|
50
|
-
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
|
|
51
|
-
just_audio: 9b67ca7b97c61cfc9784ea23cd8cc55eb226d489
|
|
52
|
-
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
|
|
53
|
-
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
|
|
54
|
-
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
|
|
55
|
-
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
|
|
56
|
-
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
|
|
57
|
-
|
|
58
|
-
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
|
|
59
|
-
|
|
60
|
-
COCOAPODS: 1.13.0
|
macos/Runner.xcodeproj/project.pbxproj
DELETED
|
@@ -1,795 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 54;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXAggregateTarget section */
|
|
10
|
-
33CC111A2044C6BA0003C045 /* Flutter Assemble */ = {
|
|
11
|
-
isa = PBXAggregateTarget;
|
|
12
|
-
buildConfigurationList = 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */;
|
|
13
|
-
buildPhases = (
|
|
14
|
-
33CC111E2044C6BF0003C045 /* ShellScript */,
|
|
15
|
-
);
|
|
16
|
-
dependencies = (
|
|
17
|
-
);
|
|
18
|
-
name = "Flutter Assemble";
|
|
19
|
-
productName = FLX;
|
|
20
|
-
};
|
|
21
|
-
/* End PBXAggregateTarget section */
|
|
22
|
-
|
|
23
|
-
/* Begin PBXBuildFile section */
|
|
24
|
-
331C80D8294CF71000263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C80D7294CF71000263BE5 /* RunnerTests.swift */; };
|
|
25
|
-
335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */; };
|
|
26
|
-
33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC10F02044A3C60003C045 /* AppDelegate.swift */; };
|
|
27
|
-
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
|
|
28
|
-
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
|
|
29
|
-
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
|
|
30
|
-
376B36A4B4EFBDC4DA811D06 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 421B51BCAFEB8C79CDE8F5DF /* Pods_RunnerTests.framework */; };
|
|
31
|
-
7B0137B6006A9629507B9EC3 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7FC892DC3D771AC9DF4E82B6 /* Pods_Runner.framework */; };
|
|
32
|
-
/* End PBXBuildFile section */
|
|
33
|
-
|
|
34
|
-
/* Begin PBXContainerItemProxy section */
|
|
35
|
-
331C80D9294CF71000263BE5 /* PBXContainerItemProxy */ = {
|
|
36
|
-
isa = PBXContainerItemProxy;
|
|
37
|
-
containerPortal = 33CC10E52044A3C60003C045 /* Project object */;
|
|
38
|
-
proxyType = 1;
|
|
39
|
-
remoteGlobalIDString = 33CC10EC2044A3C60003C045;
|
|
40
|
-
remoteInfo = Runner;
|
|
41
|
-
};
|
|
42
|
-
33CC111F2044C79F0003C045 /* PBXContainerItemProxy */ = {
|
|
43
|
-
isa = PBXContainerItemProxy;
|
|
44
|
-
containerPortal = 33CC10E52044A3C60003C045 /* Project object */;
|
|
45
|
-
proxyType = 1;
|
|
46
|
-
remoteGlobalIDString = 33CC111A2044C6BA0003C045;
|
|
47
|
-
remoteInfo = FLX;
|
|
48
|
-
};
|
|
49
|
-
/* End PBXContainerItemProxy section */
|
|
50
|
-
|
|
51
|
-
/* Begin PBXCopyFilesBuildPhase section */
|
|
52
|
-
33CC110E2044A8840003C045 /* Bundle Framework */ = {
|
|
53
|
-
isa = PBXCopyFilesBuildPhase;
|
|
54
|
-
buildActionMask = 2147483647;
|
|
55
|
-
dstPath = "";
|
|
56
|
-
dstSubfolderSpec = 10;
|
|
57
|
-
files = (
|
|
58
|
-
);
|
|
59
|
-
name = "Bundle Framework";
|
|
60
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
61
|
-
};
|
|
62
|
-
/* End PBXCopyFilesBuildPhase section */
|
|
63
|
-
|
|
64
|
-
/* Begin PBXFileReference section */
|
|
65
|
-
0BDEECADBA88B3AB99533387 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
|
|
66
|
-
331C80D5294CF71000263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
67
|
-
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
|
|
68
|
-
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
|
|
69
|
-
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
|
|
70
|
-
33CC10ED2044A3C60003C045 /* Only Bible App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Only Bible App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
71
|
-
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
72
|
-
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
|
|
73
|
-
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
74
|
-
33CC10F72044A3C60003C045 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Runner/Info.plist; sourceTree = "<group>"; };
|
|
75
|
-
33CC11122044BFA00003C045 /* MainFlutterWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainFlutterWindow.swift; sourceTree = "<group>"; };
|
|
76
|
-
33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Debug.xcconfig"; sourceTree = "<group>"; };
|
|
77
|
-
33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Flutter-Release.xcconfig"; sourceTree = "<group>"; };
|
|
78
|
-
33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "Flutter-Generated.xcconfig"; path = "ephemeral/Flutter-Generated.xcconfig"; sourceTree = "<group>"; };
|
|
79
|
-
33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
|
|
80
|
-
33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
|
|
81
|
-
33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
|
|
82
|
-
421B51BCAFEB8C79CDE8F5DF /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
83
|
-
5CEB583D66C3B420E3395DFD /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
|
|
84
|
-
738F6017BCB5C14BBF29907C /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
|
85
|
-
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
|
|
86
|
-
7FC892DC3D771AC9DF4E82B6 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
87
|
-
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
|
|
88
|
-
B596757FF3C08BD3ACA99905 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
89
|
-
B89E089ACFCEB65BFFDCF3FE /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
90
|
-
E6E5732C6612B597D639C3BA /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
|
91
|
-
/* End PBXFileReference section */
|
|
92
|
-
|
|
93
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
94
|
-
331C80D2294CF70F00263BE5 /* Frameworks */ = {
|
|
95
|
-
isa = PBXFrameworksBuildPhase;
|
|
96
|
-
buildActionMask = 2147483647;
|
|
97
|
-
files = (
|
|
98
|
-
376B36A4B4EFBDC4DA811D06 /* Pods_RunnerTests.framework in Frameworks */,
|
|
99
|
-
);
|
|
100
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
101
|
-
};
|
|
102
|
-
33CC10EA2044A3C60003C045 /* Frameworks */ = {
|
|
103
|
-
isa = PBXFrameworksBuildPhase;
|
|
104
|
-
buildActionMask = 2147483647;
|
|
105
|
-
files = (
|
|
106
|
-
7B0137B6006A9629507B9EC3 /* Pods_Runner.framework in Frameworks */,
|
|
107
|
-
);
|
|
108
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
109
|
-
};
|
|
110
|
-
/* End PBXFrameworksBuildPhase section */
|
|
111
|
-
|
|
112
|
-
/* Begin PBXGroup section */
|
|
113
|
-
331C80D6294CF71000263BE5 /* RunnerTests */ = {
|
|
114
|
-
isa = PBXGroup;
|
|
115
|
-
children = (
|
|
116
|
-
331C80D7294CF71000263BE5 /* RunnerTests.swift */,
|
|
117
|
-
);
|
|
118
|
-
path = RunnerTests;
|
|
119
|
-
sourceTree = "<group>";
|
|
120
|
-
};
|
|
121
|
-
33BA886A226E78AF003329D5 /* Configs */ = {
|
|
122
|
-
isa = PBXGroup;
|
|
123
|
-
children = (
|
|
124
|
-
33E5194F232828860026EE4D /* AppInfo.xcconfig */,
|
|
125
|
-
9740EEB21CF90195004384FC /* Debug.xcconfig */,
|
|
126
|
-
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
|
|
127
|
-
333000ED22D3DE5D00554162 /* Warnings.xcconfig */,
|
|
128
|
-
);
|
|
129
|
-
path = Configs;
|
|
130
|
-
sourceTree = "<group>";
|
|
131
|
-
};
|
|
132
|
-
33CC10E42044A3C60003C045 = {
|
|
133
|
-
isa = PBXGroup;
|
|
134
|
-
children = (
|
|
135
|
-
33FAB671232836740065AC1E /* Runner */,
|
|
136
|
-
33CEB47122A05771004F2AC0 /* Flutter */,
|
|
137
|
-
331C80D6294CF71000263BE5 /* RunnerTests */,
|
|
138
|
-
33CC10EE2044A3C60003C045 /* Products */,
|
|
139
|
-
D73912EC22F37F3D000D13A0 /* Frameworks */,
|
|
140
|
-
E604B43EE1019BEB47246594 /* Pods */,
|
|
141
|
-
);
|
|
142
|
-
sourceTree = "<group>";
|
|
143
|
-
};
|
|
144
|
-
33CC10EE2044A3C60003C045 /* Products */ = {
|
|
145
|
-
isa = PBXGroup;
|
|
146
|
-
children = (
|
|
147
|
-
33CC10ED2044A3C60003C045 /* Only Bible App.app */,
|
|
148
|
-
331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
|
|
149
|
-
);
|
|
150
|
-
name = Products;
|
|
151
|
-
sourceTree = "<group>";
|
|
152
|
-
};
|
|
153
|
-
33CC11242044D66E0003C045 /* Resources */ = {
|
|
154
|
-
isa = PBXGroup;
|
|
155
|
-
children = (
|
|
156
|
-
33CC10F22044A3C60003C045 /* Assets.xcassets */,
|
|
157
|
-
33CC10F42044A3C60003C045 /* MainMenu.xib */,
|
|
158
|
-
33CC10F72044A3C60003C045 /* Info.plist */,
|
|
159
|
-
);
|
|
160
|
-
name = Resources;
|
|
161
|
-
path = ..;
|
|
162
|
-
sourceTree = "<group>";
|
|
163
|
-
};
|
|
164
|
-
33CEB47122A05771004F2AC0 /* Flutter */ = {
|
|
165
|
-
isa = PBXGroup;
|
|
166
|
-
children = (
|
|
167
|
-
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */,
|
|
168
|
-
33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */,
|
|
169
|
-
33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */,
|
|
170
|
-
33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */,
|
|
171
|
-
);
|
|
172
|
-
path = Flutter;
|
|
173
|
-
sourceTree = "<group>";
|
|
174
|
-
};
|
|
175
|
-
33FAB671232836740065AC1E /* Runner */ = {
|
|
176
|
-
isa = PBXGroup;
|
|
177
|
-
children = (
|
|
178
|
-
33CC10F02044A3C60003C045 /* AppDelegate.swift */,
|
|
179
|
-
33CC11122044BFA00003C045 /* MainFlutterWindow.swift */,
|
|
180
|
-
33E51913231747F40026EE4D /* DebugProfile.entitlements */,
|
|
181
|
-
33E51914231749380026EE4D /* Release.entitlements */,
|
|
182
|
-
33CC11242044D66E0003C045 /* Resources */,
|
|
183
|
-
33BA886A226E78AF003329D5 /* Configs */,
|
|
184
|
-
);
|
|
185
|
-
path = Runner;
|
|
186
|
-
sourceTree = "<group>";
|
|
187
|
-
};
|
|
188
|
-
D73912EC22F37F3D000D13A0 /* Frameworks */ = {
|
|
189
|
-
isa = PBXGroup;
|
|
190
|
-
children = (
|
|
191
|
-
7FC892DC3D771AC9DF4E82B6 /* Pods_Runner.framework */,
|
|
192
|
-
421B51BCAFEB8C79CDE8F5DF /* Pods_RunnerTests.framework */,
|
|
193
|
-
);
|
|
194
|
-
name = Frameworks;
|
|
195
|
-
sourceTree = "<group>";
|
|
196
|
-
};
|
|
197
|
-
E604B43EE1019BEB47246594 /* Pods */ = {
|
|
198
|
-
isa = PBXGroup;
|
|
199
|
-
children = (
|
|
200
|
-
E6E5732C6612B597D639C3BA /* Pods-Runner.debug.xcconfig */,
|
|
201
|
-
738F6017BCB5C14BBF29907C /* Pods-Runner.release.xcconfig */,
|
|
202
|
-
5CEB583D66C3B420E3395DFD /* Pods-Runner.profile.xcconfig */,
|
|
203
|
-
B596757FF3C08BD3ACA99905 /* Pods-RunnerTests.debug.xcconfig */,
|
|
204
|
-
B89E089ACFCEB65BFFDCF3FE /* Pods-RunnerTests.release.xcconfig */,
|
|
205
|
-
0BDEECADBA88B3AB99533387 /* Pods-RunnerTests.profile.xcconfig */,
|
|
206
|
-
);
|
|
207
|
-
path = Pods;
|
|
208
|
-
sourceTree = "<group>";
|
|
209
|
-
};
|
|
210
|
-
/* End PBXGroup section */
|
|
211
|
-
|
|
212
|
-
/* Begin PBXNativeTarget section */
|
|
213
|
-
331C80D4294CF70F00263BE5 /* RunnerTests */ = {
|
|
214
|
-
isa = PBXNativeTarget;
|
|
215
|
-
buildConfigurationList = 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
|
|
216
|
-
buildPhases = (
|
|
217
|
-
D4DBD6C002AEEE9EECF68540 /* [CP] Check Pods Manifest.lock */,
|
|
218
|
-
331C80D1294CF70F00263BE5 /* Sources */,
|
|
219
|
-
331C80D2294CF70F00263BE5 /* Frameworks */,
|
|
220
|
-
331C80D3294CF70F00263BE5 /* Resources */,
|
|
221
|
-
);
|
|
222
|
-
buildRules = (
|
|
223
|
-
);
|
|
224
|
-
dependencies = (
|
|
225
|
-
331C80DA294CF71000263BE5 /* PBXTargetDependency */,
|
|
226
|
-
);
|
|
227
|
-
name = RunnerTests;
|
|
228
|
-
productName = RunnerTests;
|
|
229
|
-
productReference = 331C80D5294CF71000263BE5 /* RunnerTests.xctest */;
|
|
230
|
-
productType = "com.apple.product-type.bundle.unit-test";
|
|
231
|
-
};
|
|
232
|
-
33CC10EC2044A3C60003C045 /* Runner */ = {
|
|
233
|
-
isa = PBXNativeTarget;
|
|
234
|
-
buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
|
|
235
|
-
buildPhases = (
|
|
236
|
-
9AD8A051E3C45F6604D95655 /* [CP] Check Pods Manifest.lock */,
|
|
237
|
-
33CC10E92044A3C60003C045 /* Sources */,
|
|
238
|
-
33CC10EA2044A3C60003C045 /* Frameworks */,
|
|
239
|
-
33CC10EB2044A3C60003C045 /* Resources */,
|
|
240
|
-
33CC110E2044A8840003C045 /* Bundle Framework */,
|
|
241
|
-
3399D490228B24CF009A79C7 /* ShellScript */,
|
|
242
|
-
B708BBB030A9611D3AF83ADE /* [CP] Embed Pods Frameworks */,
|
|
243
|
-
);
|
|
244
|
-
buildRules = (
|
|
245
|
-
);
|
|
246
|
-
dependencies = (
|
|
247
|
-
33CC11202044C79F0003C045 /* PBXTargetDependency */,
|
|
248
|
-
);
|
|
249
|
-
name = Runner;
|
|
250
|
-
productName = Runner;
|
|
251
|
-
productReference = 33CC10ED2044A3C60003C045 /* Only Bible App.app */;
|
|
252
|
-
productType = "com.apple.product-type.application";
|
|
253
|
-
};
|
|
254
|
-
/* End PBXNativeTarget section */
|
|
255
|
-
|
|
256
|
-
/* Begin PBXProject section */
|
|
257
|
-
33CC10E52044A3C60003C045 /* Project object */ = {
|
|
258
|
-
isa = PBXProject;
|
|
259
|
-
attributes = {
|
|
260
|
-
LastSwiftUpdateCheck = 0920;
|
|
261
|
-
LastUpgradeCheck = 1430;
|
|
262
|
-
ORGANIZATIONNAME = "";
|
|
263
|
-
TargetAttributes = {
|
|
264
|
-
331C80D4294CF70F00263BE5 = {
|
|
265
|
-
CreatedOnToolsVersion = 14.0;
|
|
266
|
-
TestTargetID = 33CC10EC2044A3C60003C045;
|
|
267
|
-
};
|
|
268
|
-
33CC10EC2044A3C60003C045 = {
|
|
269
|
-
CreatedOnToolsVersion = 9.2;
|
|
270
|
-
LastSwiftMigration = 1100;
|
|
271
|
-
ProvisioningStyle = Automatic;
|
|
272
|
-
SystemCapabilities = {
|
|
273
|
-
com.apple.Sandbox = {
|
|
274
|
-
enabled = 1;
|
|
275
|
-
};
|
|
276
|
-
};
|
|
277
|
-
};
|
|
278
|
-
33CC111A2044C6BA0003C045 = {
|
|
279
|
-
CreatedOnToolsVersion = 9.2;
|
|
280
|
-
ProvisioningStyle = Manual;
|
|
281
|
-
};
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
buildConfigurationList = 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */;
|
|
285
|
-
compatibilityVersion = "Xcode 9.3";
|
|
286
|
-
developmentRegion = en;
|
|
287
|
-
hasScannedForEncodings = 0;
|
|
288
|
-
knownRegions = (
|
|
289
|
-
en,
|
|
290
|
-
Base,
|
|
291
|
-
);
|
|
292
|
-
mainGroup = 33CC10E42044A3C60003C045;
|
|
293
|
-
productRefGroup = 33CC10EE2044A3C60003C045 /* Products */;
|
|
294
|
-
projectDirPath = "";
|
|
295
|
-
projectRoot = "";
|
|
296
|
-
targets = (
|
|
297
|
-
33CC10EC2044A3C60003C045 /* Runner */,
|
|
298
|
-
331C80D4294CF70F00263BE5 /* RunnerTests */,
|
|
299
|
-
33CC111A2044C6BA0003C045 /* Flutter Assemble */,
|
|
300
|
-
);
|
|
301
|
-
};
|
|
302
|
-
/* End PBXProject section */
|
|
303
|
-
|
|
304
|
-
/* Begin PBXResourcesBuildPhase section */
|
|
305
|
-
331C80D3294CF70F00263BE5 /* Resources */ = {
|
|
306
|
-
isa = PBXResourcesBuildPhase;
|
|
307
|
-
buildActionMask = 2147483647;
|
|
308
|
-
files = (
|
|
309
|
-
);
|
|
310
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
311
|
-
};
|
|
312
|
-
33CC10EB2044A3C60003C045 /* Resources */ = {
|
|
313
|
-
isa = PBXResourcesBuildPhase;
|
|
314
|
-
buildActionMask = 2147483647;
|
|
315
|
-
files = (
|
|
316
|
-
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */,
|
|
317
|
-
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */,
|
|
318
|
-
);
|
|
319
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
320
|
-
};
|
|
321
|
-
/* End PBXResourcesBuildPhase section */
|
|
322
|
-
|
|
323
|
-
/* Begin PBXShellScriptBuildPhase section */
|
|
324
|
-
3399D490228B24CF009A79C7 /* ShellScript */ = {
|
|
325
|
-
isa = PBXShellScriptBuildPhase;
|
|
326
|
-
alwaysOutOfDate = 1;
|
|
327
|
-
buildActionMask = 2147483647;
|
|
328
|
-
files = (
|
|
329
|
-
);
|
|
330
|
-
inputFileListPaths = (
|
|
331
|
-
);
|
|
332
|
-
inputPaths = (
|
|
333
|
-
);
|
|
334
|
-
outputFileListPaths = (
|
|
335
|
-
);
|
|
336
|
-
outputPaths = (
|
|
337
|
-
);
|
|
338
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
339
|
-
shellPath = /bin/sh;
|
|
340
|
-
shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n";
|
|
341
|
-
};
|
|
342
|
-
33CC111E2044C6BF0003C045 /* ShellScript */ = {
|
|
343
|
-
isa = PBXShellScriptBuildPhase;
|
|
344
|
-
buildActionMask = 2147483647;
|
|
345
|
-
files = (
|
|
346
|
-
);
|
|
347
|
-
inputFileListPaths = (
|
|
348
|
-
Flutter/ephemeral/FlutterInputs.xcfilelist,
|
|
349
|
-
);
|
|
350
|
-
inputPaths = (
|
|
351
|
-
Flutter/ephemeral/tripwire,
|
|
352
|
-
);
|
|
353
|
-
outputFileListPaths = (
|
|
354
|
-
Flutter/ephemeral/FlutterOutputs.xcfilelist,
|
|
355
|
-
);
|
|
356
|
-
outputPaths = (
|
|
357
|
-
);
|
|
358
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
359
|
-
shellPath = /bin/sh;
|
|
360
|
-
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
|
|
361
|
-
};
|
|
362
|
-
9AD8A051E3C45F6604D95655 /* [CP] Check Pods Manifest.lock */ = {
|
|
363
|
-
isa = PBXShellScriptBuildPhase;
|
|
364
|
-
buildActionMask = 2147483647;
|
|
365
|
-
files = (
|
|
366
|
-
);
|
|
367
|
-
inputFileListPaths = (
|
|
368
|
-
);
|
|
369
|
-
inputPaths = (
|
|
370
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
371
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
372
|
-
);
|
|
373
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
374
|
-
outputFileListPaths = (
|
|
375
|
-
);
|
|
376
|
-
outputPaths = (
|
|
377
|
-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
|
|
378
|
-
);
|
|
379
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
380
|
-
shellPath = /bin/sh;
|
|
381
|
-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
382
|
-
showEnvVarsInLog = 0;
|
|
383
|
-
};
|
|
384
|
-
B708BBB030A9611D3AF83ADE /* [CP] Embed Pods Frameworks */ = {
|
|
385
|
-
isa = PBXShellScriptBuildPhase;
|
|
386
|
-
buildActionMask = 2147483647;
|
|
387
|
-
files = (
|
|
388
|
-
);
|
|
389
|
-
inputFileListPaths = (
|
|
390
|
-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
391
|
-
);
|
|
392
|
-
name = "[CP] Embed Pods Frameworks";
|
|
393
|
-
outputFileListPaths = (
|
|
394
|
-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
395
|
-
);
|
|
396
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
397
|
-
shellPath = /bin/sh;
|
|
398
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
|
399
|
-
showEnvVarsInLog = 0;
|
|
400
|
-
};
|
|
401
|
-
D4DBD6C002AEEE9EECF68540 /* [CP] Check Pods Manifest.lock */ = {
|
|
402
|
-
isa = PBXShellScriptBuildPhase;
|
|
403
|
-
buildActionMask = 2147483647;
|
|
404
|
-
files = (
|
|
405
|
-
);
|
|
406
|
-
inputFileListPaths = (
|
|
407
|
-
);
|
|
408
|
-
inputPaths = (
|
|
409
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
410
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
411
|
-
);
|
|
412
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
413
|
-
outputFileListPaths = (
|
|
414
|
-
);
|
|
415
|
-
outputPaths = (
|
|
416
|
-
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
|
|
417
|
-
);
|
|
418
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
419
|
-
shellPath = /bin/sh;
|
|
420
|
-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
421
|
-
showEnvVarsInLog = 0;
|
|
422
|
-
};
|
|
423
|
-
/* End PBXShellScriptBuildPhase section */
|
|
424
|
-
|
|
425
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
426
|
-
331C80D1294CF70F00263BE5 /* Sources */ = {
|
|
427
|
-
isa = PBXSourcesBuildPhase;
|
|
428
|
-
buildActionMask = 2147483647;
|
|
429
|
-
files = (
|
|
430
|
-
331C80D8294CF71000263BE5 /* RunnerTests.swift in Sources */,
|
|
431
|
-
);
|
|
432
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
433
|
-
};
|
|
434
|
-
33CC10E92044A3C60003C045 /* Sources */ = {
|
|
435
|
-
isa = PBXSourcesBuildPhase;
|
|
436
|
-
buildActionMask = 2147483647;
|
|
437
|
-
files = (
|
|
438
|
-
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */,
|
|
439
|
-
33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */,
|
|
440
|
-
335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */,
|
|
441
|
-
);
|
|
442
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
443
|
-
};
|
|
444
|
-
/* End PBXSourcesBuildPhase section */
|
|
445
|
-
|
|
446
|
-
/* Begin PBXTargetDependency section */
|
|
447
|
-
331C80DA294CF71000263BE5 /* PBXTargetDependency */ = {
|
|
448
|
-
isa = PBXTargetDependency;
|
|
449
|
-
target = 33CC10EC2044A3C60003C045 /* Runner */;
|
|
450
|
-
targetProxy = 331C80D9294CF71000263BE5 /* PBXContainerItemProxy */;
|
|
451
|
-
};
|
|
452
|
-
33CC11202044C79F0003C045 /* PBXTargetDependency */ = {
|
|
453
|
-
isa = PBXTargetDependency;
|
|
454
|
-
target = 33CC111A2044C6BA0003C045 /* Flutter Assemble */;
|
|
455
|
-
targetProxy = 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */;
|
|
456
|
-
};
|
|
457
|
-
/* End PBXTargetDependency section */
|
|
458
|
-
|
|
459
|
-
/* Begin PBXVariantGroup section */
|
|
460
|
-
33CC10F42044A3C60003C045 /* MainMenu.xib */ = {
|
|
461
|
-
isa = PBXVariantGroup;
|
|
462
|
-
children = (
|
|
463
|
-
33CC10F52044A3C60003C045 /* Base */,
|
|
464
|
-
);
|
|
465
|
-
name = MainMenu.xib;
|
|
466
|
-
path = Runner;
|
|
467
|
-
sourceTree = "<group>";
|
|
468
|
-
};
|
|
469
|
-
/* End PBXVariantGroup section */
|
|
470
|
-
|
|
471
|
-
/* Begin XCBuildConfiguration section */
|
|
472
|
-
331C80DB294CF71000263BE5 /* Debug */ = {
|
|
473
|
-
isa = XCBuildConfiguration;
|
|
474
|
-
baseConfigurationReference = B596757FF3C08BD3ACA99905 /* Pods-RunnerTests.debug.xcconfig */;
|
|
475
|
-
buildSettings = {
|
|
476
|
-
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
477
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
478
|
-
GENERATE_INFOPLIST_FILE = YES;
|
|
479
|
-
MARKETING_VERSION = 1.0;
|
|
480
|
-
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.bibleApp.RunnerTests;
|
|
481
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
482
|
-
SWIFT_VERSION = 5.0;
|
|
483
|
-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/bible_app.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/bible_app";
|
|
484
|
-
};
|
|
485
|
-
name = Debug;
|
|
486
|
-
};
|
|
487
|
-
331C80DC294CF71000263BE5 /* Release */ = {
|
|
488
|
-
isa = XCBuildConfiguration;
|
|
489
|
-
baseConfigurationReference = B89E089ACFCEB65BFFDCF3FE /* Pods-RunnerTests.release.xcconfig */;
|
|
490
|
-
buildSettings = {
|
|
491
|
-
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
492
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
493
|
-
GENERATE_INFOPLIST_FILE = YES;
|
|
494
|
-
MARKETING_VERSION = 1.0;
|
|
495
|
-
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.bibleApp.RunnerTests;
|
|
496
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
497
|
-
SWIFT_VERSION = 5.0;
|
|
498
|
-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/bible_app.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/bible_app";
|
|
499
|
-
};
|
|
500
|
-
name = Release;
|
|
501
|
-
};
|
|
502
|
-
331C80DD294CF71000263BE5 /* Profile */ = {
|
|
503
|
-
isa = XCBuildConfiguration;
|
|
504
|
-
baseConfigurationReference = 0BDEECADBA88B3AB99533387 /* Pods-RunnerTests.profile.xcconfig */;
|
|
505
|
-
buildSettings = {
|
|
506
|
-
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
507
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
508
|
-
GENERATE_INFOPLIST_FILE = YES;
|
|
509
|
-
MARKETING_VERSION = 1.0;
|
|
510
|
-
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.bibleApp.RunnerTests;
|
|
511
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
512
|
-
SWIFT_VERSION = 5.0;
|
|
513
|
-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/bible_app.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/bible_app";
|
|
514
|
-
};
|
|
515
|
-
name = Profile;
|
|
516
|
-
};
|
|
517
|
-
338D0CE9231458BD00FA5F75 /* Profile */ = {
|
|
518
|
-
isa = XCBuildConfiguration;
|
|
519
|
-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
|
520
|
-
buildSettings = {
|
|
521
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
522
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
523
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
524
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
525
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
526
|
-
CLANG_ENABLE_MODULES = YES;
|
|
527
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
528
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
529
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
530
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
531
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
532
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
533
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
534
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
535
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
536
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
537
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
538
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
539
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
540
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
541
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
542
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
543
|
-
CODE_SIGN_IDENTITY = "-";
|
|
544
|
-
COPY_PHASE_STRIP = NO;
|
|
545
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
546
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
547
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
548
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
549
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
550
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
551
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
552
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
553
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
554
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
555
|
-
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
556
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
557
|
-
SDKROOT = macosx;
|
|
558
|
-
SWIFT_COMPILATION_MODE = wholemodule;
|
|
559
|
-
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
560
|
-
};
|
|
561
|
-
name = Profile;
|
|
562
|
-
};
|
|
563
|
-
338D0CEA231458BD00FA5F75 /* Profile */ = {
|
|
564
|
-
isa = XCBuildConfiguration;
|
|
565
|
-
baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
|
|
566
|
-
buildSettings = {
|
|
567
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
568
|
-
CLANG_ENABLE_MODULES = YES;
|
|
569
|
-
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
|
570
|
-
CODE_SIGN_STYLE = Automatic;
|
|
571
|
-
COMBINE_HIDPI_IMAGES = YES;
|
|
572
|
-
INFOPLIST_FILE = Runner/Info.plist;
|
|
573
|
-
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
|
|
574
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
575
|
-
"$(inherited)",
|
|
576
|
-
"@executable_path/../Frameworks",
|
|
577
|
-
);
|
|
578
|
-
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
579
|
-
SWIFT_VERSION = 5.0;
|
|
580
|
-
};
|
|
581
|
-
name = Profile;
|
|
582
|
-
};
|
|
583
|
-
338D0CEB231458BD00FA5F75 /* Profile */ = {
|
|
584
|
-
isa = XCBuildConfiguration;
|
|
585
|
-
buildSettings = {
|
|
586
|
-
CODE_SIGN_STYLE = Manual;
|
|
587
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
588
|
-
};
|
|
589
|
-
name = Profile;
|
|
590
|
-
};
|
|
591
|
-
33CC10F92044A3C60003C045 /* Debug */ = {
|
|
592
|
-
isa = XCBuildConfiguration;
|
|
593
|
-
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
|
|
594
|
-
buildSettings = {
|
|
595
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
596
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
597
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
598
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
599
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
600
|
-
CLANG_ENABLE_MODULES = YES;
|
|
601
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
602
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
603
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
604
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
605
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
606
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
607
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
608
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
609
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
610
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
611
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
612
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
613
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
614
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
615
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
616
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
617
|
-
CODE_SIGN_IDENTITY = "-";
|
|
618
|
-
COPY_PHASE_STRIP = NO;
|
|
619
|
-
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
620
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
621
|
-
ENABLE_TESTABILITY = YES;
|
|
622
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
623
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
624
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
625
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
626
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
627
|
-
"DEBUG=1",
|
|
628
|
-
"$(inherited)",
|
|
629
|
-
);
|
|
630
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
631
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
632
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
633
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
634
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
635
|
-
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
636
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
|
637
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
638
|
-
SDKROOT = macosx;
|
|
639
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
640
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
641
|
-
};
|
|
642
|
-
name = Debug;
|
|
643
|
-
};
|
|
644
|
-
33CC10FA2044A3C60003C045 /* Release */ = {
|
|
645
|
-
isa = XCBuildConfiguration;
|
|
646
|
-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
|
647
|
-
buildSettings = {
|
|
648
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
649
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
650
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
651
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
652
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
653
|
-
CLANG_ENABLE_MODULES = YES;
|
|
654
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
655
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
656
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
657
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
658
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
659
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
660
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
661
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
662
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
663
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
664
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
665
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
666
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
667
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
668
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
669
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
670
|
-
CODE_SIGN_IDENTITY = "-";
|
|
671
|
-
COPY_PHASE_STRIP = NO;
|
|
672
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
673
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
674
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
675
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
676
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
677
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
678
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
679
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
680
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
681
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
682
|
-
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
683
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
684
|
-
SDKROOT = macosx;
|
|
685
|
-
SWIFT_COMPILATION_MODE = wholemodule;
|
|
686
|
-
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
687
|
-
};
|
|
688
|
-
name = Release;
|
|
689
|
-
};
|
|
690
|
-
33CC10FC2044A3C60003C045 /* Debug */ = {
|
|
691
|
-
isa = XCBuildConfiguration;
|
|
692
|
-
baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
|
|
693
|
-
buildSettings = {
|
|
694
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
695
|
-
CLANG_ENABLE_MODULES = YES;
|
|
696
|
-
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
|
697
|
-
CODE_SIGN_STYLE = Automatic;
|
|
698
|
-
COMBINE_HIDPI_IMAGES = YES;
|
|
699
|
-
INFOPLIST_FILE = Runner/Info.plist;
|
|
700
|
-
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
|
|
701
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
702
|
-
"$(inherited)",
|
|
703
|
-
"@executable_path/../Frameworks",
|
|
704
|
-
);
|
|
705
|
-
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
706
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
707
|
-
SWIFT_VERSION = 5.0;
|
|
708
|
-
};
|
|
709
|
-
name = Debug;
|
|
710
|
-
};
|
|
711
|
-
33CC10FD2044A3C60003C045 /* Release */ = {
|
|
712
|
-
isa = XCBuildConfiguration;
|
|
713
|
-
baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
|
|
714
|
-
buildSettings = {
|
|
715
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
716
|
-
CLANG_ENABLE_MODULES = YES;
|
|
717
|
-
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
|
|
718
|
-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
|
|
719
|
-
CODE_SIGN_STYLE = Automatic;
|
|
720
|
-
COMBINE_HIDPI_IMAGES = YES;
|
|
721
|
-
DEVELOPMENT_TEAM = FXH8NUGFYY;
|
|
722
|
-
INFOPLIST_FILE = Runner/Info.plist;
|
|
723
|
-
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
|
|
724
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
725
|
-
"$(inherited)",
|
|
726
|
-
"@executable_path/../Frameworks",
|
|
727
|
-
);
|
|
728
|
-
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
729
|
-
SWIFT_VERSION = 5.0;
|
|
730
|
-
};
|
|
731
|
-
name = Release;
|
|
732
|
-
};
|
|
733
|
-
33CC111C2044C6BA0003C045 /* Debug */ = {
|
|
734
|
-
isa = XCBuildConfiguration;
|
|
735
|
-
buildSettings = {
|
|
736
|
-
CODE_SIGN_STYLE = Manual;
|
|
737
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
738
|
-
};
|
|
739
|
-
name = Debug;
|
|
740
|
-
};
|
|
741
|
-
33CC111D2044C6BA0003C045 /* Release */ = {
|
|
742
|
-
isa = XCBuildConfiguration;
|
|
743
|
-
buildSettings = {
|
|
744
|
-
CODE_SIGN_STYLE = Automatic;
|
|
745
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
746
|
-
};
|
|
747
|
-
name = Release;
|
|
748
|
-
};
|
|
749
|
-
/* End XCBuildConfiguration section */
|
|
750
|
-
|
|
751
|
-
/* Begin XCConfigurationList section */
|
|
752
|
-
331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
|
|
753
|
-
isa = XCConfigurationList;
|
|
754
|
-
buildConfigurations = (
|
|
755
|
-
331C80DB294CF71000263BE5 /* Debug */,
|
|
756
|
-
331C80DC294CF71000263BE5 /* Release */,
|
|
757
|
-
331C80DD294CF71000263BE5 /* Profile */,
|
|
758
|
-
);
|
|
759
|
-
defaultConfigurationIsVisible = 0;
|
|
760
|
-
defaultConfigurationName = Release;
|
|
761
|
-
};
|
|
762
|
-
33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */ = {
|
|
763
|
-
isa = XCConfigurationList;
|
|
764
|
-
buildConfigurations = (
|
|
765
|
-
33CC10F92044A3C60003C045 /* Debug */,
|
|
766
|
-
33CC10FA2044A3C60003C045 /* Release */,
|
|
767
|
-
338D0CE9231458BD00FA5F75 /* Profile */,
|
|
768
|
-
);
|
|
769
|
-
defaultConfigurationIsVisible = 0;
|
|
770
|
-
defaultConfigurationName = Release;
|
|
771
|
-
};
|
|
772
|
-
33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */ = {
|
|
773
|
-
isa = XCConfigurationList;
|
|
774
|
-
buildConfigurations = (
|
|
775
|
-
33CC10FC2044A3C60003C045 /* Debug */,
|
|
776
|
-
33CC10FD2044A3C60003C045 /* Release */,
|
|
777
|
-
338D0CEA231458BD00FA5F75 /* Profile */,
|
|
778
|
-
);
|
|
779
|
-
defaultConfigurationIsVisible = 0;
|
|
780
|
-
defaultConfigurationName = Release;
|
|
781
|
-
};
|
|
782
|
-
33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flutter Assemble" */ = {
|
|
783
|
-
isa = XCConfigurationList;
|
|
784
|
-
buildConfigurations = (
|
|
785
|
-
33CC111C2044C6BA0003C045 /* Debug */,
|
|
786
|
-
33CC111D2044C6BA0003C045 /* Release */,
|
|
787
|
-
338D0CEB231458BD00FA5F75 /* Profile */,
|
|
788
|
-
);
|
|
789
|
-
defaultConfigurationIsVisible = 0;
|
|
790
|
-
defaultConfigurationName = Release;
|
|
791
|
-
};
|
|
792
|
-
/* End XCConfigurationList section */
|
|
793
|
-
};
|
|
794
|
-
rootObject = 33CC10E52044A3C60003C045 /* Project object */;
|
|
795
|
-
}
|
macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>IDEDidComputeMac32BitWarning</key>
|
|
6
|
-
<true/>
|
|
7
|
-
</dict>
|
|
8
|
-
</plist>
|
macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
DELETED
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
LastUpgradeVersion = "1430"
|
|
4
|
-
version = "1.3">
|
|
5
|
-
<BuildAction
|
|
6
|
-
parallelizeBuildables = "YES"
|
|
7
|
-
buildImplicitDependencies = "YES">
|
|
8
|
-
<BuildActionEntries>
|
|
9
|
-
<BuildActionEntry
|
|
10
|
-
buildForTesting = "YES"
|
|
11
|
-
buildForRunning = "YES"
|
|
12
|
-
buildForProfiling = "YES"
|
|
13
|
-
buildForArchiving = "YES"
|
|
14
|
-
buildForAnalyzing = "YES">
|
|
15
|
-
<BuildableReference
|
|
16
|
-
BuildableIdentifier = "primary"
|
|
17
|
-
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
|
|
18
|
-
BuildableName = "Only Bible App.app"
|
|
19
|
-
BlueprintName = "Runner"
|
|
20
|
-
ReferencedContainer = "container:Runner.xcodeproj">
|
|
21
|
-
</BuildableReference>
|
|
22
|
-
</BuildActionEntry>
|
|
23
|
-
</BuildActionEntries>
|
|
24
|
-
</BuildAction>
|
|
25
|
-
<TestAction
|
|
26
|
-
buildConfiguration = "Debug"
|
|
27
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
28
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
29
|
-
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
30
|
-
<MacroExpansion>
|
|
31
|
-
<BuildableReference
|
|
32
|
-
BuildableIdentifier = "primary"
|
|
33
|
-
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
|
|
34
|
-
BuildableName = "Only Bible App.app"
|
|
35
|
-
BlueprintName = "Runner"
|
|
36
|
-
ReferencedContainer = "container:Runner.xcodeproj">
|
|
37
|
-
</BuildableReference>
|
|
38
|
-
</MacroExpansion>
|
|
39
|
-
<Testables>
|
|
40
|
-
<TestableReference
|
|
41
|
-
skipped = "NO"
|
|
42
|
-
parallelizable = "YES">
|
|
43
|
-
<BuildableReference
|
|
44
|
-
BuildableIdentifier = "primary"
|
|
45
|
-
BlueprintIdentifier = "331C80D4294CF70F00263BE5"
|
|
46
|
-
BuildableName = "RunnerTests.xctest"
|
|
47
|
-
BlueprintName = "RunnerTests"
|
|
48
|
-
ReferencedContainer = "container:Runner.xcodeproj">
|
|
49
|
-
</BuildableReference>
|
|
50
|
-
</TestableReference>
|
|
51
|
-
</Testables>
|
|
52
|
-
</TestAction>
|
|
53
|
-
<LaunchAction
|
|
54
|
-
buildConfiguration = "Debug"
|
|
55
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
56
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
57
|
-
launchStyle = "0"
|
|
58
|
-
useCustomWorkingDirectory = "NO"
|
|
59
|
-
ignoresPersistentStateOnLaunch = "NO"
|
|
60
|
-
debugDocumentVersioning = "YES"
|
|
61
|
-
debugServiceExtension = "internal"
|
|
62
|
-
allowLocationSimulation = "YES">
|
|
63
|
-
<BuildableProductRunnable
|
|
64
|
-
runnableDebuggingMode = "0">
|
|
65
|
-
<BuildableReference
|
|
66
|
-
BuildableIdentifier = "primary"
|
|
67
|
-
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
|
|
68
|
-
BuildableName = "Only Bible App.app"
|
|
69
|
-
BlueprintName = "Runner"
|
|
70
|
-
ReferencedContainer = "container:Runner.xcodeproj">
|
|
71
|
-
</BuildableReference>
|
|
72
|
-
</BuildableProductRunnable>
|
|
73
|
-
</LaunchAction>
|
|
74
|
-
<ProfileAction
|
|
75
|
-
buildConfiguration = "Profile"
|
|
76
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
77
|
-
savedToolIdentifier = ""
|
|
78
|
-
useCustomWorkingDirectory = "NO"
|
|
79
|
-
debugDocumentVersioning = "YES">
|
|
80
|
-
<BuildableProductRunnable
|
|
81
|
-
runnableDebuggingMode = "0">
|
|
82
|
-
<BuildableReference
|
|
83
|
-
BuildableIdentifier = "primary"
|
|
84
|
-
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
|
|
85
|
-
BuildableName = "Only Bible App.app"
|
|
86
|
-
BlueprintName = "Runner"
|
|
87
|
-
ReferencedContainer = "container:Runner.xcodeproj">
|
|
88
|
-
</BuildableReference>
|
|
89
|
-
</BuildableProductRunnable>
|
|
90
|
-
</ProfileAction>
|
|
91
|
-
<AnalyzeAction
|
|
92
|
-
buildConfiguration = "Debug">
|
|
93
|
-
</AnalyzeAction>
|
|
94
|
-
<ArchiveAction
|
|
95
|
-
buildConfiguration = "Release"
|
|
96
|
-
revealArchiveInOrganizer = "YES">
|
|
97
|
-
</ArchiveAction>
|
|
98
|
-
</Scheme>
|
macos/Runner.xcworkspace/contents.xcworkspacedata
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Workspace
|
|
3
|
-
version = "1.0">
|
|
4
|
-
<FileRef
|
|
5
|
-
location = "group:Runner.xcodeproj">
|
|
6
|
-
</FileRef>
|
|
7
|
-
<FileRef
|
|
8
|
-
location = "group:Pods/Pods.xcodeproj">
|
|
9
|
-
</FileRef>
|
|
10
|
-
</Workspace>
|
macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>IDEDidComputeMac32BitWarning</key>
|
|
6
|
-
<true/>
|
|
7
|
-
</dict>
|
|
8
|
-
</plist>
|
macos/Runner/AppDelegate.swift
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import Cocoa
|
|
2
|
-
import FlutterMacOS
|
|
3
|
-
|
|
4
|
-
@NSApplicationMain
|
|
5
|
-
class AppDelegate: FlutterAppDelegate {
|
|
6
|
-
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
|
|
7
|
-
return true
|
|
8
|
-
}
|
|
9
|
-
}
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"info": {
|
|
3
|
-
"version": 1,
|
|
4
|
-
"author": "xcode"
|
|
5
|
-
},
|
|
6
|
-
"images": [
|
|
7
|
-
{
|
|
8
|
-
"size": "16x16",
|
|
9
|
-
"idiom": "mac",
|
|
10
|
-
"filename": "app_icon_16.png",
|
|
11
|
-
"scale": "1x"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"size": "16x16",
|
|
15
|
-
"idiom": "mac",
|
|
16
|
-
"filename": "app_icon_32.png",
|
|
17
|
-
"scale": "2x"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"size": "32x32",
|
|
21
|
-
"idiom": "mac",
|
|
22
|
-
"filename": "app_icon_32.png",
|
|
23
|
-
"scale": "1x"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"size": "32x32",
|
|
27
|
-
"idiom": "mac",
|
|
28
|
-
"filename": "app_icon_64.png",
|
|
29
|
-
"scale": "2x"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"size": "128x128",
|
|
33
|
-
"idiom": "mac",
|
|
34
|
-
"filename": "app_icon_128.png",
|
|
35
|
-
"scale": "1x"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"size": "128x128",
|
|
39
|
-
"idiom": "mac",
|
|
40
|
-
"filename": "app_icon_256.png",
|
|
41
|
-
"scale": "2x"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"size": "256x256",
|
|
45
|
-
"idiom": "mac",
|
|
46
|
-
"filename": "app_icon_256.png",
|
|
47
|
-
"scale": "1x"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"size": "256x256",
|
|
51
|
-
"idiom": "mac",
|
|
52
|
-
"filename": "app_icon_512.png",
|
|
53
|
-
"scale": "2x"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"size": "512x512",
|
|
57
|
-
"idiom": "mac",
|
|
58
|
-
"filename": "app_icon_512.png",
|
|
59
|
-
"scale": "1x"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"size": "512x512",
|
|
63
|
-
"idiom": "mac",
|
|
64
|
-
"filename": "app_icon_1024.png",
|
|
65
|
-
"scale": "2x"
|
|
66
|
-
}
|
|
67
|
-
]
|
|
68
|
-
}
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
DELETED
|
Binary file
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png
DELETED
|
Binary file
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png
DELETED
|
Binary file
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png
DELETED
|
Binary file
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png
DELETED
|
Binary file
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
DELETED
|
Binary file
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
DELETED
|
Binary file
|
macos/Runner/Base.lproj/MainMenu.xib
DELETED
|
@@ -1,343 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
|
3
|
-
<dependencies>
|
|
4
|
-
<deployment identifier="macosx"/>
|
|
5
|
-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
|
|
6
|
-
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
7
|
-
</dependencies>
|
|
8
|
-
<objects>
|
|
9
|
-
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
|
|
10
|
-
<connections>
|
|
11
|
-
<outlet property="delegate" destination="Voe-Tx-rLC" id="GzC-gU-4Uq"/>
|
|
12
|
-
</connections>
|
|
13
|
-
</customObject>
|
|
14
|
-
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
15
|
-
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
16
|
-
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="Runner" customModuleProvider="target">
|
|
17
|
-
<connections>
|
|
18
|
-
<outlet property="applicationMenu" destination="uQy-DD-JDr" id="XBo-yE-nKs"/>
|
|
19
|
-
<outlet property="mainFlutterWindow" destination="QvC-M9-y7g" id="gIp-Ho-8D9"/>
|
|
20
|
-
</connections>
|
|
21
|
-
</customObject>
|
|
22
|
-
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
|
|
23
|
-
<menu title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
|
|
24
|
-
<items>
|
|
25
|
-
<menuItem title="APP_NAME" id="1Xt-HY-uBw">
|
|
26
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
27
|
-
<menu key="submenu" title="APP_NAME" systemMenu="apple" id="uQy-DD-JDr">
|
|
28
|
-
<items>
|
|
29
|
-
<menuItem title="About APP_NAME" id="5kV-Vb-QxS">
|
|
30
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
31
|
-
<connections>
|
|
32
|
-
<action selector="orderFrontStandardAboutPanel:" target="-1" id="Exp-CZ-Vem"/>
|
|
33
|
-
</connections>
|
|
34
|
-
</menuItem>
|
|
35
|
-
<menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/>
|
|
36
|
-
<menuItem title="Preferences…" keyEquivalent="," id="BOF-NM-1cW"/>
|
|
37
|
-
<menuItem isSeparatorItem="YES" id="wFC-TO-SCJ"/>
|
|
38
|
-
<menuItem title="Services" id="NMo-om-nkz">
|
|
39
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
40
|
-
<menu key="submenu" title="Services" systemMenu="services" id="hz9-B4-Xy5"/>
|
|
41
|
-
</menuItem>
|
|
42
|
-
<menuItem isSeparatorItem="YES" id="4je-JR-u6R"/>
|
|
43
|
-
<menuItem title="Hide APP_NAME" keyEquivalent="h" id="Olw-nP-bQN">
|
|
44
|
-
<connections>
|
|
45
|
-
<action selector="hide:" target="-1" id="PnN-Uc-m68"/>
|
|
46
|
-
</connections>
|
|
47
|
-
</menuItem>
|
|
48
|
-
<menuItem title="Hide Others" keyEquivalent="h" id="Vdr-fp-XzO">
|
|
49
|
-
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
|
|
50
|
-
<connections>
|
|
51
|
-
<action selector="hideOtherApplications:" target="-1" id="VT4-aY-XCT"/>
|
|
52
|
-
</connections>
|
|
53
|
-
</menuItem>
|
|
54
|
-
<menuItem title="Show All" id="Kd2-mp-pUS">
|
|
55
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
56
|
-
<connections>
|
|
57
|
-
<action selector="unhideAllApplications:" target="-1" id="Dhg-Le-xox"/>
|
|
58
|
-
</connections>
|
|
59
|
-
</menuItem>
|
|
60
|
-
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
|
|
61
|
-
<menuItem title="Quit APP_NAME" keyEquivalent="q" id="4sb-4s-VLi">
|
|
62
|
-
<connections>
|
|
63
|
-
<action selector="terminate:" target="-1" id="Te7-pn-YzF"/>
|
|
64
|
-
</connections>
|
|
65
|
-
</menuItem>
|
|
66
|
-
</items>
|
|
67
|
-
</menu>
|
|
68
|
-
</menuItem>
|
|
69
|
-
<menuItem title="Edit" id="5QF-Oa-p0T">
|
|
70
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
71
|
-
<menu key="submenu" title="Edit" id="W48-6f-4Dl">
|
|
72
|
-
<items>
|
|
73
|
-
<menuItem title="Undo" keyEquivalent="z" id="dRJ-4n-Yzg">
|
|
74
|
-
<connections>
|
|
75
|
-
<action selector="undo:" target="-1" id="M6e-cu-g7V"/>
|
|
76
|
-
</connections>
|
|
77
|
-
</menuItem>
|
|
78
|
-
<menuItem title="Redo" keyEquivalent="Z" id="6dh-zS-Vam">
|
|
79
|
-
<connections>
|
|
80
|
-
<action selector="redo:" target="-1" id="oIA-Rs-6OD"/>
|
|
81
|
-
</connections>
|
|
82
|
-
</menuItem>
|
|
83
|
-
<menuItem isSeparatorItem="YES" id="WRV-NI-Exz"/>
|
|
84
|
-
<menuItem title="Cut" keyEquivalent="x" id="uRl-iY-unG">
|
|
85
|
-
<connections>
|
|
86
|
-
<action selector="cut:" target="-1" id="YJe-68-I9s"/>
|
|
87
|
-
</connections>
|
|
88
|
-
</menuItem>
|
|
89
|
-
<menuItem title="Copy" keyEquivalent="c" id="x3v-GG-iWU">
|
|
90
|
-
<connections>
|
|
91
|
-
<action selector="copy:" target="-1" id="G1f-GL-Joy"/>
|
|
92
|
-
</connections>
|
|
93
|
-
</menuItem>
|
|
94
|
-
<menuItem title="Paste" keyEquivalent="v" id="gVA-U4-sdL">
|
|
95
|
-
<connections>
|
|
96
|
-
<action selector="paste:" target="-1" id="UvS-8e-Qdg"/>
|
|
97
|
-
</connections>
|
|
98
|
-
</menuItem>
|
|
99
|
-
<menuItem title="Paste and Match Style" keyEquivalent="V" id="WeT-3V-zwk">
|
|
100
|
-
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
|
|
101
|
-
<connections>
|
|
102
|
-
<action selector="pasteAsPlainText:" target="-1" id="cEh-KX-wJQ"/>
|
|
103
|
-
</connections>
|
|
104
|
-
</menuItem>
|
|
105
|
-
<menuItem title="Delete" id="pa3-QI-u2k">
|
|
106
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
107
|
-
<connections>
|
|
108
|
-
<action selector="delete:" target="-1" id="0Mk-Ml-PaM"/>
|
|
109
|
-
</connections>
|
|
110
|
-
</menuItem>
|
|
111
|
-
<menuItem title="Select All" keyEquivalent="a" id="Ruw-6m-B2m">
|
|
112
|
-
<connections>
|
|
113
|
-
<action selector="selectAll:" target="-1" id="VNm-Mi-diN"/>
|
|
114
|
-
</connections>
|
|
115
|
-
</menuItem>
|
|
116
|
-
<menuItem isSeparatorItem="YES" id="uyl-h8-XO2"/>
|
|
117
|
-
<menuItem title="Find" id="4EN-yA-p0u">
|
|
118
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
119
|
-
<menu key="submenu" title="Find" id="1b7-l0-nxx">
|
|
120
|
-
<items>
|
|
121
|
-
<menuItem title="Find…" tag="1" keyEquivalent="f" id="Xz5-n4-O0W">
|
|
122
|
-
<connections>
|
|
123
|
-
<action selector="performFindPanelAction:" target="-1" id="cD7-Qs-BN4"/>
|
|
124
|
-
</connections>
|
|
125
|
-
</menuItem>
|
|
126
|
-
<menuItem title="Find and Replace…" tag="12" keyEquivalent="f" id="YEy-JH-Tfz">
|
|
127
|
-
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
|
|
128
|
-
<connections>
|
|
129
|
-
<action selector="performFindPanelAction:" target="-1" id="WD3-Gg-5AJ"/>
|
|
130
|
-
</connections>
|
|
131
|
-
</menuItem>
|
|
132
|
-
<menuItem title="Find Next" tag="2" keyEquivalent="g" id="q09-fT-Sye">
|
|
133
|
-
<connections>
|
|
134
|
-
<action selector="performFindPanelAction:" target="-1" id="NDo-RZ-v9R"/>
|
|
135
|
-
</connections>
|
|
136
|
-
</menuItem>
|
|
137
|
-
<menuItem title="Find Previous" tag="3" keyEquivalent="G" id="OwM-mh-QMV">
|
|
138
|
-
<connections>
|
|
139
|
-
<action selector="performFindPanelAction:" target="-1" id="HOh-sY-3ay"/>
|
|
140
|
-
</connections>
|
|
141
|
-
</menuItem>
|
|
142
|
-
<menuItem title="Use Selection for Find" tag="7" keyEquivalent="e" id="buJ-ug-pKt">
|
|
143
|
-
<connections>
|
|
144
|
-
<action selector="performFindPanelAction:" target="-1" id="U76-nv-p5D"/>
|
|
145
|
-
</connections>
|
|
146
|
-
</menuItem>
|
|
147
|
-
<menuItem title="Jump to Selection" keyEquivalent="j" id="S0p-oC-mLd">
|
|
148
|
-
<connections>
|
|
149
|
-
<action selector="centerSelectionInVisibleArea:" target="-1" id="IOG-6D-g5B"/>
|
|
150
|
-
</connections>
|
|
151
|
-
</menuItem>
|
|
152
|
-
</items>
|
|
153
|
-
</menu>
|
|
154
|
-
</menuItem>
|
|
155
|
-
<menuItem title="Spelling and Grammar" id="Dv1-io-Yv7">
|
|
156
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
157
|
-
<menu key="submenu" title="Spelling" id="3IN-sU-3Bg">
|
|
158
|
-
<items>
|
|
159
|
-
<menuItem title="Show Spelling and Grammar" keyEquivalent=":" id="HFo-cy-zxI">
|
|
160
|
-
<connections>
|
|
161
|
-
<action selector="showGuessPanel:" target="-1" id="vFj-Ks-hy3"/>
|
|
162
|
-
</connections>
|
|
163
|
-
</menuItem>
|
|
164
|
-
<menuItem title="Check Document Now" keyEquivalent=";" id="hz2-CU-CR7">
|
|
165
|
-
<connections>
|
|
166
|
-
<action selector="checkSpelling:" target="-1" id="fz7-VC-reM"/>
|
|
167
|
-
</connections>
|
|
168
|
-
</menuItem>
|
|
169
|
-
<menuItem isSeparatorItem="YES" id="bNw-od-mp5"/>
|
|
170
|
-
<menuItem title="Check Spelling While Typing" id="rbD-Rh-wIN">
|
|
171
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
172
|
-
<connections>
|
|
173
|
-
<action selector="toggleContinuousSpellChecking:" target="-1" id="7w6-Qz-0kB"/>
|
|
174
|
-
</connections>
|
|
175
|
-
</menuItem>
|
|
176
|
-
<menuItem title="Check Grammar With Spelling" id="mK6-2p-4JG">
|
|
177
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
178
|
-
<connections>
|
|
179
|
-
<action selector="toggleGrammarChecking:" target="-1" id="muD-Qn-j4w"/>
|
|
180
|
-
</connections>
|
|
181
|
-
</menuItem>
|
|
182
|
-
<menuItem title="Correct Spelling Automatically" id="78Y-hA-62v">
|
|
183
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
184
|
-
<connections>
|
|
185
|
-
<action selector="toggleAutomaticSpellingCorrection:" target="-1" id="2lM-Qi-WAP"/>
|
|
186
|
-
</connections>
|
|
187
|
-
</menuItem>
|
|
188
|
-
</items>
|
|
189
|
-
</menu>
|
|
190
|
-
</menuItem>
|
|
191
|
-
<menuItem title="Substitutions" id="9ic-FL-obx">
|
|
192
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
193
|
-
<menu key="submenu" title="Substitutions" id="FeM-D8-WVr">
|
|
194
|
-
<items>
|
|
195
|
-
<menuItem title="Show Substitutions" id="z6F-FW-3nz">
|
|
196
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
197
|
-
<connections>
|
|
198
|
-
<action selector="orderFrontSubstitutionsPanel:" target="-1" id="oku-mr-iSq"/>
|
|
199
|
-
</connections>
|
|
200
|
-
</menuItem>
|
|
201
|
-
<menuItem isSeparatorItem="YES" id="gPx-C9-uUO"/>
|
|
202
|
-
<menuItem title="Smart Copy/Paste" id="9yt-4B-nSM">
|
|
203
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
204
|
-
<connections>
|
|
205
|
-
<action selector="toggleSmartInsertDelete:" target="-1" id="3IJ-Se-DZD"/>
|
|
206
|
-
</connections>
|
|
207
|
-
</menuItem>
|
|
208
|
-
<menuItem title="Smart Quotes" id="hQb-2v-fYv">
|
|
209
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
210
|
-
<connections>
|
|
211
|
-
<action selector="toggleAutomaticQuoteSubstitution:" target="-1" id="ptq-xd-QOA"/>
|
|
212
|
-
</connections>
|
|
213
|
-
</menuItem>
|
|
214
|
-
<menuItem title="Smart Dashes" id="rgM-f4-ycn">
|
|
215
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
216
|
-
<connections>
|
|
217
|
-
<action selector="toggleAutomaticDashSubstitution:" target="-1" id="oCt-pO-9gS"/>
|
|
218
|
-
</connections>
|
|
219
|
-
</menuItem>
|
|
220
|
-
<menuItem title="Smart Links" id="cwL-P1-jid">
|
|
221
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
222
|
-
<connections>
|
|
223
|
-
<action selector="toggleAutomaticLinkDetection:" target="-1" id="Gip-E3-Fov"/>
|
|
224
|
-
</connections>
|
|
225
|
-
</menuItem>
|
|
226
|
-
<menuItem title="Data Detectors" id="tRr-pd-1PS">
|
|
227
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
228
|
-
<connections>
|
|
229
|
-
<action selector="toggleAutomaticDataDetection:" target="-1" id="R1I-Nq-Kbl"/>
|
|
230
|
-
</connections>
|
|
231
|
-
</menuItem>
|
|
232
|
-
<menuItem title="Text Replacement" id="HFQ-gK-NFA">
|
|
233
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
234
|
-
<connections>
|
|
235
|
-
<action selector="toggleAutomaticTextReplacement:" target="-1" id="DvP-Fe-Py6"/>
|
|
236
|
-
</connections>
|
|
237
|
-
</menuItem>
|
|
238
|
-
</items>
|
|
239
|
-
</menu>
|
|
240
|
-
</menuItem>
|
|
241
|
-
<menuItem title="Transformations" id="2oI-Rn-ZJC">
|
|
242
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
243
|
-
<menu key="submenu" title="Transformations" id="c8a-y6-VQd">
|
|
244
|
-
<items>
|
|
245
|
-
<menuItem title="Make Upper Case" id="vmV-6d-7jI">
|
|
246
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
247
|
-
<connections>
|
|
248
|
-
<action selector="uppercaseWord:" target="-1" id="sPh-Tk-edu"/>
|
|
249
|
-
</connections>
|
|
250
|
-
</menuItem>
|
|
251
|
-
<menuItem title="Make Lower Case" id="d9M-CD-aMd">
|
|
252
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
253
|
-
<connections>
|
|
254
|
-
<action selector="lowercaseWord:" target="-1" id="iUZ-b5-hil"/>
|
|
255
|
-
</connections>
|
|
256
|
-
</menuItem>
|
|
257
|
-
<menuItem title="Capitalize" id="UEZ-Bs-lqG">
|
|
258
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
259
|
-
<connections>
|
|
260
|
-
<action selector="capitalizeWord:" target="-1" id="26H-TL-nsh"/>
|
|
261
|
-
</connections>
|
|
262
|
-
</menuItem>
|
|
263
|
-
</items>
|
|
264
|
-
</menu>
|
|
265
|
-
</menuItem>
|
|
266
|
-
<menuItem title="Speech" id="xrE-MZ-jX0">
|
|
267
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
268
|
-
<menu key="submenu" title="Speech" id="3rS-ZA-NoH">
|
|
269
|
-
<items>
|
|
270
|
-
<menuItem title="Start Speaking" id="Ynk-f8-cLZ">
|
|
271
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
272
|
-
<connections>
|
|
273
|
-
<action selector="startSpeaking:" target="-1" id="654-Ng-kyl"/>
|
|
274
|
-
</connections>
|
|
275
|
-
</menuItem>
|
|
276
|
-
<menuItem title="Stop Speaking" id="Oyz-dy-DGm">
|
|
277
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
278
|
-
<connections>
|
|
279
|
-
<action selector="stopSpeaking:" target="-1" id="dX8-6p-jy9"/>
|
|
280
|
-
</connections>
|
|
281
|
-
</menuItem>
|
|
282
|
-
</items>
|
|
283
|
-
</menu>
|
|
284
|
-
</menuItem>
|
|
285
|
-
</items>
|
|
286
|
-
</menu>
|
|
287
|
-
</menuItem>
|
|
288
|
-
<menuItem title="View" id="H8h-7b-M4v">
|
|
289
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
290
|
-
<menu key="submenu" title="View" id="HyV-fh-RgO">
|
|
291
|
-
<items>
|
|
292
|
-
<menuItem title="Enter Full Screen" keyEquivalent="f" id="4J7-dP-txa">
|
|
293
|
-
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
|
|
294
|
-
<connections>
|
|
295
|
-
<action selector="toggleFullScreen:" target="-1" id="dU3-MA-1Rq"/>
|
|
296
|
-
</connections>
|
|
297
|
-
</menuItem>
|
|
298
|
-
</items>
|
|
299
|
-
</menu>
|
|
300
|
-
</menuItem>
|
|
301
|
-
<menuItem title="Window" id="aUF-d1-5bR">
|
|
302
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
303
|
-
<menu key="submenu" title="Window" systemMenu="window" id="Td7-aD-5lo">
|
|
304
|
-
<items>
|
|
305
|
-
<menuItem title="Minimize" keyEquivalent="m" id="OY7-WF-poV">
|
|
306
|
-
<connections>
|
|
307
|
-
<action selector="performMiniaturize:" target="-1" id="VwT-WD-YPe"/>
|
|
308
|
-
</connections>
|
|
309
|
-
</menuItem>
|
|
310
|
-
<menuItem title="Zoom" id="R4o-n2-Eq4">
|
|
311
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
312
|
-
<connections>
|
|
313
|
-
<action selector="performZoom:" target="-1" id="DIl-cC-cCs"/>
|
|
314
|
-
</connections>
|
|
315
|
-
</menuItem>
|
|
316
|
-
<menuItem isSeparatorItem="YES" id="eu3-7i-yIM"/>
|
|
317
|
-
<menuItem title="Bring All to Front" id="LE2-aR-0XJ">
|
|
318
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
319
|
-
<connections>
|
|
320
|
-
<action selector="arrangeInFront:" target="-1" id="DRN-fu-gQh"/>
|
|
321
|
-
</connections>
|
|
322
|
-
</menuItem>
|
|
323
|
-
</items>
|
|
324
|
-
</menu>
|
|
325
|
-
</menuItem>
|
|
326
|
-
<menuItem title="Help" id="EPT-qC-fAb">
|
|
327
|
-
<modifierMask key="keyEquivalentModifierMask"/>
|
|
328
|
-
<menu key="submenu" title="Help" systemMenu="help" id="rJ0-wn-3NY"/>
|
|
329
|
-
</menuItem>
|
|
330
|
-
</items>
|
|
331
|
-
<point key="canvasLocation" x="142" y="-258"/>
|
|
332
|
-
</menu>
|
|
333
|
-
<window title="APP_NAME" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="MainFlutterWindow" customModule="Runner" customModuleProvider="target">
|
|
334
|
-
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
335
|
-
<rect key="contentRect" x="335" y="390" width="800" height="600"/>
|
|
336
|
-
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1577"/>
|
|
337
|
-
<view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
|
|
338
|
-
<rect key="frame" x="0.0" y="0.0" width="800" height="600"/>
|
|
339
|
-
<autoresizingMask key="autoresizingMask"/>
|
|
340
|
-
</view>
|
|
341
|
-
</window>
|
|
342
|
-
</objects>
|
|
343
|
-
</document>
|
macos/Runner/Configs/AppInfo.xcconfig
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
// Application-level settings for the Runner target.
|
|
2
|
-
//
|
|
3
|
-
// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the
|
|
4
|
-
// future. If not, the values below would default to using the project name when this becomes a
|
|
5
|
-
// 'flutter create' template.
|
|
6
|
-
|
|
7
|
-
// The application's name. By default this is also the title of the Flutter window.
|
|
8
|
-
PRODUCT_NAME = Only Bible App
|
|
9
|
-
|
|
10
|
-
// The application's bundle identifier
|
|
11
|
-
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.only-bible-app
|
|
12
|
-
|
|
13
|
-
// The copyright displayed in application information
|
|
14
|
-
PRODUCT_COPYRIGHT = Copyright © 2023 pyrossh. All rights reserved.
|
macos/Runner/Configs/Debug.xcconfig
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
#include "../../Flutter/Flutter-Debug.xcconfig"
|
|
2
|
-
#include "Warnings.xcconfig"
|
macos/Runner/Configs/Release.xcconfig
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
#include "../../Flutter/Flutter-Release.xcconfig"
|
|
2
|
-
#include "Warnings.xcconfig"
|
macos/Runner/Configs/Warnings.xcconfig
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
WARNING_CFLAGS = -Wall -Wconditional-uninitialized -Wnullable-to-nonnull-conversion -Wmissing-method-return-type -Woverlength-strings
|
|
2
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES
|
|
3
|
-
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES
|
|
4
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE
|
|
5
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
|
|
6
|
-
CLANG_WARN_PRAGMA_PACK = YES
|
|
7
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES
|
|
8
|
-
CLANG_WARN_COMMA = YES
|
|
9
|
-
GCC_WARN_STRICT_SELECTOR_MATCH = YES
|
|
10
|
-
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES
|
|
11
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
|
|
12
|
-
GCC_WARN_SHADOW = YES
|
|
13
|
-
CLANG_WARN_UNREACHABLE_CODE = YES
|
macos/Runner/DebugProfile.entitlements
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>com.apple.security.app-sandbox</key>
|
|
6
|
-
<true/>
|
|
7
|
-
<key>com.apple.security.cs.allow-jit</key>
|
|
8
|
-
<true/>
|
|
9
|
-
<key>com.apple.security.network.server</key>
|
|
10
|
-
<true/>
|
|
11
|
-
<key>com.apple.security.network.client</key>
|
|
12
|
-
<true/>
|
|
13
|
-
</dict>
|
|
14
|
-
</plist>
|
macos/Runner/Info.plist
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
7
|
-
<key>CFBundleExecutable</key>
|
|
8
|
-
<string>$(EXECUTABLE_NAME)</string>
|
|
9
|
-
<key>CFBundleIconFile</key>
|
|
10
|
-
<string></string>
|
|
11
|
-
<key>CFBundleIdentifier</key>
|
|
12
|
-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
13
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
-
<string>6.0</string>
|
|
15
|
-
<key>CFBundleName</key>
|
|
16
|
-
<string>$(PRODUCT_NAME)</string>
|
|
17
|
-
<key>CFBundlePackageType</key>
|
|
18
|
-
<string>APPL</string>
|
|
19
|
-
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>$(FLUTTER_BUILD_NAME)</string>
|
|
21
|
-
<key>CFBundleVersion</key>
|
|
22
|
-
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
23
|
-
<key>LSApplicationCategoryType</key>
|
|
24
|
-
<string>public.app-category.books</string>
|
|
25
|
-
<key>LSMinimumSystemVersion</key>
|
|
26
|
-
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
27
|
-
<key>NSHumanReadableCopyright</key>
|
|
28
|
-
<string>$(PRODUCT_COPYRIGHT)</string>
|
|
29
|
-
<key>NSMainNibFile</key>
|
|
30
|
-
<string>MainMenu</string>
|
|
31
|
-
<key>NSPrincipalClass</key>
|
|
32
|
-
<string>NSApplication</string>
|
|
33
|
-
</dict>
|
|
34
|
-
</plist>
|
macos/Runner/MainFlutterWindow.swift
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import Cocoa
|
|
2
|
-
import FlutterMacOS
|
|
3
|
-
|
|
4
|
-
class MainFlutterWindow: NSWindow {
|
|
5
|
-
override func awakeFromNib() {
|
|
6
|
-
let flutterViewController = FlutterViewController()
|
|
7
|
-
let windowFrame = self.frame
|
|
8
|
-
self.contentViewController = flutterViewController
|
|
9
|
-
self.setFrame(windowFrame, display: true)
|
|
10
|
-
|
|
11
|
-
RegisterGeneratedPlugins(registry: flutterViewController)
|
|
12
|
-
|
|
13
|
-
super.awakeFromNib()
|
|
14
|
-
}
|
|
15
|
-
}
|
macos/Runner/Release.entitlements
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>com.apple.security.app-sandbox</key>
|
|
6
|
-
<true/>
|
|
7
|
-
<key>com.apple.security.network.client</key>
|
|
8
|
-
<true/>
|
|
9
|
-
</dict>
|
|
10
|
-
</plist>
|
macos/RunnerTests/RunnerTests.swift
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import FlutterMacOS
|
|
2
|
-
import Cocoa
|
|
3
|
-
import XCTest
|
|
4
|
-
|
|
5
|
-
class RunnerTests: XCTestCase {
|
|
6
|
-
|
|
7
|
-
func testExample() {
|
|
8
|
-
// If you add code to the Runner application, consider adding tests here.
|
|
9
|
-
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
}
|
pubspec.lock
CHANGED
|
@@ -173,10 +173,10 @@ packages:
|
|
|
173
173
|
dependency: transitive
|
|
174
174
|
description:
|
|
175
175
|
name: collection
|
|
176
|
-
sha256:
|
|
176
|
+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
|
|
177
177
|
url: "https://pub.dev"
|
|
178
178
|
source: hosted
|
|
179
|
-
version: "1.
|
|
179
|
+
version: "1.18.0"
|
|
180
180
|
convert:
|
|
181
181
|
dependency: transitive
|
|
182
182
|
description:
|
|
@@ -189,10 +189,10 @@ packages:
|
|
|
189
189
|
dependency: transitive
|
|
190
190
|
description:
|
|
191
191
|
name: coverage
|
|
192
|
-
sha256: "
|
|
192
|
+
sha256: "8acabb8306b57a409bf4c83522065672ee13179297a6bb0cb9ead73948df7c76"
|
|
193
193
|
url: "https://pub.dev"
|
|
194
194
|
source: hosted
|
|
195
|
-
version: "1.
|
|
195
|
+
version: "1.7.2"
|
|
196
196
|
cross_file:
|
|
197
197
|
dependency: transitive
|
|
198
198
|
description:
|
|
@@ -269,10 +269,10 @@ packages:
|
|
|
269
269
|
dependency: transitive
|
|
270
270
|
description:
|
|
271
271
|
name: file
|
|
272
|
-
sha256: "
|
|
272
|
+
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
|
|
273
273
|
url: "https://pub.dev"
|
|
274
274
|
source: hosted
|
|
275
|
-
version: "
|
|
275
|
+
version: "7.0.0"
|
|
276
276
|
fixnum:
|
|
277
277
|
dependency: transitive
|
|
278
278
|
description:
|
|
@@ -516,6 +516,30 @@ packages:
|
|
|
516
516
|
url: "https://pub.dev"
|
|
517
517
|
source: hosted
|
|
518
518
|
version: "0.2.0"
|
|
519
|
+
leak_tracker:
|
|
520
|
+
dependency: transitive
|
|
521
|
+
description:
|
|
522
|
+
name: leak_tracker
|
|
523
|
+
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
|
|
524
|
+
url: "https://pub.dev"
|
|
525
|
+
source: hosted
|
|
526
|
+
version: "10.0.0"
|
|
527
|
+
leak_tracker_flutter_testing:
|
|
528
|
+
dependency: transitive
|
|
529
|
+
description:
|
|
530
|
+
name: leak_tracker_flutter_testing
|
|
531
|
+
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
|
|
532
|
+
url: "https://pub.dev"
|
|
533
|
+
source: hosted
|
|
534
|
+
version: "2.0.1"
|
|
535
|
+
leak_tracker_testing:
|
|
536
|
+
dependency: transitive
|
|
537
|
+
description:
|
|
538
|
+
name: leak_tracker_testing
|
|
539
|
+
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
|
|
540
|
+
url: "https://pub.dev"
|
|
541
|
+
source: hosted
|
|
542
|
+
version: "2.0.1"
|
|
519
543
|
lints:
|
|
520
544
|
dependency: transitive
|
|
521
545
|
description:
|
|
@@ -544,26 +568,26 @@ packages:
|
|
|
544
568
|
dependency: transitive
|
|
545
569
|
description:
|
|
546
570
|
name: matcher
|
|
547
|
-
sha256:
|
|
571
|
+
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
|
|
548
572
|
url: "https://pub.dev"
|
|
549
573
|
source: hosted
|
|
550
|
-
version: "0.12.16"
|
|
574
|
+
version: "0.12.16+1"
|
|
551
575
|
material_color_utilities:
|
|
552
576
|
dependency: transitive
|
|
553
577
|
description:
|
|
554
578
|
name: material_color_utilities
|
|
555
|
-
sha256: "
|
|
579
|
+
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
|
|
556
580
|
url: "https://pub.dev"
|
|
557
581
|
source: hosted
|
|
558
|
-
version: "0.
|
|
582
|
+
version: "0.8.0"
|
|
559
583
|
meta:
|
|
560
584
|
dependency: transitive
|
|
561
585
|
description:
|
|
562
586
|
name: meta
|
|
563
|
-
sha256:
|
|
587
|
+
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
|
|
564
588
|
url: "https://pub.dev"
|
|
565
589
|
source: hosted
|
|
566
|
-
version: "1.
|
|
590
|
+
version: "1.11.0"
|
|
567
591
|
mime:
|
|
568
592
|
dependency: transitive
|
|
569
593
|
description:
|
|
@@ -616,10 +640,10 @@ packages:
|
|
|
616
640
|
dependency: transitive
|
|
617
641
|
description:
|
|
618
642
|
name: path
|
|
619
|
-
sha256: "
|
|
643
|
+
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
|
|
620
644
|
url: "https://pub.dev"
|
|
621
645
|
source: hosted
|
|
622
|
-
version: "1.
|
|
646
|
+
version: "1.9.0"
|
|
623
647
|
path_provider:
|
|
624
648
|
dependency: "direct main"
|
|
625
649
|
description:
|
|
@@ -680,10 +704,10 @@ packages:
|
|
|
680
704
|
dependency: transitive
|
|
681
705
|
description:
|
|
682
706
|
name: platform
|
|
683
|
-
sha256: "
|
|
707
|
+
sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec"
|
|
684
708
|
url: "https://pub.dev"
|
|
685
709
|
source: hosted
|
|
686
|
-
version: "3.1.
|
|
710
|
+
version: "3.1.4"
|
|
687
711
|
plugin_platform_interface:
|
|
688
712
|
dependency: transitive
|
|
689
713
|
description:
|
|
@@ -712,10 +736,10 @@ packages:
|
|
|
712
736
|
dependency: transitive
|
|
713
737
|
description:
|
|
714
738
|
name: process
|
|
715
|
-
sha256: "
|
|
739
|
+
sha256: "21e54fd2faf1b5bdd5102afd25012184a6793927648ea81eea80552ac9405b32"
|
|
716
740
|
url: "https://pub.dev"
|
|
717
741
|
source: hosted
|
|
718
|
-
version: "
|
|
742
|
+
version: "5.0.2"
|
|
719
743
|
pub_semver:
|
|
720
744
|
dependency: transitive
|
|
721
745
|
description:
|
|
@@ -792,10 +816,10 @@ packages:
|
|
|
792
816
|
dependency: transitive
|
|
793
817
|
description:
|
|
794
818
|
name: shared_preferences_linux
|
|
795
|
-
sha256: "
|
|
819
|
+
sha256: "9f2cbcf46d4270ea8be39fa156d86379077c8a5228d9dfdb1164ae0bb93f1faa"
|
|
796
820
|
url: "https://pub.dev"
|
|
797
821
|
source: hosted
|
|
798
|
-
version: "2.3.
|
|
822
|
+
version: "2.3.2"
|
|
799
823
|
shared_preferences_platform_interface:
|
|
800
824
|
dependency: transitive
|
|
801
825
|
description:
|
|
@@ -816,10 +840,10 @@ packages:
|
|
|
816
840
|
dependency: transitive
|
|
817
841
|
description:
|
|
818
842
|
name: shared_preferences_windows
|
|
819
|
-
sha256:
|
|
843
|
+
sha256: "841ad54f3c8381c480d0c9b508b89a34036f512482c407e6df7a9c4aa2ef8f59"
|
|
820
844
|
url: "https://pub.dev"
|
|
821
845
|
source: hosted
|
|
822
|
-
version: "2.3.
|
|
846
|
+
version: "2.3.2"
|
|
823
847
|
shelf:
|
|
824
848
|
dependency: transitive
|
|
825
849
|
description:
|
|
@@ -885,18 +909,18 @@ packages:
|
|
|
885
909
|
dependency: transitive
|
|
886
910
|
description:
|
|
887
911
|
name: stack_trace
|
|
888
|
-
sha256:
|
|
912
|
+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
|
|
889
913
|
url: "https://pub.dev"
|
|
890
914
|
source: hosted
|
|
891
|
-
version: "1.11.
|
|
915
|
+
version: "1.11.1"
|
|
892
916
|
stream_channel:
|
|
893
917
|
dependency: transitive
|
|
894
918
|
description:
|
|
895
919
|
name: stream_channel
|
|
896
|
-
sha256:
|
|
920
|
+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
|
|
897
921
|
url: "https://pub.dev"
|
|
898
922
|
source: hosted
|
|
899
|
-
version: "2.1.
|
|
923
|
+
version: "2.1.2"
|
|
900
924
|
stream_transform:
|
|
901
925
|
dependency: transitive
|
|
902
926
|
description:
|
|
@@ -933,26 +957,26 @@ packages:
|
|
|
933
957
|
dependency: "direct dev"
|
|
934
958
|
description:
|
|
935
959
|
name: test
|
|
936
|
-
sha256:
|
|
960
|
+
sha256: a1f7595805820fcc05e5c52e3a231aedd0b72972cb333e8c738a8b1239448b6f
|
|
937
961
|
url: "https://pub.dev"
|
|
938
962
|
source: hosted
|
|
939
|
-
version: "1.24.
|
|
963
|
+
version: "1.24.9"
|
|
940
964
|
test_api:
|
|
941
965
|
dependency: transitive
|
|
942
966
|
description:
|
|
943
967
|
name: test_api
|
|
944
|
-
sha256: "
|
|
968
|
+
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
|
|
945
969
|
url: "https://pub.dev"
|
|
946
970
|
source: hosted
|
|
947
|
-
version: "0.6.
|
|
971
|
+
version: "0.6.1"
|
|
948
972
|
test_core:
|
|
949
973
|
dependency: transitive
|
|
950
974
|
description:
|
|
951
975
|
name: test_core
|
|
952
|
-
sha256:
|
|
976
|
+
sha256: a757b14fc47507060a162cc2530d9a4a2f92f5100a952c7443b5cad5ef5b106a
|
|
953
977
|
url: "https://pub.dev"
|
|
954
978
|
source: hosted
|
|
955
|
-
version: "0.5.
|
|
979
|
+
version: "0.5.9"
|
|
956
980
|
timing:
|
|
957
981
|
dependency: transitive
|
|
958
982
|
description:
|
|
@@ -1061,10 +1085,10 @@ packages:
|
|
|
1061
1085
|
dependency: transitive
|
|
1062
1086
|
description:
|
|
1063
1087
|
name: vm_service
|
|
1064
|
-
sha256:
|
|
1088
|
+
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
|
|
1065
1089
|
url: "https://pub.dev"
|
|
1066
1090
|
source: hosted
|
|
1067
|
-
version: "
|
|
1091
|
+
version: "13.0.0"
|
|
1068
1092
|
watcher:
|
|
1069
1093
|
dependency: transitive
|
|
1070
1094
|
description:
|
|
@@ -1073,14 +1097,6 @@ packages:
|
|
|
1073
1097
|
url: "https://pub.dev"
|
|
1074
1098
|
source: hosted
|
|
1075
1099
|
version: "1.1.0"
|
|
1076
|
-
web:
|
|
1077
|
-
dependency: transitive
|
|
1078
|
-
description:
|
|
1079
|
-
name: web
|
|
1080
|
-
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
|
|
1081
|
-
url: "https://pub.dev"
|
|
1082
|
-
source: hosted
|
|
1083
|
-
version: "0.1.4-beta"
|
|
1084
1100
|
web_socket_channel:
|
|
1085
1101
|
dependency: transitive
|
|
1086
1102
|
description:
|
|
@@ -1093,10 +1109,10 @@ packages:
|
|
|
1093
1109
|
dependency: transitive
|
|
1094
1110
|
description:
|
|
1095
1111
|
name: webdriver
|
|
1096
|
-
sha256: "
|
|
1112
|
+
sha256: "003d7da9519e1e5f329422b36c4dcdf18d7d2978d1ba099ea4e45ba490ed845e"
|
|
1097
1113
|
url: "https://pub.dev"
|
|
1098
1114
|
source: hosted
|
|
1099
|
-
version: "3.0.
|
|
1115
|
+
version: "3.0.3"
|
|
1100
1116
|
webkit_inspection_protocol:
|
|
1101
1117
|
dependency: transitive
|
|
1102
1118
|
description:
|
|
@@ -1138,5 +1154,5 @@ packages:
|
|
|
1138
1154
|
source: hosted
|
|
1139
1155
|
version: "3.1.2"
|
|
1140
1156
|
sdks:
|
|
1141
|
-
dart: ">=3.
|
|
1157
|
+
dart: ">=3.2.0-0 <4.0.0"
|
|
1142
1158
|
flutter: ">=3.10.0"
|
pubspec.yaml
CHANGED
|
@@ -63,15 +63,6 @@ flutter_launcher_icons:
|
|
|
63
63
|
ios: true
|
|
64
64
|
image_path: "assets/icon.png"
|
|
65
65
|
remove_alpha_ios: true
|
|
66
|
-
web:
|
|
67
|
-
generate: true
|
|
68
|
-
background_color: "#FFFFFF"
|
|
69
|
-
theme_color: "#FFFFFF"
|
|
70
|
-
windows:
|
|
71
|
-
generate: true
|
|
72
|
-
icon_size: 48
|
|
73
|
-
macos:
|
|
74
|
-
generate: true
|
|
75
66
|
|
|
76
67
|
flutter_native_splash:
|
|
77
68
|
color: "#FFFFFF"
|
web/favicon.png
DELETED
|
Binary file
|
web/icons/Icon-192.png
DELETED
|
Binary file
|
web/icons/Icon-512.png
DELETED
|
Binary file
|
web/icons/Icon-maskable-192.png
DELETED
|
Binary file
|
web/icons/Icon-maskable-512.png
DELETED
|
Binary file
|
web/index.html
DELETED
|
@@ -1,177 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html><head>
|
|
2
|
-
<!--
|
|
3
|
-
If you are serving your web app in a path other than the root, change the
|
|
4
|
-
href value below to reflect the base path you are serving from.
|
|
5
|
-
|
|
6
|
-
The path provided below has to start and end with a slash "/" in order for
|
|
7
|
-
it to work correctly.
|
|
8
|
-
|
|
9
|
-
For more details:
|
|
10
|
-
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
|
|
11
|
-
|
|
12
|
-
This is a placeholder for base href that will be replaced by the value of
|
|
13
|
-
the `--base-href` argument provided to `flutter build`.
|
|
14
|
-
-->
|
|
15
|
-
<base href="$FLUTTER_BASE_HREF">
|
|
16
|
-
|
|
17
|
-
<meta charset="UTF-8">
|
|
18
|
-
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
19
|
-
<meta name="description" content="A new Flutter project.">
|
|
20
|
-
|
|
21
|
-
<!-- iOS meta tags & icons -->
|
|
22
|
-
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
23
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
24
|
-
<meta name="apple-mobile-web-app-title" content="only_bible_app">
|
|
25
|
-
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
|
26
|
-
|
|
27
|
-
<!-- Favicon -->
|
|
28
|
-
<link rel="icon" type="image/png" href="favicon.png">
|
|
29
|
-
|
|
30
|
-
<title>Only Bible App</title>
|
|
31
|
-
<link rel="manifest" href="manifest.json">
|
|
32
|
-
|
|
33
|
-
<script>
|
|
34
|
-
// The value below is injected by flutter build, do not touch.
|
|
35
|
-
var serviceWorkerVersion = null;
|
|
36
|
-
</script>
|
|
37
|
-
<!-- This script adds the flutter initialization JS code -->
|
|
38
|
-
<script src="flutter.js" defer=""></script>
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
<style id="splash-screen-style">
|
|
75
|
-
html {
|
|
76
|
-
height: 100%
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
body {
|
|
80
|
-
margin: 0;
|
|
81
|
-
min-height: 100%;
|
|
82
|
-
background-color: #FFFFFF;
|
|
83
|
-
background-size: 100% 100%;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.center {
|
|
87
|
-
margin: 0;
|
|
88
|
-
position: absolute;
|
|
89
|
-
top: 50%;
|
|
90
|
-
left: 50%;
|
|
91
|
-
-ms-transform: translate(-50%, -50%);
|
|
92
|
-
transform: translate(-50%, -50%);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.contain {
|
|
96
|
-
display:block;
|
|
97
|
-
width:100%; height:100%;
|
|
98
|
-
object-fit: contain;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.stretch {
|
|
102
|
-
display:block;
|
|
103
|
-
width:100%; height:100%;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.cover {
|
|
107
|
-
display:block;
|
|
108
|
-
width:100%; height:100%;
|
|
109
|
-
object-fit: cover;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.bottom {
|
|
113
|
-
position: absolute;
|
|
114
|
-
bottom: 0;
|
|
115
|
-
left: 50%;
|
|
116
|
-
-ms-transform: translate(-50%, 0);
|
|
117
|
-
transform: translate(-50%, 0);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.bottomLeft {
|
|
121
|
-
position: absolute;
|
|
122
|
-
bottom: 0;
|
|
123
|
-
left: 0;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.bottomRight {
|
|
127
|
-
position: absolute;
|
|
128
|
-
bottom: 0;
|
|
129
|
-
right: 0;
|
|
130
|
-
}
|
|
131
|
-
</style>
|
|
132
|
-
<script id="splash-screen-script">
|
|
133
|
-
function removeSplashFromWeb() {
|
|
134
|
-
document.getElementById("splash")?.remove();
|
|
135
|
-
document.getElementById("splash-branding")?.remove();
|
|
136
|
-
document.body.style.background = "transparent";
|
|
137
|
-
}
|
|
138
|
-
</script>
|
|
139
|
-
</head>
|
|
140
|
-
<body>
|
|
141
|
-
<picture id="splash">
|
|
142
|
-
<source srcset="splash/img/light-1x.png 1x, splash/img/light-2x.png 2x, splash/img/light-3x.png 3x, splash/img/light-4x.png 4x" media="(prefers-color-scheme: light)">
|
|
143
|
-
<source srcset="splash/img/dark-1x.png 1x, splash/img/dark-2x.png 2x, splash/img/dark-3x.png 3x, splash/img/dark-4x.png 4x" media="(prefers-color-scheme: dark)">
|
|
144
|
-
<img class="center" aria-hidden="true" src="splash/img/light-1x.png" alt="">
|
|
145
|
-
</picture>
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
<script>
|
|
161
|
-
window.addEventListener('load', function(ev) {
|
|
162
|
-
// Download main.dart.js
|
|
163
|
-
_flutter.loader.loadEntrypoint({
|
|
164
|
-
serviceWorker: {
|
|
165
|
-
serviceWorkerVersion: serviceWorkerVersion,
|
|
166
|
-
},
|
|
167
|
-
onEntrypointLoaded: function(engineInitializer) {
|
|
168
|
-
engineInitializer.initializeEngine().then(function(appRunner) {
|
|
169
|
-
appRunner.runApp();
|
|
170
|
-
});
|
|
171
|
-
}
|
|
172
|
-
});
|
|
173
|
-
});
|
|
174
|
-
</script>
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
</body></html>
|
web/manifest.json
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "only_bible_app",
|
|
3
|
-
"short_name": "only_bible_app",
|
|
4
|
-
"start_url": ".",
|
|
5
|
-
"display": "standalone",
|
|
6
|
-
"background_color": "#FFFFFF",
|
|
7
|
-
"theme_color": "#FFFFFF",
|
|
8
|
-
"description": "A new Flutter project.",
|
|
9
|
-
"orientation": "portrait-primary",
|
|
10
|
-
"prefer_related_applications": false,
|
|
11
|
-
"icons": [
|
|
12
|
-
{
|
|
13
|
-
"src": "icons/Icon-192.png",
|
|
14
|
-
"sizes": "192x192",
|
|
15
|
-
"type": "image/png"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"src": "icons/Icon-512.png",
|
|
19
|
-
"sizes": "512x512",
|
|
20
|
-
"type": "image/png"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"src": "icons/Icon-maskable-192.png",
|
|
24
|
-
"sizes": "192x192",
|
|
25
|
-
"type": "image/png",
|
|
26
|
-
"purpose": "maskable"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"src": "icons/Icon-maskable-512.png",
|
|
30
|
-
"sizes": "512x512",
|
|
31
|
-
"type": "image/png",
|
|
32
|
-
"purpose": "maskable"
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
}
|
web/splash/img/dark-1x.png
DELETED
|
Binary file
|
web/splash/img/dark-2x.png
DELETED
|
Binary file
|
web/splash/img/dark-3x.png
DELETED
|
Binary file
|
web/splash/img/dark-4x.png
DELETED
|
Binary file
|
web/splash/img/light-1x.png
DELETED
|
Binary file
|
web/splash/img/light-2x.png
DELETED
|
Binary file
|
web/splash/img/light-3x.png
DELETED
|
Binary file
|
web/splash/img/light-4x.png
DELETED
|
Binary file
|