You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Package.swift
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ import PackageDescription
8
8
/// * Creating a custom module.modulemap seems to fix build issues when using the proj.h header
9
9
/// * The public interface is C for the proj.h API we use, so we don't need to use the C++ headers exposed
10
10
/// * The C++ header search paths are added so under the hood we can find the headers.
11
-
/// * If we bundle proj.db, it needs to be in the src/ directory to embed it in the bundle
12
-
/// * We need a `BundleHelper` to load the bundle from the SPM auto-created bundle in the next level up (not ideal, but it's data tied to this 9.4 release)
11
+
/// * The 9.4_release_spm does not include proj.db, since with Bundles, we need to load resources in the
12
+
/// package that requires it. So projections-ios loads the proj.db from it's own bundle. (In Cocoapods you could
13
+
/// reach into other bundles, but not with SPM)
13
14
/// * Potentially the 9.6_release_spm can provided proj.db in source, but I haven't figured how that integrates.
14
15
/// * CMake autogenerates some files that need to be added like "proj_config.h" (9.6 has more autogenerated files)
0 commit comments