Skip to content

Commit 155b219

Browse files
committed
Updates to include Pods
1 parent cccf9ae commit 155b219

File tree

87 files changed

+6255
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+6255
-13
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
22
.DS_Store
3-
ios/Pods
43
npm-debug.log

ios/Firestack.xcodeproj/project.pbxproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
A4830B59CA0CDCC7AC616D7C /* Pods_Firestack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F73732AB87B93D6C70882AD0 /* Pods_Firestack.framework */; };
1011
D950369E1D19C77400F7094D /* Firestack.m in Sources */ = {isa = PBXBuildFile; fileRef = D950369D1D19C77400F7094D /* Firestack.m */; };
11-
D9FF4BF31D19F5FF00238046 /* libPods-Firestack.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D95036B81D19C90300F7094D /* libPods-Firestack.a */; };
12+
D9FF4BF31D19F5FF00238046 /* Pods_Firestack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D95036B81D19C90300F7094D /* Pods_Firestack.framework */; };
1213
/* End PBXBuildFile section */
1314

1415
/* Begin PBXContainerItemProxy section */
@@ -41,14 +42,16 @@
4142
D950369D1D19C77400F7094D /* Firestack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Firestack.m; path = Firestack/Firestack.m; sourceTree = "<group>"; };
4243
D95036B31D19C90300F7094D /* Pods.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Pods.xcodeproj; path = Pods/Pods.xcodeproj; sourceTree = "<group>"; };
4344
D9FF4C201D19F96C00238046 /* libReact.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libReact.a; path = "../../../React/build/Debug-iphoneos/libReact.a"; sourceTree = "<group>"; };
45+
F73732AB87B93D6C70882AD0 /* Pods_Firestack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Firestack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4446
/* End PBXFileReference section */
4547

4648
/* Begin PBXFrameworksBuildPhase section */
4749
58B511D81A9E6C8500147676 /* Frameworks */ = {
4850
isa = PBXFrameworksBuildPhase;
4951
buildActionMask = 2147483647;
5052
files = (
51-
D9FF4BF31D19F5FF00238046 /* libPods-Firestack.a in Frameworks */,
53+
D9FF4BF31D19F5FF00238046 /* Pods_Firestack.framework in Frameworks */,
54+
A4830B59CA0CDCC7AC616D7C /* Pods_Firestack.framework in Frameworks */,
5255
);
5356
runOnlyForDeploymentPostprocessing = 0;
5457
};
@@ -68,6 +71,7 @@
6871
children = (
6972
D9FF4C201D19F96C00238046 /* libReact.a */,
7073
D95036B31D19C90300F7094D /* Pods.xcodeproj */,
74+
F73732AB87B93D6C70882AD0 /* Pods_Firestack.framework */,
7175
);
7276
name = Frameworks;
7377
sourceTree = "<group>";
@@ -95,7 +99,7 @@
9599
D95036B41D19C90300F7094D /* Products */ = {
96100
isa = PBXGroup;
97101
children = (
98-
D95036B81D19C90300F7094D /* libPods-Firestack.a */,
102+
D95036B81D19C90300F7094D /* Pods_Firestack.framework */,
99103
);
100104
name = Products;
101105
sourceTree = "<group>";
@@ -160,10 +164,10 @@
160164
/* End PBXProject section */
161165

162166
/* Begin PBXReferenceProxy section */
163-
D95036B81D19C90300F7094D /* libPods-Firestack.a */ = {
167+
D95036B81D19C90300F7094D /* Pods_Firestack.framework */ = {
164168
isa = PBXReferenceProxy;
165-
fileType = archive.ar;
166-
path = "libPods-Firestack.a";
169+
fileType = wrapper.framework;
170+
path = Pods_Firestack.framework;
167171
remoteRef = D95036B71D19C90300F7094D /* PBXContainerItemProxy */;
168172
sourceTree = BUILT_PRODUCTS_DIR;
169173
};

ios/Podfile

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '8.0'
2+
# platform :ios, '9.0'
33

44
target 'Firestack' do
5-
# use_frameworks!
5+
use_frameworks!
66

7-
pod 'React', :path => '../node_modules/react-native'
8-
pod 'react-native-firestack', :path => '..'
7+
[
8+
'Firebase/Core',
9+
'Firebase/Auth',
10+
'Firebase/Storage',
11+
'Firebase/Database'
12+
].each do |lib|
13+
pod lib
14+
end
915

1016
end

ios/Podfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ PODS:
3636
- GoogleSymbolUtilities (~> 1.0)
3737

3838
DEPENDENCIES:
39-
- Firebase/Analytics
4039
- Firebase/Auth
4140
- Firebase/Core
4241
- Firebase/Database
@@ -54,6 +53,6 @@ SPEC CHECKSUMS:
5453
GoogleSymbolUtilities: 33117db1b5f290c6fbf259585e4885b4c84b98d7
5554
GoogleUtilities: 56c5ac05b7aa5dc417a1bb85221a9516e04d7032
5655

57-
PODFILE CHECKSUM: a1603cc0119f004254e397118f0fe219cacf5e55
56+
PODFILE CHECKSUM: 6af1110d7b6995e4ee0a9b6c203d01a5e85bb791
5857

5958
COCOAPODS: 1.0.1

ios/Pods/Firebase/Headers/Firebase.h

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Firebase/Headers/module.modulemap

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Firebase/README.md

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h

Lines changed: 70 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)