Skip to content

Commit c043f14

Browse files
committed
Clean up wording in version-4.md
1 parent 4bc8cf7 commit c043f14

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/version-4.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ Version 4.0.0 of this SDK may not work with any other option. This may be
1919
revisited in the future, but it's not yet clear how feasible it would be to
2020
support any other option. At any rate, if an RN 0.60 app is set up to use
2121
CocoaPods with `use_native_modules!`, the CocoaPods integration of
22-
react-native-branch will be automatic. It would be necessary to disable
22+
react-native-branch will be automatic. It might be necessary to disable
2323
CocoaPods throughout a RN app in order to support any other solution for this
24-
SDK. It's not obvious that RN/Facebook will support any other option from here
25-
forward. If they don't, we can't.
24+
SDK.
2625

2726
### Autolinking
2827

ios/RNBranch.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
7B9654531E96E328009C3CEE /* RNBranchEventEmitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNBranchEventEmitter.h; sourceTree = "<group>"; };
7272
7B9654541E96E328009C3CEE /* RNBranchEventEmitter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNBranchEventEmitter.m; sourceTree = "<group>"; };
7373
7BA40F93225589C900EC6B4D /* Branch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Branch.framework; sourceTree = BUILT_PRODUCTS_DIR; };
74-
B3A3CC361C5B0A070016AC52 /* libreact-native-branch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-branch.a"; sourceTree = BUILT_PRODUCTS_DIR; };
74+
B3A3CC361C5B0A070016AC52 /* libRNBranch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNBranch.a; sourceTree = BUILT_PRODUCTS_DIR; };
7575
/* End PBXFileReference section */
7676

7777
/* Begin PBXFrameworksBuildPhase section */
@@ -135,7 +135,7 @@
135135
B3A3CC371C5B0A070016AC52 /* Products */ = {
136136
isa = PBXGroup;
137137
children = (
138-
B3A3CC361C5B0A070016AC52 /* libreact-native-branch.a */,
138+
B3A3CC361C5B0A070016AC52 /* libRNBranch.a */,
139139
);
140140
name = Products;
141141
sourceTree = "<group>";
@@ -179,7 +179,7 @@
179179
);
180180
name = RNBranch;
181181
productName = RNBranch;
182-
productReference = B3A3CC361C5B0A070016AC52 /* libreact-native-branch.a */;
182+
productReference = B3A3CC361C5B0A070016AC52 /* libRNBranch.a */;
183183
productType = "com.apple.product-type.library.static";
184184
};
185185
/* End PBXNativeTarget section */
@@ -351,7 +351,7 @@
351351
);
352352
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../ios/Pods/Headers/Public";
353353
OTHER_LDFLAGS = "-ObjC";
354-
PRODUCT_NAME = "react-native-branch";
354+
PRODUCT_NAME = "$(TARGET_NAME)";
355355
PUBLIC_HEADERS_FOLDER_PATH = "/usr/local/include/$(PRODUCT_NAME)";
356356
};
357357
name = Debug;
@@ -365,7 +365,7 @@
365365
);
366366
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../ios/Pods/Headers/Public";
367367
OTHER_LDFLAGS = "-ObjC";
368-
PRODUCT_NAME = "react-native-branch";
368+
PRODUCT_NAME = "$(TARGET_NAME)";
369369
PUBLIC_HEADERS_FOLDER_PATH = "/usr/local/include/$(PRODUCT_NAME)";
370370
};
371371
name = Release;

0 commit comments

Comments
 (0)