Skip to content

Commit 88c3ab1

Browse files
authored
Merge pull request #1615 from StoDevX/xc9
Update to Travis' Xcode9 images
2 parents 92c62a2 + 47dbdd1 commit 88c3ab1

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ matrix:
6363

6464
- os: osx
6565
language: objective-c
66-
osx_image: xcode8.3
66+
osx_image: xcode9
6767
node_js: '8'
6868
env: [IOS=yes, CAN_DEPLOY=yes]
6969

@@ -104,7 +104,7 @@ before_install:
104104
nvm install "$TRAVIS_NODE_VERSION";
105105
nvm use "$TRAVIS_NODE_VERSION";
106106
fi
107-
107+
108108
- echo "node -v is now $(node -v)"
109109

110110
# turn off fancy npm stuff

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,29 @@
767767
name = Resources;
768768
sourceTree = "<group>";
769769
};
770+
67931A0E1F6DC20F00FD517A /* Recovered References */ = {
771+
isa = PBXGroup;
772+
children = (
773+
8EFDF596D3434455B7F672D3 /* libRNVectorIcons.a */,
774+
A2D51A8982104BF29657933B /* libRNDeviceInfo.a */,
775+
F803FE6585F04E9F8D3C053F /* libRCTGoogleAnalyticsBridge.a */,
776+
203BE3D7758C4020A78210B2 /* libRCTOneSignal.a */,
777+
209B4AAEEC3F4290A1ED9491 /* libRNKeychain.a */,
778+
D530CE76BA714A59B2BECB28 /* libSafariViewManager.a */,
779+
D222CA78E6554BBB83448435 /* libDBCustomTabs.a */,
780+
CBE5D51CAA854462BCB6C610 /* libRNViewShot.a */,
781+
C3C50E3D9F6041BA8D55A4F5 /* libBVLinearGradient.a */,
782+
BC36B827687E41ADA029DA16 /* libRNSearchBar.a */,
783+
B4920CEFDAA947C8B63B7C8B /* libBugsnagReactNative.a */,
784+
9C476D4877F945308C96FF0F /* libRNNetworkInfo.a */,
785+
77E1B7C6D93445288673021A /* libAirMaps.a */,
786+
14483BC863F7489F8369E21B /* libRCTRestart.a */,
787+
11DF4AC996924028A2FDCF4E /* libRCTVideo.a */,
788+
0C8A1DA8409E4F03B55E7E2F /* libRNCalendarEvents.a */,
789+
);
790+
name = "Recovered References";
791+
sourceTree = "<group>";
792+
};
770793
67990B461EC0FE7A001F5261 /* Products */ = {
771794
isa = PBXGroup;
772795
children = (
@@ -844,6 +867,7 @@
844867
83CBBA001A601CBA00E9B192 /* Products */,
845868
5A41494DACBB4D2795B46DE0 /* Resources */,
846869
3C5BFA21338636E7EB4E5E0D /* Frameworks */,
870+
67931A0E1F6DC20F00FD517A /* Recovered References */,
847871
);
848872
indentWidth = 2;
849873
sourceTree = "<group>";

0 commit comments

Comments
 (0)