File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
if (APPLE )
16
- file (GLOB sources *.m )
17
- file (GLOB headers Private /*.h Public /*.h )
16
+ file (GLOB sources Sources / *.m )
17
+ file (GLOB headers Sources / Private/*.h Sources / Public/*.h )
18
18
19
19
podspec_version (core_version ${PROJECT_SOURCE_DIR} /FirebaseCore.podspec )
20
20
firebase_version (fb_version ${PROJECT_SOURCE_DIR} /FirebaseCore.podspec )
@@ -28,8 +28,9 @@ if(APPLE)
28
28
FIRCore_VERSION=${core_version}
29
29
Firebase_VERSION=${fb_version}
30
30
INCLUDES
31
- Private
32
- Public
31
+ Sources /Private
32
+ Sources /Public
33
+ ${PROJECT_SOURCE_DIR}
33
34
DEPENDS
34
35
GoogleUtilities
35
36
FirebaseCoreDiagnosticsInterop
Original file line number Diff line number Diff line change 112
112
;;
113
113
114
114
Firestore-cmake)
115
- check_changes ' ^(Firestore/(core|third_party)|cmake|GoogleUtilities)'
115
+ check_changes ' ^(Firestore/(core|third_party)|cmake|FirebaseCore| GoogleUtilities)'
116
116
;;
117
117
118
118
GoogleDataTransport-* )
You can’t perform that action at this time.
0 commit comments