~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.
bf258808
—
pyrossh 2 years ago
remove firebase
- .firebaserc +0 -5
- .metadata +17 -17
- android/app/build.gradle +0 -5
- android/build.gradle +0 -5
- firebase.json +0 -19
- ios/Podfile.lock +0 -3
- ios/firebase_app_id_file.json +0 -7
- macos/Flutter/GeneratedPluginRegistrant.swift +0 -4
- macos/Podfile.lock +0 -96
- macos/Runner.xcodeproj/project.pbxproj +59 -84
- macos/firebase_app_id_file.json +0 -7
- windows/flutter/generated_plugin_registrant.cc +0 -3
- windows/flutter/generated_plugins.cmake +0 -1
.firebaserc
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"projects": {
|
|
3
|
-
"default": "only-bible-app"
|
|
4
|
-
}
|
|
5
|
-
}
|
.metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# This file tracks properties of this Flutter project.
|
|
2
2
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
3
3
|
#
|
|
4
|
-
# This file should be version controlled.
|
|
4
|
+
# This file should be version controlled and should not be manually edited.
|
|
5
5
|
|
|
6
6
|
version:
|
|
7
|
-
revision:
|
|
7
|
+
revision: "efbf63d9c66b9f6ec30e9ad4611189aa80003d31"
|
|
8
|
-
channel: stable
|
|
8
|
+
channel: "stable"
|
|
9
9
|
|
|
10
10
|
project_type: app
|
|
11
11
|
|
|
@@ -13,26 +13,26 @@ project_type: app
|
|
|
13
13
|
migration:
|
|
14
14
|
platforms:
|
|
15
15
|
- platform: root
|
|
16
|
-
create_revision:
|
|
16
|
+
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
17
|
-
base_revision:
|
|
17
|
+
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
18
18
|
- platform: android
|
|
19
|
-
create_revision:
|
|
19
|
+
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
20
|
-
base_revision:
|
|
20
|
+
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
21
21
|
- platform: ios
|
|
22
|
-
create_revision:
|
|
22
|
+
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
23
|
-
base_revision:
|
|
23
|
+
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
24
24
|
- platform: linux
|
|
25
|
-
create_revision:
|
|
25
|
+
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
26
|
-
base_revision:
|
|
26
|
+
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
27
27
|
- platform: macos
|
|
28
|
-
create_revision:
|
|
28
|
+
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
29
|
-
base_revision:
|
|
29
|
+
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
30
30
|
- platform: web
|
|
31
|
-
create_revision:
|
|
31
|
+
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
32
|
-
base_revision:
|
|
32
|
+
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
33
33
|
- platform: windows
|
|
34
|
-
create_revision:
|
|
34
|
+
create_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
35
|
-
base_revision:
|
|
35
|
+
base_revision: efbf63d9c66b9f6ec30e9ad4611189aa80003d31
|
|
36
36
|
|
|
37
37
|
# User provided section
|
|
38
38
|
|
android/app/build.gradle
CHANGED
|
@@ -22,11 +22,6 @@ if (flutterVersionName == null) {
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
apply plugin: 'com.android.application'
|
|
25
|
-
// START: FlutterFire Configuration
|
|
26
|
-
apply plugin: 'com.google.gms.google-services'
|
|
27
|
-
apply plugin: 'com.google.firebase.firebase-perf'
|
|
28
|
-
apply plugin: 'com.google.firebase.crashlytics'
|
|
29
|
-
// END: FlutterFire Configuration
|
|
30
25
|
apply plugin: 'kotlin-android'
|
|
31
26
|
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
|
32
27
|
|
android/build.gradle
CHANGED
|
@@ -7,11 +7,6 @@ buildscript {
|
|
|
7
7
|
|
|
8
8
|
dependencies {
|
|
9
9
|
classpath 'com.android.tools.build:gradle:7.3.0'
|
|
10
|
-
// START: FlutterFire Configuration
|
|
11
|
-
classpath 'com.google.gms:google-services:4.3.14'
|
|
12
|
-
classpath 'com.google.firebase:perf-plugin:1.4.1'
|
|
13
|
-
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
|
|
14
|
-
// END: FlutterFire Configuration
|
|
15
10
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
|
16
11
|
}
|
|
17
12
|
}
|
firebase.json
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"hosting": {
|
|
3
|
-
"source": ".",
|
|
4
|
-
"ignore": [
|
|
5
|
-
"firebase.json",
|
|
6
|
-
"**/.*",
|
|
7
|
-
"**/node_modules/**"
|
|
8
|
-
],
|
|
9
|
-
"frameworksBackend": {
|
|
10
|
-
"region": "us-east1"
|
|
11
|
-
},
|
|
12
|
-
"rewrites": [
|
|
13
|
-
{
|
|
14
|
-
"source": "**",
|
|
15
|
-
"destination": "/index.html"
|
|
16
|
-
}
|
|
17
|
-
]
|
|
18
|
-
}
|
|
19
|
-
}
|
ios/Podfile.lock
CHANGED
|
@@ -111,9 +111,6 @@ PODS:
|
|
|
111
111
|
|
|
112
112
|
DEPENDENCIES:
|
|
113
113
|
- audio_session (from `.symlinks/plugins/audio_session/ios`)
|
|
114
|
-
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
|
|
115
|
-
- firebase_crashlytics (from `.symlinks/plugins/firebase_crashlytics/ios`)
|
|
116
|
-
- firebase_performance (from `.symlinks/plugins/firebase_performance/ios`)
|
|
117
114
|
- Flutter (from `Flutter`)
|
|
118
115
|
- flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`)
|
|
119
116
|
- integration_test (from `.symlinks/plugins/integration_test/ios`)
|
ios/firebase_app_id_file.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"file_generated_by": "FlutterFire CLI",
|
|
3
|
-
"purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory",
|
|
4
|
-
"GOOGLE_APP_ID": "1:584350822569:ios:73b8443b3dd48f40fdf9b8",
|
|
5
|
-
"FIREBASE_PROJECT_ID": "only-bible-app",
|
|
6
|
-
"GCM_SENDER_ID": "584350822569"
|
|
7
|
-
}
|
macos/Flutter/GeneratedPluginRegistrant.swift
CHANGED
|
@@ -6,8 +6,6 @@ import FlutterMacOS
|
|
|
6
6
|
import Foundation
|
|
7
7
|
|
|
8
8
|
import audio_session
|
|
9
|
-
import firebase_core
|
|
10
|
-
import firebase_crashlytics
|
|
11
9
|
import just_audio
|
|
12
10
|
import package_info_plus
|
|
13
11
|
import path_provider_foundation
|
|
@@ -17,8 +15,6 @@ import url_launcher_macos
|
|
|
17
15
|
|
|
18
16
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
19
17
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
|
20
|
-
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
|
|
21
|
-
FLTFirebaseCrashlyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCrashlyticsPlugin"))
|
|
22
18
|
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
|
|
23
19
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
|
24
20
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
macos/Podfile.lock
CHANGED
|
@@ -1,75 +1,14 @@
|
|
|
1
1
|
PODS:
|
|
2
2
|
- audio_session (0.0.1):
|
|
3
3
|
- FlutterMacOS
|
|
4
|
-
- Firebase/CoreOnly (10.12.0):
|
|
5
|
-
- FirebaseCore (= 10.12.0)
|
|
6
|
-
- Firebase/Crashlytics (10.12.0):
|
|
7
|
-
- Firebase/CoreOnly
|
|
8
|
-
- FirebaseCrashlytics (~> 10.12.0)
|
|
9
|
-
- firebase_core (2.15.0):
|
|
10
|
-
- Firebase/CoreOnly (~> 10.12.0)
|
|
11
|
-
- FlutterMacOS
|
|
12
|
-
- firebase_crashlytics (3.3.4):
|
|
13
|
-
- Firebase/CoreOnly (~> 10.12.0)
|
|
14
|
-
- Firebase/Crashlytics (~> 10.12.0)
|
|
15
|
-
- firebase_core
|
|
16
|
-
- FlutterMacOS
|
|
17
|
-
- FirebaseCore (10.12.0):
|
|
18
|
-
- FirebaseCoreInternal (~> 10.0)
|
|
19
|
-
- GoogleUtilities/Environment (~> 7.8)
|
|
20
|
-
- GoogleUtilities/Logger (~> 7.8)
|
|
21
|
-
- FirebaseCoreExtension (10.13.0):
|
|
22
|
-
- FirebaseCore (~> 10.0)
|
|
23
|
-
- FirebaseCoreInternal (10.13.0):
|
|
24
|
-
- "GoogleUtilities/NSData+zlib (~> 7.8)"
|
|
25
|
-
- FirebaseCrashlytics (10.12.0):
|
|
26
|
-
- FirebaseCore (~> 10.5)
|
|
27
|
-
- FirebaseInstallations (~> 10.0)
|
|
28
|
-
- FirebaseSessions (~> 10.5)
|
|
29
|
-
- GoogleDataTransport (~> 9.2)
|
|
30
|
-
- GoogleUtilities/Environment (~> 7.8)
|
|
31
|
-
- nanopb (< 2.30910.0, >= 2.30908.0)
|
|
32
|
-
- PromisesObjC (~> 2.1)
|
|
33
|
-
- FirebaseInstallations (10.13.0):
|
|
34
|
-
- FirebaseCore (~> 10.0)
|
|
35
|
-
- GoogleUtilities/Environment (~> 7.8)
|
|
36
|
-
- GoogleUtilities/UserDefaults (~> 7.8)
|
|
37
|
-
- PromisesObjC (~> 2.1)
|
|
38
|
-
- FirebaseSessions (10.13.0):
|
|
39
|
-
- FirebaseCore (~> 10.5)
|
|
40
|
-
- FirebaseCoreExtension (~> 10.0)
|
|
41
|
-
- FirebaseInstallations (~> 10.0)
|
|
42
|
-
- GoogleDataTransport (~> 9.2)
|
|
43
|
-
- GoogleUtilities/Environment (~> 7.10)
|
|
44
|
-
- nanopb (< 2.30910.0, >= 2.30908.0)
|
|
45
|
-
- PromisesSwift (~> 2.1)
|
|
46
4
|
- FlutterMacOS (1.0.0)
|
|
47
|
-
- GoogleDataTransport (9.2.5):
|
|
48
|
-
- GoogleUtilities/Environment (~> 7.7)
|
|
49
|
-
- nanopb (< 2.30910.0, >= 2.30908.0)
|
|
50
|
-
- PromisesObjC (< 3.0, >= 1.2)
|
|
51
|
-
- GoogleUtilities/Environment (7.11.5):
|
|
52
|
-
- PromisesObjC (< 3.0, >= 1.2)
|
|
53
|
-
- GoogleUtilities/Logger (7.11.5):
|
|
54
|
-
- GoogleUtilities/Environment
|
|
55
|
-
- "GoogleUtilities/NSData+zlib (7.11.5)"
|
|
56
|
-
- GoogleUtilities/UserDefaults (7.11.5):
|
|
57
|
-
- GoogleUtilities/Logger
|
|
58
5
|
- just_audio (0.0.1):
|
|
59
6
|
- FlutterMacOS
|
|
60
|
-
- nanopb (2.30909.0):
|
|
61
|
-
- nanopb/decode (= 2.30909.0)
|
|
62
|
-
- nanopb/encode (= 2.30909.0)
|
|
63
|
-
- nanopb/decode (2.30909.0)
|
|
64
|
-
- nanopb/encode (2.30909.0)
|
|
65
7
|
- package_info_plus (0.0.1):
|
|
66
8
|
- FlutterMacOS
|
|
67
9
|
- path_provider_foundation (0.0.1):
|
|
68
10
|
- Flutter
|
|
69
11
|
- FlutterMacOS
|
|
70
|
-
- PromisesObjC (2.3.1)
|
|
71
|
-
- PromisesSwift (2.3.1):
|
|
72
|
-
- PromisesObjC (= 2.3.1)
|
|
73
12
|
- share_plus (0.0.1):
|
|
74
13
|
- FlutterMacOS
|
|
75
14
|
- shared_preferences_foundation (0.0.1):
|
|
@@ -80,8 +19,6 @@ PODS:
|
|
|
80
19
|
|
|
81
20
|
DEPENDENCIES:
|
|
82
21
|
- audio_session (from `Flutter/ephemeral/.symlinks/plugins/audio_session/macos`)
|
|
83
|
-
- firebase_core (from `Flutter/ephemeral/.symlinks/plugins/firebase_core/macos`)
|
|
84
|
-
- firebase_crashlytics (from `Flutter/ephemeral/.symlinks/plugins/firebase_crashlytics/macos`)
|
|
85
22
|
- FlutterMacOS (from `Flutter/ephemeral`)
|
|
86
23
|
- just_audio (from `Flutter/ephemeral/.symlinks/plugins/just_audio/macos`)
|
|
87
24
|
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
|
|
@@ -90,28 +27,9 @@ DEPENDENCIES:
|
|
|
90
27
|
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
|
|
91
28
|
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
|
|
92
29
|
|
|
93
|
-
SPEC REPOS:
|
|
94
|
-
trunk:
|
|
95
|
-
- Firebase
|
|
96
|
-
- FirebaseCore
|
|
97
|
-
- FirebaseCoreExtension
|
|
98
|
-
- FirebaseCoreInternal
|
|
99
|
-
- FirebaseCrashlytics
|
|
100
|
-
- FirebaseInstallations
|
|
101
|
-
- FirebaseSessions
|
|
102
|
-
- GoogleDataTransport
|
|
103
|
-
- GoogleUtilities
|
|
104
|
-
- nanopb
|
|
105
|
-
- PromisesObjC
|
|
106
|
-
- PromisesSwift
|
|
107
|
-
|
|
108
30
|
EXTERNAL SOURCES:
|
|
109
31
|
audio_session:
|
|
110
32
|
:path: Flutter/ephemeral/.symlinks/plugins/audio_session/macos
|
|
111
|
-
firebase_core:
|
|
112
|
-
:path: Flutter/ephemeral/.symlinks/plugins/firebase_core/macos
|
|
113
|
-
firebase_crashlytics:
|
|
114
|
-
:path: Flutter/ephemeral/.symlinks/plugins/firebase_crashlytics/macos
|
|
115
33
|
FlutterMacOS:
|
|
116
34
|
:path: Flutter/ephemeral
|
|
117
35
|
just_audio:
|
|
@@ -129,24 +47,10 @@ EXTERNAL SOURCES:
|
|
|
129
47
|
|
|
130
48
|
SPEC CHECKSUMS:
|
|
131
49
|
audio_session: dea1f41890dbf1718f04a56f1d6150fd50039b72
|
|
132
|
-
Firebase: 07150e75d142fb9399f6777fa56a187b17f833a0
|
|
133
|
-
firebase_core: ff59797157ca9adda4440071643761b41fcd03b3
|
|
134
|
-
firebase_crashlytics: 223f1e85437fa85822439e51db3cd0be7dd35b23
|
|
135
|
-
FirebaseCore: f86a1394906b97ac445ae49c92552a9425831bed
|
|
136
|
-
FirebaseCoreExtension: ce60f9db46d83944cf444664d6d587474128eeca
|
|
137
|
-
FirebaseCoreInternal: b342e37cd4f5b4454ec34308f073420e7920858e
|
|
138
|
-
FirebaseCrashlytics: c4d111b7430c49744c74bcc6346ea00868661ac8
|
|
139
|
-
FirebaseInstallations: b28af1b9f997f1a799efe818c94695a3728c352f
|
|
140
|
-
FirebaseSessions: 991fb4c20b3505eef125f7cbfa20a5b5b189c2a4
|
|
141
50
|
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
|
|
142
|
-
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
|
|
143
|
-
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
|
|
144
51
|
just_audio: 9b67ca7b97c61cfc9784ea23cd8cc55eb226d489
|
|
145
|
-
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
|
|
146
52
|
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
|
|
147
53
|
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
|
|
148
|
-
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
|
|
149
|
-
PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
|
|
150
54
|
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
|
|
151
55
|
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
|
|
152
56
|
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
|
macos/Runner.xcodeproj/project.pbxproj
CHANGED
|
@@ -21,15 +21,14 @@
|
|
|
21
21
|
/* End PBXAggregateTarget section */
|
|
22
22
|
|
|
23
23
|
/* Begin PBXBuildFile section */
|
|
24
|
-
26D0ED3690D60D3548BD95E1 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73DC050744E23B06FD6F0F4E /* Pods_Runner.framework */; };
|
|
25
24
|
331C80D8294CF71000263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C80D7294CF71000263BE5 /* RunnerTests.swift */; };
|
|
26
25
|
335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */; };
|
|
27
26
|
33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC10F02044A3C60003C045 /* AppDelegate.swift */; };
|
|
28
27
|
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
|
|
29
28
|
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
|
|
30
29
|
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
|
|
31
|
-
|
|
30
|
+
376B36A4B4EFBDC4DA811D06 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 421B51BCAFEB8C79CDE8F5DF /* Pods_RunnerTests.framework */; };
|
|
32
|
-
|
|
31
|
+
7B0137B6006A9629507B9EC3 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7FC892DC3D771AC9DF4E82B6 /* Pods_Runner.framework */; };
|
|
33
32
|
/* End PBXBuildFile section */
|
|
34
33
|
|
|
35
34
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -63,14 +62,12 @@
|
|
|
63
62
|
/* End PBXCopyFilesBuildPhase section */
|
|
64
63
|
|
|
65
64
|
/* Begin PBXFileReference section */
|
|
66
|
-
|
|
67
|
-
0A2423C648D8FA7609578CB3 /* 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>"; };
|
|
68
|
-
259C60ECCFD00EFCFD02695D /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
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>"; };
|
|
69
66
|
331C80D5294CF71000263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
70
67
|
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
|
|
71
68
|
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
|
|
72
69
|
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
|
|
73
|
-
33CC10ED2044A3C60003C045 /*
|
|
70
|
+
33CC10ED2044A3C60003C045 /* bible_app.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bible_app.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
74
71
|
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
75
72
|
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
|
|
76
73
|
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
@@ -82,14 +79,15 @@
|
|
|
82
79
|
33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
|
|
83
80
|
33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
|
|
84
81
|
33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
|
|
85
|
-
|
|
86
|
-
|
|
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>"; };
|
|
87
85
|
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
|
|
88
|
-
|
|
86
|
+
7FC892DC3D771AC9DF4E82B6 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
89
87
|
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
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>"; };
|
|
93
91
|
/* End PBXFileReference section */
|
|
94
92
|
|
|
95
93
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -97,7 +95,7 @@
|
|
|
97
95
|
isa = PBXFrameworksBuildPhase;
|
|
98
96
|
buildActionMask = 2147483647;
|
|
99
97
|
files = (
|
|
100
|
-
|
|
98
|
+
376B36A4B4EFBDC4DA811D06 /* Pods_RunnerTests.framework in Frameworks */,
|
|
101
99
|
);
|
|
102
100
|
runOnlyForDeploymentPostprocessing = 0;
|
|
103
101
|
};
|
|
@@ -105,7 +103,7 @@
|
|
|
105
103
|
isa = PBXFrameworksBuildPhase;
|
|
106
104
|
buildActionMask = 2147483647;
|
|
107
105
|
files = (
|
|
108
|
-
|
|
106
|
+
7B0137B6006A9629507B9EC3 /* Pods_Runner.framework in Frameworks */,
|
|
109
107
|
);
|
|
110
108
|
runOnlyForDeploymentPostprocessing = 0;
|
|
111
109
|
};
|
|
@@ -139,15 +137,14 @@
|
|
|
139
137
|
331C80D6294CF71000263BE5 /* RunnerTests */,
|
|
140
138
|
33CC10EE2044A3C60003C045 /* Products */,
|
|
141
139
|
D73912EC22F37F3D000D13A0 /* Frameworks */,
|
|
142
|
-
8B16FD75DA7AB11D8F758001 /* GoogleService-Info.plist */,
|
|
143
|
-
|
|
140
|
+
E604B43EE1019BEB47246594 /* Pods */,
|
|
144
141
|
);
|
|
145
142
|
sourceTree = "<group>";
|
|
146
143
|
};
|
|
147
144
|
33CC10EE2044A3C60003C045 /* Products */ = {
|
|
148
145
|
isa = PBXGroup;
|
|
149
146
|
children = (
|
|
150
|
-
33CC10ED2044A3C60003C045 /*
|
|
147
|
+
33CC10ED2044A3C60003C045 /* bible_app.app */,
|
|
151
148
|
331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
|
|
152
149
|
);
|
|
153
150
|
name = Products;
|
|
@@ -188,26 +185,27 @@
|
|
|
188
185
|
path = Runner;
|
|
189
186
|
sourceTree = "<group>";
|
|
190
187
|
};
|
|
191
|
-
|
|
188
|
+
D73912EC22F37F3D000D13A0 /* Frameworks */ = {
|
|
192
189
|
isa = PBXGroup;
|
|
193
190
|
children = (
|
|
194
|
-
|
|
191
|
+
7FC892DC3D771AC9DF4E82B6 /* Pods_Runner.framework */,
|
|
195
|
-
5CDC75A417D0FEAC0A1A0B4E /* Pods-Runner.release.xcconfig */,
|
|
196
|
-
BCAFF87F0A6B1119F916BA97 /* Pods-Runner.profile.xcconfig */,
|
|
197
|
-
|
|
192
|
+
421B51BCAFEB8C79CDE8F5DF /* Pods_RunnerTests.framework */,
|
|
198
|
-
0A2423C648D8FA7609578CB3 /* Pods-RunnerTests.release.xcconfig */,
|
|
199
|
-
00794A8931EF6D4D545A59C5 /* Pods-RunnerTests.profile.xcconfig */,
|
|
200
193
|
);
|
|
201
|
-
|
|
194
|
+
name = Frameworks;
|
|
202
195
|
sourceTree = "<group>";
|
|
203
196
|
};
|
|
204
|
-
|
|
197
|
+
E604B43EE1019BEB47246594 /* Pods */ = {
|
|
205
198
|
isa = PBXGroup;
|
|
206
199
|
children = (
|
|
200
|
+
E6E5732C6612B597D639C3BA /* Pods-Runner.debug.xcconfig */,
|
|
207
|
-
|
|
201
|
+
738F6017BCB5C14BBF29907C /* Pods-Runner.release.xcconfig */,
|
|
202
|
+
5CEB583D66C3B420E3395DFD /* Pods-Runner.profile.xcconfig */,
|
|
208
|
-
|
|
203
|
+
B596757FF3C08BD3ACA99905 /* Pods-RunnerTests.debug.xcconfig */,
|
|
204
|
+
B89E089ACFCEB65BFFDCF3FE /* Pods-RunnerTests.release.xcconfig */,
|
|
205
|
+
0BDEECADBA88B3AB99533387 /* Pods-RunnerTests.profile.xcconfig */,
|
|
209
|
-
);
|
|
206
|
+
);
|
|
210
|
-
name =
|
|
207
|
+
name = Pods;
|
|
208
|
+
path = Pods;
|
|
211
209
|
sourceTree = "<group>";
|
|
212
210
|
};
|
|
213
211
|
/* End PBXGroup section */
|
|
@@ -217,7 +215,7 @@
|
|
|
217
215
|
isa = PBXNativeTarget;
|
|
218
216
|
buildConfigurationList = 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
|
|
219
217
|
buildPhases = (
|
|
220
|
-
|
|
218
|
+
D4DBD6C002AEEE9EECF68540 /* [CP] Check Pods Manifest.lock */,
|
|
221
219
|
331C80D1294CF70F00263BE5 /* Sources */,
|
|
222
220
|
331C80D2294CF70F00263BE5 /* Frameworks */,
|
|
223
221
|
331C80D3294CF70F00263BE5 /* Resources */,
|
|
@@ -236,14 +234,13 @@
|
|
|
236
234
|
isa = PBXNativeTarget;
|
|
237
235
|
buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
|
|
238
236
|
buildPhases = (
|
|
239
|
-
|
|
237
|
+
9AD8A051E3C45F6604D95655 /* [CP] Check Pods Manifest.lock */,
|
|
240
238
|
33CC10E92044A3C60003C045 /* Sources */,
|
|
241
239
|
33CC10EA2044A3C60003C045 /* Frameworks */,
|
|
242
240
|
33CC10EB2044A3C60003C045 /* Resources */,
|
|
243
241
|
33CC110E2044A8840003C045 /* Bundle Framework */,
|
|
244
242
|
3399D490228B24CF009A79C7 /* ShellScript */,
|
|
245
|
-
|
|
243
|
+
B708BBB030A9611D3AF83ADE /* [CP] Embed Pods Frameworks */,
|
|
246
|
-
F9ECD1765CB1E0BD76412733 /* [firebase_crashlytics] Crashlytics Upload Symbols */,
|
|
247
244
|
);
|
|
248
245
|
buildRules = (
|
|
249
246
|
);
|
|
@@ -252,7 +249,7 @@
|
|
|
252
249
|
);
|
|
253
250
|
name = Runner;
|
|
254
251
|
productName = Runner;
|
|
255
|
-
productReference = 33CC10ED2044A3C60003C045 /*
|
|
252
|
+
productReference = 33CC10ED2044A3C60003C045 /* bible_app.app */;
|
|
256
253
|
productType = "com.apple.product-type.application";
|
|
257
254
|
};
|
|
258
255
|
/* End PBXNativeTarget section */
|
|
@@ -319,74 +316,73 @@
|
|
|
319
316
|
files = (
|
|
320
317
|
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */,
|
|
321
318
|
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */,
|
|
322
|
-
C2713C0A3F89EEA5CB642315 /* GoogleService-Info.plist in Resources */,
|
|
323
319
|
);
|
|
324
320
|
runOnlyForDeploymentPostprocessing = 0;
|
|
325
321
|
};
|
|
326
322
|
/* End PBXResourcesBuildPhase section */
|
|
327
323
|
|
|
328
324
|
/* Begin PBXShellScriptBuildPhase section */
|
|
329
|
-
|
|
325
|
+
3399D490228B24CF009A79C7 /* ShellScript */ = {
|
|
330
326
|
isa = PBXShellScriptBuildPhase;
|
|
327
|
+
alwaysOutOfDate = 1;
|
|
331
328
|
buildActionMask = 2147483647;
|
|
332
329
|
files = (
|
|
333
330
|
);
|
|
334
331
|
inputFileListPaths = (
|
|
335
332
|
);
|
|
336
333
|
inputPaths = (
|
|
337
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
338
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
339
334
|
);
|
|
340
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
341
335
|
outputFileListPaths = (
|
|
342
336
|
);
|
|
343
337
|
outputPaths = (
|
|
344
|
-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
|
|
345
338
|
);
|
|
346
339
|
runOnlyForDeploymentPostprocessing = 0;
|
|
347
340
|
shellPath = /bin/sh;
|
|
348
|
-
shellScript = "
|
|
349
|
-
showEnvVarsInLog = 0;
|
|
341
|
+
shellScript = "echo \"$PRODUCT_NAME.app\" > \"$PROJECT_DIR\"/Flutter/ephemeral/.app_filename && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh embed\n";
|
|
350
342
|
};
|
|
351
|
-
|
|
343
|
+
33CC111E2044C6BF0003C045 /* ShellScript */ = {
|
|
352
344
|
isa = PBXShellScriptBuildPhase;
|
|
353
|
-
alwaysOutOfDate = 1;
|
|
354
345
|
buildActionMask = 2147483647;
|
|
355
346
|
files = (
|
|
356
347
|
);
|
|
357
348
|
inputFileListPaths = (
|
|
349
|
+
Flutter/ephemeral/FlutterInputs.xcfilelist,
|
|
358
350
|
);
|
|
359
351
|
inputPaths = (
|
|
352
|
+
Flutter/ephemeral/tripwire,
|
|
360
353
|
);
|
|
361
354
|
outputFileListPaths = (
|
|
355
|
+
Flutter/ephemeral/FlutterOutputs.xcfilelist,
|
|
362
356
|
);
|
|
363
357
|
outputPaths = (
|
|
364
358
|
);
|
|
365
359
|
runOnlyForDeploymentPostprocessing = 0;
|
|
366
360
|
shellPath = /bin/sh;
|
|
367
|
-
shellScript = "
|
|
361
|
+
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
|
|
368
362
|
};
|
|
369
|
-
|
|
363
|
+
9AD8A051E3C45F6604D95655 /* [CP] Check Pods Manifest.lock */ = {
|
|
370
364
|
isa = PBXShellScriptBuildPhase;
|
|
371
365
|
buildActionMask = 2147483647;
|
|
372
366
|
files = (
|
|
373
367
|
);
|
|
374
368
|
inputFileListPaths = (
|
|
375
|
-
Flutter/ephemeral/FlutterInputs.xcfilelist,
|
|
376
369
|
);
|
|
377
370
|
inputPaths = (
|
|
371
|
+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
378
|
-
|
|
372
|
+
"${PODS_ROOT}/Manifest.lock",
|
|
379
373
|
);
|
|
374
|
+
name = "[CP] Check Pods Manifest.lock";
|
|
380
375
|
outputFileListPaths = (
|
|
381
|
-
Flutter/ephemeral/FlutterOutputs.xcfilelist,
|
|
382
376
|
);
|
|
383
377
|
outputPaths = (
|
|
378
|
+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
|
|
384
379
|
);
|
|
385
380
|
runOnlyForDeploymentPostprocessing = 0;
|
|
386
381
|
shellPath = /bin/sh;
|
|
387
|
-
shellScript = "\"$
|
|
382
|
+
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";
|
|
383
|
+
showEnvVarsInLog = 0;
|
|
388
384
|
};
|
|
389
|
-
|
|
385
|
+
B708BBB030A9611D3AF83ADE /* [CP] Embed Pods Frameworks */ = {
|
|
390
386
|
isa = PBXShellScriptBuildPhase;
|
|
391
387
|
buildActionMask = 2147483647;
|
|
392
388
|
files = (
|
|
@@ -403,7 +399,7 @@
|
|
|
403
399
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
|
404
400
|
showEnvVarsInLog = 0;
|
|
405
401
|
};
|
|
406
|
-
|
|
402
|
+
D4DBD6C002AEEE9EECF68540 /* [CP] Check Pods Manifest.lock */ = {
|
|
407
403
|
isa = PBXShellScriptBuildPhase;
|
|
408
404
|
buildActionMask = 2147483647;
|
|
409
405
|
files = (
|
|
@@ -425,26 +421,6 @@
|
|
|
425
421
|
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";
|
|
426
422
|
showEnvVarsInLog = 0;
|
|
427
423
|
};
|
|
428
|
-
F9ECD1765CB1E0BD76412733 /* [firebase_crashlytics] Crashlytics Upload Symbols */ = {
|
|
429
|
-
isa = PBXShellScriptBuildPhase;
|
|
430
|
-
buildActionMask = 2147483647;
|
|
431
|
-
files = (
|
|
432
|
-
);
|
|
433
|
-
inputFileListPaths = (
|
|
434
|
-
);
|
|
435
|
-
inputPaths = (
|
|
436
|
-
"\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}\"",
|
|
437
|
-
"\"$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)\"",
|
|
438
|
-
);
|
|
439
|
-
name = "[firebase_crashlytics] Crashlytics Upload Symbols";
|
|
440
|
-
outputFileListPaths = (
|
|
441
|
-
);
|
|
442
|
-
outputPaths = (
|
|
443
|
-
);
|
|
444
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
445
|
-
shellPath = /bin/sh;
|
|
446
|
-
shellScript = "\"$PODS_ROOT/FirebaseCrashlytics/upload-symbols\" --flutter-project \"$PROJECT_DIR/firebase_app_id_file.json\" ";
|
|
447
|
-
};
|
|
448
424
|
/* End PBXShellScriptBuildPhase section */
|
|
449
425
|
|
|
450
426
|
/* Begin PBXSourcesBuildPhase section */
|
|
@@ -496,46 +472,46 @@
|
|
|
496
472
|
/* Begin XCBuildConfiguration section */
|
|
497
473
|
331C80DB294CF71000263BE5 /* Debug */ = {
|
|
498
474
|
isa = XCBuildConfiguration;
|
|
499
|
-
baseConfigurationReference =
|
|
475
|
+
baseConfigurationReference = B596757FF3C08BD3ACA99905 /* Pods-RunnerTests.debug.xcconfig */;
|
|
500
476
|
buildSettings = {
|
|
501
477
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
502
478
|
CURRENT_PROJECT_VERSION = 1;
|
|
503
479
|
GENERATE_INFOPLIST_FILE = YES;
|
|
504
480
|
MARKETING_VERSION = 1.0;
|
|
505
|
-
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.
|
|
481
|
+
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.bibleApp.RunnerTests;
|
|
506
482
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
507
483
|
SWIFT_VERSION = 5.0;
|
|
508
|
-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/
|
|
484
|
+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/bible_app.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/bible_app";
|
|
509
485
|
};
|
|
510
486
|
name = Debug;
|
|
511
487
|
};
|
|
512
488
|
331C80DC294CF71000263BE5 /* Release */ = {
|
|
513
489
|
isa = XCBuildConfiguration;
|
|
514
|
-
baseConfigurationReference =
|
|
490
|
+
baseConfigurationReference = B89E089ACFCEB65BFFDCF3FE /* Pods-RunnerTests.release.xcconfig */;
|
|
515
491
|
buildSettings = {
|
|
516
492
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
517
493
|
CURRENT_PROJECT_VERSION = 1;
|
|
518
494
|
GENERATE_INFOPLIST_FILE = YES;
|
|
519
495
|
MARKETING_VERSION = 1.0;
|
|
520
|
-
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.
|
|
496
|
+
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.bibleApp.RunnerTests;
|
|
521
497
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
522
498
|
SWIFT_VERSION = 5.0;
|
|
523
|
-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/
|
|
499
|
+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/bible_app.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/bible_app";
|
|
524
500
|
};
|
|
525
501
|
name = Release;
|
|
526
502
|
};
|
|
527
503
|
331C80DD294CF71000263BE5 /* Profile */ = {
|
|
528
504
|
isa = XCBuildConfiguration;
|
|
529
|
-
baseConfigurationReference =
|
|
505
|
+
baseConfigurationReference = 0BDEECADBA88B3AB99533387 /* Pods-RunnerTests.profile.xcconfig */;
|
|
530
506
|
buildSettings = {
|
|
531
507
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
532
508
|
CURRENT_PROJECT_VERSION = 1;
|
|
533
509
|
GENERATE_INFOPLIST_FILE = YES;
|
|
534
510
|
MARKETING_VERSION = 1.0;
|
|
535
|
-
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.
|
|
511
|
+
PRODUCT_BUNDLE_IDENTIFIER = sh.pyros.bibleApp.RunnerTests;
|
|
536
512
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
537
513
|
SWIFT_VERSION = 5.0;
|
|
538
|
-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/
|
|
514
|
+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/bible_app.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/bible_app";
|
|
539
515
|
};
|
|
540
516
|
name = Profile;
|
|
541
517
|
};
|
|
@@ -720,7 +696,6 @@
|
|
|
720
696
|
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
|
721
697
|
CODE_SIGN_STYLE = Automatic;
|
|
722
698
|
COMBINE_HIDPI_IMAGES = YES;
|
|
723
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
724
699
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
725
700
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
726
701
|
"$(inherited)",
|
macos/firebase_app_id_file.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"file_generated_by": "FlutterFire CLI",
|
|
3
|
-
"purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory",
|
|
4
|
-
"GOOGLE_APP_ID": "1:584350822569:ios:5d85f3e76fa02286fdf9b8",
|
|
5
|
-
"FIREBASE_PROJECT_ID": "only-bible-app",
|
|
6
|
-
"GCM_SENDER_ID": "584350822569"
|
|
7
|
-
}
|
windows/flutter/generated_plugin_registrant.cc
CHANGED
|
@@ -6,14 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
#include "generated_plugin_registrant.h"
|
|
8
8
|
|
|
9
|
-
#include <firebase_core/firebase_core_plugin_c_api.h>
|
|
10
9
|
#include <just_audio_windows/just_audio_windows_plugin.h>
|
|
11
10
|
#include <share_plus/share_plus_windows_plugin_c_api.h>
|
|
12
11
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
13
12
|
|
|
14
13
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
15
|
-
FirebaseCorePluginCApiRegisterWithRegistrar(
|
|
16
|
-
registry->GetRegistrarForPlugin("FirebaseCorePluginCApi"));
|
|
17
14
|
JustAudioWindowsPluginRegisterWithRegistrar(
|
|
18
15
|
registry->GetRegistrarForPlugin("JustAudioWindowsPlugin"));
|
|
19
16
|
SharePlusWindowsPluginCApiRegisterWithRegistrar(
|
windows/flutter/generated_plugins.cmake
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
#
|
|
4
4
|
|
|
5
5
|
list(APPEND FLUTTER_PLUGIN_LIST
|
|
6
|
-
firebase_core
|
|
7
6
|
just_audio_windows
|
|
8
7
|
share_plus
|
|
9
8
|
url_launcher_windows
|