Skip to content

Commit 6a0476b

Browse files
committed
Update CMake files with FIRInstanceId's new layout
Instance ID changed their layout to be inline with the other iOS SDKs, so update the CMake scripts to use that layout instead. PiperOrigin-RevId: 244440380
1 parent 2a089de commit 6a0476b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@ if(IOS)
292292
PRIVATE
293293
${base_header_dir}/FirebaseCore
294294
${base_header_dir}/FirebaseDynamicLinks
295-
# FirebaseInstanceID headers are stored in a subdirectory
296-
${base_header_dir}/FirebaseInstanceID/FirebaseInstanceID
295+
${base_header_dir}/FirebaseInstanceID
297296
)
298297

299298
# Add a dependency to downloading the headers onto app.

instance_id/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ if(IOS)
103103
target_include_directories(firebase_instance_id
104104
PRIVATE
105105
${base_header_dir}/FirebaseCore
106-
# FirebaseInstanceID headers are stored in a subdirectory
107-
${base_header_dir}/FirebaseInstanceID/FirebaseInstanceID
106+
${base_header_dir}/FirebaseInstanceID
108107
)
109108

110109
# Add a dependency to downloading the headers onto instance_id.

0 commit comments

Comments
 (0)