|
71 | 71 | 7B9654531E96E328009C3CEE /* RNBranchEventEmitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNBranchEventEmitter.h; sourceTree = "<group>"; }; |
72 | 72 | 7B9654541E96E328009C3CEE /* RNBranchEventEmitter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNBranchEventEmitter.m; sourceTree = "<group>"; }; |
73 | 73 | 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; }; |
75 | 75 | /* End PBXFileReference section */ |
76 | 76 |
|
77 | 77 | /* Begin PBXFrameworksBuildPhase section */ |
|
135 | 135 | B3A3CC371C5B0A070016AC52 /* Products */ = { |
136 | 136 | isa = PBXGroup; |
137 | 137 | children = ( |
138 | | - B3A3CC361C5B0A070016AC52 /* libreact-native-branch.a */, |
| 138 | + B3A3CC361C5B0A070016AC52 /* libRNBranch.a */, |
139 | 139 | ); |
140 | 140 | name = Products; |
141 | 141 | sourceTree = "<group>"; |
|
179 | 179 | ); |
180 | 180 | name = RNBranch; |
181 | 181 | productName = RNBranch; |
182 | | - productReference = B3A3CC361C5B0A070016AC52 /* libreact-native-branch.a */; |
| 182 | + productReference = B3A3CC361C5B0A070016AC52 /* libRNBranch.a */; |
183 | 183 | productType = "com.apple.product-type.library.static"; |
184 | 184 | }; |
185 | 185 | /* End PBXNativeTarget section */ |
|
351 | 351 | ); |
352 | 352 | HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../ios/Pods/Headers/Public"; |
353 | 353 | OTHER_LDFLAGS = "-ObjC"; |
354 | | - PRODUCT_NAME = "react-native-branch"; |
| 354 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
355 | 355 | PUBLIC_HEADERS_FOLDER_PATH = "/usr/local/include/$(PRODUCT_NAME)"; |
356 | 356 | }; |
357 | 357 | name = Debug; |
|
365 | 365 | ); |
366 | 366 | HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../ios/Pods/Headers/Public"; |
367 | 367 | OTHER_LDFLAGS = "-ObjC"; |
368 | | - PRODUCT_NAME = "react-native-branch"; |
| 368 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
369 | 369 | PUBLIC_HEADERS_FOLDER_PATH = "/usr/local/include/$(PRODUCT_NAME)"; |
370 | 370 | }; |
371 | 371 | name = Release; |
|
0 commit comments