Skip to content

Commit 75f8818

Browse files
committed
iOS Application (Add Firebase Cloud Storage)
1 parent 0f21819 commit 75f8818

File tree

4 files changed

+95
-1
lines changed

4 files changed

+95
-1
lines changed

ios-FrameExtraction-master/FrameExtraction.xcodeproj/project.pbxproj

+6
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,17 @@
199199
);
200200
inputPaths = (
201201
"${SRCROOT}/Pods/Target Support Files/Pods-FrameExtraction/Pods-FrameExtraction-frameworks.sh",
202+
"${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
203+
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
202204
"${BUILT_PRODUCTS_DIR}/OpenCV/opencv2.framework",
205+
"${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
203206
);
204207
name = "[CP] Embed Pods Frameworks";
205208
outputPaths = (
209+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
210+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
206211
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/opencv2.framework",
212+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
207213
);
208214
runOnlyForDeploymentPostprocessing = 0;
209215
shellPath = /bin/sh;

ios-FrameExtraction-master/FrameExtraction/AppDelegate.swift

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import UIKit
10+
import Firebase
1011

1112
@UIApplicationMain
1213
class AppDelegate: UIResponder, UIApplicationDelegate {
@@ -16,6 +17,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1617

1718
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
1819
// Override point for customization after application launch.
20+
FirebaseApp.configure()
21+
1922
return true
2023
}
2124

ios-FrameExtraction-master/Podfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ target 'FrameExtraction' do
77

88
# Pods for FrameExtraction
99
pod 'OpenCV', '~> 3.3.1'
10+
pod 'Firebase/Analytics'
11+
pod 'Firebase/Storage'
1012

1113
end
+84-1
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,99 @@
11
PODS:
2+
- Firebase/Analytics (6.0.0):
3+
- Firebase/Core
4+
- Firebase/Core (6.0.0):
5+
- Firebase/CoreOnly
6+
- FirebaseAnalytics (= 6.0.0)
7+
- Firebase/CoreOnly (6.0.0):
8+
- FirebaseCore (= 6.0.0)
9+
- Firebase/Storage (6.0.0):
10+
- Firebase/CoreOnly
11+
- FirebaseStorage (~> 3.2.0)
12+
- FirebaseAnalytics (6.0.0):
13+
- FirebaseCore (~> 6.0)
14+
- FirebaseInstanceID (~> 4.0)
15+
- GoogleAppMeasurement (= 6.0.0)
16+
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
17+
- GoogleUtilities/MethodSwizzler (~> 6.0)
18+
- GoogleUtilities/Network (~> 6.0)
19+
- "GoogleUtilities/NSData+zlib (~> 6.0)"
20+
- nanopb (~> 0.3)
21+
- FirebaseAuthInterop (1.0.0)
22+
- FirebaseCore (6.0.0):
23+
- GoogleUtilities/Environment (~> 6.0)
24+
- GoogleUtilities/Logger (~> 6.0)
25+
- FirebaseInstanceID (4.0.0):
26+
- FirebaseCore (~> 6.0)
27+
- GoogleUtilities/Environment (~> 6.0)
28+
- GoogleUtilities/UserDefaults (~> 6.0)
29+
- FirebaseStorage (3.2.0):
30+
- FirebaseAuthInterop (~> 1.0)
31+
- FirebaseCore (~> 6.0)
32+
- GTMSessionFetcher/Core (~> 1.1)
33+
- GoogleAppMeasurement (6.0.0):
34+
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
35+
- GoogleUtilities/MethodSwizzler (~> 6.0)
36+
- GoogleUtilities/Network (~> 6.0)
37+
- "GoogleUtilities/NSData+zlib (~> 6.0)"
38+
- nanopb (~> 0.3)
39+
- GoogleUtilities/AppDelegateSwizzler (6.1.0):
40+
- GoogleUtilities/Environment
41+
- GoogleUtilities/Logger
42+
- GoogleUtilities/Network
43+
- GoogleUtilities/Environment (6.1.0)
44+
- GoogleUtilities/Logger (6.1.0):
45+
- GoogleUtilities/Environment
46+
- GoogleUtilities/MethodSwizzler (6.1.0):
47+
- GoogleUtilities/Logger
48+
- GoogleUtilities/Network (6.1.0):
49+
- GoogleUtilities/Logger
50+
- "GoogleUtilities/NSData+zlib"
51+
- GoogleUtilities/Reachability
52+
- "GoogleUtilities/NSData+zlib (6.1.0)"
53+
- GoogleUtilities/Reachability (6.1.0):
54+
- GoogleUtilities/Logger
55+
- GoogleUtilities/UserDefaults (6.1.0):
56+
- GoogleUtilities/Logger
57+
- GTMSessionFetcher/Core (1.2.2)
58+
- nanopb (0.3.901):
59+
- nanopb/decode (= 0.3.901)
60+
- nanopb/encode (= 0.3.901)
61+
- nanopb/decode (0.3.901)
62+
- nanopb/encode (0.3.901)
263
- OpenCV (3.3.1)
364

465
DEPENDENCIES:
66+
- Firebase/Analytics
67+
- Firebase/Storage
568
- OpenCV (~> 3.3.1)
669

770
SPEC REPOS:
871
https://github.com/cocoapods/specs.git:
72+
- Firebase
73+
- FirebaseAnalytics
74+
- FirebaseAuthInterop
75+
- FirebaseCore
76+
- FirebaseInstanceID
77+
- FirebaseStorage
78+
- GoogleAppMeasurement
79+
- GoogleUtilities
80+
- GTMSessionFetcher
81+
- nanopb
982
- OpenCV
1083

1184
SPEC CHECKSUMS:
85+
Firebase: fa80b9d987ca014a1ba9357496ef2a0178b28b12
86+
FirebaseAnalytics: 1743c5f4de3687d0745709dfdc4b1dea1484f44c
87+
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
88+
FirebaseCore: e38f025287b413255a53acc1945d048a112047f7
89+
FirebaseInstanceID: 0e0348a3c00a734fa376a070f5ad4533ad975cb5
90+
FirebaseStorage: ff1e8f1f6cf1557a8694b0ef39d3e72cb60c42ac
91+
GoogleAppMeasurement: 7f028ea162b72c8f326daec74afc95d94f7a47d6
92+
GoogleUtilities: 84df567c76ca84f67b7bb40e769fdd4acc746a10
93+
GTMSessionFetcher: 61bb0f61a4cb560030f1222021178008a5727a23
94+
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
1295
OpenCV: d81447860f038d60723084aa02ecc963f95c55fa
1396

14-
PODFILE CHECKSUM: acd1bc9ac60eafd72db2156e172d674791f4fc79
97+
PODFILE CHECKSUM: d47e6c6969f539c45db1367e6a3513f176e654e2
1598

1699
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)