node-sword-interface 1.0.72 → 1.0.73

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.
Files changed (2) hide show
  1. package/binding.gyp +3 -0
  2. package/package.json +1 -1
package/binding.gyp CHANGED
@@ -113,6 +113,9 @@
113
113
  "xcode_settings": {
114
114
  "SDKROOT": "iphoneos",
115
115
  "IPHONEOS_DEPLOYMENT_TARGET": "13.0",
116
+ "SUPPORTED_PLATFORMS": "iphonesimulator iphoneos",
117
+ # This ensures the binary is built for the current active destination
118
+ "ONLY_ACTIVE_ARCH": "YES",
116
119
  "OTHER_LDFLAGS": [
117
120
  "-dynamiclib",
118
121
  "-install_name @rpath/node_sword_interface.framework/node_sword_interface",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sword-interface",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",