@capgo/capacitor-mute 1.1.6 → 1.1.7

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.
@@ -15,14 +15,4 @@ Pod::Spec.new do |s|
15
15
  s.dependency 'Capacitor'
16
16
  s.dependency 'Mute'
17
17
  s.swift_version = '5.1'
18
- end
19
-
20
- post_install do |installer|
21
- installer.pods_project.targets.each do |target|
22
- if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
23
- target.build_configurations.each do |config|
24
- config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
25
- end
26
- end
27
- end
28
18
  end
package/Podfile ADDED
@@ -0,0 +1,10 @@
1
+
2
+ post_install do |installer|
3
+ installer.pods_project.targets.each do |target|
4
+ if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
5
+ target.build_configurations.each do |config|
6
+ config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
7
+ end
8
+ end
9
+ end
10
+ end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-mute",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Detect if the mute switch is enabled/disabled on a device",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -11,7 +11,8 @@
11
11
  "android/build.gradle",
12
12
  "dist/",
13
13
  "ios/Plugin/",
14
- "CapgoCapacitorMute.podspec"
14
+ "CapgoCapacitorMute.podspec",
15
+ "Podfile"
15
16
  ],
16
17
  "author": "Martin donadieu",
17
18
  "license": "MIT",