@forwardimpact/libmacos
Advanced tools
+2
-2
| { | ||
| "name": "@forwardimpact/libmacos", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "macOS bundle assembly, code signing, and OS permission helpers — desktop delivery without platform ceremony.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@forwardimpact/libharness": "^0.1.14" | ||
| "@forwardimpact/libmock": "^0.1.0" | ||
| }, | ||
@@ -38,0 +38,0 @@ "engines": { |
@@ -98,4 +98,4 @@ #!/bin/bash | ||
| # Substitute the release version into the bundle's Info.plist before signing | ||
| # so codesign covers the version-correct plist. Spec 600 SC9 requires the | ||
| # bundle's CFBundleShortVersionString to match the release tag. | ||
| # so codesign covers the version-correct plist. The bundle's | ||
| # CFBundleShortVersionString must match the release tag. | ||
| if [ -n "$VERSION" ]; then | ||
@@ -102,0 +102,0 @@ if command -v plutil >/dev/null 2>&1; then |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
27909
-0.09%