@macify/xpc 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@macify/xpc",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "XPC service support for Mac Catalyst Expo apps",
5
5
  "main": "build/index.cjs",
6
6
  "types": "build/index.d.cts",
@@ -95,7 +95,7 @@ const withXPCService = (config, props = {}) => {
95
95
  const spmRefSection = objects["XCLocalSwiftPackageReference"] || (objects["XCLocalSwiftPackageReference"] = {});
96
96
  spmRefSection[spmRefUuid] = {
97
97
  isa: "XCLocalSwiftPackageReference",
98
- relativePath: relativeSwiftPath
98
+ relativePath: `"${relativeSwiftPath}"`
99
99
  };
100
100
  spmRefSection[`${spmRefUuid}_comment`] = "XCLocalSwiftPackageReference \"MacifyXPCService\"";
101
101
  const projectSection = project.pbxProjectSection();