Skip to content

Commit d39b2dd

Browse files
authored
chore: update iOS version of example (#238)
1 parent ea97bf3 commit d39b2dd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '9.0'
1+
platform :ios, '10.0'
22
$node_modules_path = '../../node_modules'
33
require_relative "#{$node_modules_path}/@react-native-community/cli-platform-ios/native_modules"
44

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ PODS:
292292
- React-cxxreact (= 0.62.2)
293293
- React-jsi (= 0.62.2)
294294
- ReactCommon/callinvoker (= 0.62.2)
295-
- RNCPushNotificationIOS (1.6.1):
295+
- RNCPushNotificationIOS (1.7.3):
296296
- React-Core
297297
- Yoga (1.14.0)
298298
- YogaKit (1.18.1):
@@ -453,10 +453,10 @@ SPEC CHECKSUMS:
453453
React-RCTText: fae545b10cfdb3d247c36c56f61a94cfd6dba41d
454454
React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256
455455
ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3
456-
RNCPushNotificationIOS: 346c804c13fb99e644c996d1af5175a35452b2cb
456+
RNCPushNotificationIOS: edeeea93b7210d2f918fc0e46e1a2a189b5fdacc
457457
Yoga: 3ebccbdd559724312790e7742142d062476b698e
458458
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
459459

460-
PODFILE CHECKSUM: fe0bcbd52826c4d7c0dd4aa1c136e663b1ff0615
460+
PODFILE CHECKSUM: 70c8414db776ae8b9962698cb46664179dc541b7
461461

462-
COCOAPODS: 1.9.3
462+
COCOAPODS: 1.10.0

example/ios/example.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@
227227
isa = PBXNativeTarget;
228228
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
229229
buildPhases = (
230-
FD10A7F022414F080027D42C /* Start Packager */,
231230
D154B55232D78AA91BE854C3 /* [CP] Check Pods Manifest.lock */,
231+
FD10A7F022414F080027D42C /* Start Packager */,
232232
13B07F871A680F5B00A75B9A /* Sources */,
233233
13B07F8C1A680F5B00A75B9A /* Frameworks */,
234234
13B07F8E1A680F5B00A75B9A /* Resources */,

0 commit comments

Comments
 (0)