Skip to content

Commit 8492ab3

Browse files
committed
pod install
1 parent a201bc9 commit 8492ab3

File tree

5 files changed

+101
-13
lines changed

5 files changed

+101
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ DerivedData
2121
*.ipa
2222
*.xcuserstate
2323
project.xcworkspace
24+
Pods
2425

2526
# node.js
2627
#

ios/Podfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
platform :ios, '8.0'
2+
source 'https://github.com/CocoaPods/Specs.git'
3+
4+
# inhibit_all_warnings!
5+
6+
pod 'SimulatorRemoteNotifications', '~> 0.0.3'

ios/Podfile.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
PODS:
2+
- SimulatorRemoteNotifications (0.0.3)
3+
4+
DEPENDENCIES:
5+
- SimulatorRemoteNotifications (~> 0.0.3)
6+
7+
SPEC CHECKSUMS:
8+
SimulatorRemoteNotifications: 1610643e0582b2af67bc254b071ace4077e8ef86
9+
10+
COCOAPODS: 0.38.2

ios/Sample.xcodeproj/project.pbxproj

Lines changed: 74 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
2323
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
2424
146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
25+
684860A3F12E466838065EED /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A565388F7CDBDB0548B5DC8D /* libPods.a */; };
2526
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
2627
/* End PBXBuildFile section */
2728

@@ -106,27 +107,30 @@
106107
/* End PBXContainerItemProxy section */
107108

108109
/* Begin PBXFileReference section */
109-
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = main.jsbundle; path = main.jsbundle; sourceTree = "<group>"; };
110-
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = ../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj; sourceTree = "<group>"; };
111-
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = ../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj; sourceTree = "<group>"; };
112-
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = ../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj; sourceTree = "<group>"; };
113-
00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = ../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj; sourceTree = "<group>"; };
114-
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = ../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj; sourceTree = "<group>"; };
110+
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
111+
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
112+
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
113+
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
114+
00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
115+
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
115116
00E356EE1AD99517003FC87E /* SampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
116117
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
117118
00E356F21AD99517003FC87E /* SampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SampleTests.m; sourceTree = "<group>"; };
118-
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = ../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj; sourceTree = "<group>"; };
119-
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = ../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj; sourceTree = "<group>"; };
119+
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
120+
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
120121
13B07F961A680F5B00A75B9A /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; };
121122
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Sample/AppDelegate.h; sourceTree = "<group>"; };
122123
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Sample/AppDelegate.m; sourceTree = "<group>"; };
123124
13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
124125
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Sample/Images.xcassets; sourceTree = "<group>"; };
125126
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Sample/Info.plist; sourceTree = "<group>"; };
126127
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Sample/main.m; sourceTree = "<group>"; };
127-
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = ../node_modules/react-native/React/React.xcodeproj; sourceTree = "<group>"; };
128-
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = ../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj; sourceTree = "<group>"; };
129-
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = ../node_modules/react-native/Libraries/Text/RCTText.xcodeproj; sourceTree = "<group>"; };
128+
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
129+
5514946EFAE3635A0EDC2A3B /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
130+
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
131+
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
132+
A565388F7CDBDB0548B5DC8D /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
133+
F8DE0F0169FA03E7C6B1C51E /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
130134
/* End PBXFileReference section */
131135

132136
/* Begin PBXFrameworksBuildPhase section */
@@ -151,6 +155,7 @@
151155
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
152156
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
153157
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
158+
684860A3F12E466838065EED /* libPods.a in Frameworks */,
154159
);
155160
runOnlyForDeploymentPostprocessing = 0;
156161
};
@@ -252,6 +257,23 @@
252257
name = Products;
253258
sourceTree = "<group>";
254259
};
260+
30AE60BBEF6F20AE3A411389 /* Pods */ = {
261+
isa = PBXGroup;
262+
children = (
263+
F8DE0F0169FA03E7C6B1C51E /* Pods.debug.xcconfig */,
264+
5514946EFAE3635A0EDC2A3B /* Pods.release.xcconfig */,
265+
);
266+
name = Pods;
267+
sourceTree = "<group>";
268+
};
269+
62C2C37584A469E6008CF501 /* Frameworks */ = {
270+
isa = PBXGroup;
271+
children = (
272+
A565388F7CDBDB0548B5DC8D /* libPods.a */,
273+
);
274+
name = Frameworks;
275+
sourceTree = "<group>";
276+
};
255277
78C398B11ACF4ADC00677621 /* Products */ = {
256278
isa = PBXGroup;
257279
children = (
@@ -292,6 +314,8 @@
292314
832341AE1AAA6A7D00B99B32 /* Libraries */,
293315
00E356EF1AD99517003FC87E /* SampleTests */,
294316
83CBBA001A601CBA00E9B192 /* Products */,
317+
30AE60BBEF6F20AE3A411389 /* Pods */,
318+
62C2C37584A469E6008CF501 /* Frameworks */,
295319
);
296320
indentWidth = 2;
297321
sourceTree = "<group>";
@@ -331,9 +355,11 @@
331355
isa = PBXNativeTarget;
332356
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Sample" */;
333357
buildPhases = (
358+
C1D93FBDA4027FB5459323A3 /* Check Pods Manifest.lock */,
334359
13B07F871A680F5B00A75B9A /* Sources */,
335360
13B07F8C1A680F5B00A75B9A /* Frameworks */,
336361
13B07F8E1A680F5B00A75B9A /* Resources */,
362+
DF35A678DD70FEB3ABFDEA69 /* Copy Pods Resources */,
337363
);
338364
buildRules = (
339365
);
@@ -513,6 +539,39 @@
513539
};
514540
/* End PBXResourcesBuildPhase section */
515541

542+
/* Begin PBXShellScriptBuildPhase section */
543+
C1D93FBDA4027FB5459323A3 /* Check Pods Manifest.lock */ = {
544+
isa = PBXShellScriptBuildPhase;
545+
buildActionMask = 2147483647;
546+
files = (
547+
);
548+
inputPaths = (
549+
);
550+
name = "Check Pods Manifest.lock";
551+
outputPaths = (
552+
);
553+
runOnlyForDeploymentPostprocessing = 0;
554+
shellPath = /bin/sh;
555+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
556+
showEnvVarsInLog = 0;
557+
};
558+
DF35A678DD70FEB3ABFDEA69 /* Copy Pods Resources */ = {
559+
isa = PBXShellScriptBuildPhase;
560+
buildActionMask = 2147483647;
561+
files = (
562+
);
563+
inputPaths = (
564+
);
565+
name = "Copy Pods Resources";
566+
outputPaths = (
567+
);
568+
runOnlyForDeploymentPostprocessing = 0;
569+
shellPath = /bin/sh;
570+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
571+
showEnvVarsInLog = 0;
572+
};
573+
/* End PBXShellScriptBuildPhase section */
574+
516575
/* Begin PBXSourcesBuildPhase section */
517576
00E356EA1AD99517003FC87E /* Sources */ = {
518577
isa = PBXSourcesBuildPhase;
@@ -593,14 +652,15 @@
593652
};
594653
13B07F941A680F5B00A75B9A /* Debug */ = {
595654
isa = XCBuildConfiguration;
655+
baseConfigurationReference = F8DE0F0169FA03E7C6B1C51E /* Pods.debug.xcconfig */;
596656
buildSettings = {
597657
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
598658
HEADER_SEARCH_PATHS = (
599659
"$(inherited)",
600660
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
601661
"$(SRCROOT)/../node_modules/react-native/React/**",
602662
);
603-
INFOPLIST_FILE = "Sample/Info.plist";
663+
INFOPLIST_FILE = Sample/Info.plist;
604664
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
605665
OTHER_LDFLAGS = "-ObjC";
606666
PRODUCT_NAME = Sample;
@@ -609,14 +669,15 @@
609669
};
610670
13B07F951A680F5B00A75B9A /* Release */ = {
611671
isa = XCBuildConfiguration;
672+
baseConfigurationReference = 5514946EFAE3635A0EDC2A3B /* Pods.release.xcconfig */;
612673
buildSettings = {
613674
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
614675
HEADER_SEARCH_PATHS = (
615676
"$(inherited)",
616677
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
617678
"$(SRCROOT)/../node_modules/react-native/React/**",
618679
);
619-
INFOPLIST_FILE = "Sample/Info.plist";
680+
INFOPLIST_FILE = Sample/Info.plist;
620681
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
621682
OTHER_LDFLAGS = "-ObjC";
622683
PRODUCT_NAME = Sample;

ios/Sample.xcworkspace/contents.xcworkspacedata

Lines changed: 10 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)