Skip to content

Commit 4d92c06

Browse files
committed
update react-native from 0.7.1 to 0.17.0
添加AdSupport的依赖库工程,这个库如果要提交到AppStore的话就不要用了
1 parent e62e46f commit 4d92c06

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

address_book/iOS/address_book.xcodeproj/project.pbxproj

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
2222
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
2323
146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
24+
392E79C51C3BC94000E38DEE /* libRCTAdSupport.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 392E79BB1C3BC8B900E38DEE /* libRCTAdSupport.a */; };
2425
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
2526
/* End PBXBuildFile section */
2627

@@ -88,6 +89,13 @@
8889
remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
8990
remoteInfo = React;
9091
};
92+
392E79BA1C3BC8B900E38DEE /* PBXContainerItemProxy */ = {
93+
isa = PBXContainerItemProxy;
94+
containerPortal = 392E79B51C3BC8B900E38DEE /* RCTAdSupport.xcodeproj */;
95+
proxyType = 2;
96+
remoteGlobalIDString = 832C81801AAF6DEF007FA2F7;
97+
remoteInfo = RCTAdSupport;
98+
};
9199
78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
92100
isa = PBXContainerItemProxy;
93101
containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
@@ -124,6 +132,7 @@
124132
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = address_book/Info.plist; sourceTree = "<group>"; };
125133
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = address_book/main.m; sourceTree = "<group>"; };
126134
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
135+
392E79B51C3BC8B900E38DEE /* RCTAdSupport.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAdSupport.xcodeproj; path = "../node_modules/react-native/Libraries/AdSupport/RCTAdSupport.xcodeproj"; sourceTree = "<group>"; };
127136
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
128137
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
129138
/* End PBXFileReference section */
@@ -140,6 +149,7 @@
140149
isa = PBXFrameworksBuildPhase;
141150
buildActionMask = 2147483647;
142151
files = (
152+
392E79C51C3BC94000E38DEE /* libRCTAdSupport.a in Frameworks */,
143153
146834051AC3E58100842450 /* libReact.a in Frameworks */,
144154
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
145155
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
@@ -251,6 +261,14 @@
251261
name = Products;
252262
sourceTree = "<group>";
253263
};
264+
392E79B61C3BC8B900E38DEE /* Products */ = {
265+
isa = PBXGroup;
266+
children = (
267+
392E79BB1C3BC8B900E38DEE /* libRCTAdSupport.a */,
268+
);
269+
name = Products;
270+
sourceTree = "<group>";
271+
};
254272
78C398B11ACF4ADC00677621 /* Products */ = {
255273
isa = PBXGroup;
256274
children = (
@@ -262,6 +280,7 @@
262280
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
263281
isa = PBXGroup;
264282
children = (
283+
392E79B51C3BC8B900E38DEE /* RCTAdSupport.xcodeproj */,
265284
146833FF1AC3E56700842450 /* React.xcodeproj */,
266285
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
267286
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
@@ -375,6 +394,10 @@
375394
ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
376395
ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
377396
},
397+
{
398+
ProductGroup = 392E79B61C3BC8B900E38DEE /* Products */;
399+
ProjectRef = 392E79B51C3BC8B900E38DEE /* RCTAdSupport.xcodeproj */;
400+
},
378401
{
379402
ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
380403
ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
@@ -477,6 +500,13 @@
477500
remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
478501
sourceTree = BUILT_PRODUCTS_DIR;
479502
};
503+
392E79BB1C3BC8B900E38DEE /* libRCTAdSupport.a */ = {
504+
isa = PBXReferenceProxy;
505+
fileType = archive.ar;
506+
path = libRCTAdSupport.a;
507+
remoteRef = 392E79BA1C3BC8B900E38DEE /* PBXContainerItemProxy */;
508+
sourceTree = BUILT_PRODUCTS_DIR;
509+
};
480510
78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
481511
isa = PBXReferenceProxy;
482512
fileType = archive.ar;

0 commit comments

Comments
 (0)