mmine 0.9.5 → 0.9.6
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.
- checksums.yaml +4 -4
- data/lib/mmine/notification_extension_integrator.rb +5 -0
- data/lib/mmine/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58f6d1e85921571f00ab881a2c0b2ba38be942f08bc66e335b76c4c711c65f27
|
4
|
+
data.tar.gz: 6ef078a0f9858d9e8b6ff0414c83ad1e38f5d290600535479800b69974f75e74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74dce8885cb1281a0e20a512ad2dc23d0bd774e4ba1b07114a3137fa209ead1109002eae27a807d0bf6cde0661abfba825288f92b03c65a5e4904760982970a2
|
7
|
+
data.tar.gz: 869cfcd11e5e8596d10cf290c708d4fa8ba183e34874eb146d3357fc2620a2a2f9eaac4673e08886b0a1c8a71d4afe025ad1310f6e18e4e8d34314fcf79cefc1
|
@@ -68,6 +68,7 @@ class NotificationExtensionIntegrator
|
|
68
68
|
setup_product_name
|
69
69
|
setup_extension_build_number
|
70
70
|
setup_run_path_search_paths
|
71
|
+
erease_bridging_header
|
71
72
|
|
72
73
|
if @cordova
|
73
74
|
setup_entitlements(resolve_absolute_paths(["$(PROJECT_DIR)/$(PROJECT_NAME)/Entitlements-Debug.plist"]),
|
@@ -344,6 +345,10 @@ class NotificationExtensionIntegrator
|
|
344
345
|
end
|
345
346
|
end
|
346
347
|
|
348
|
+
def erease_bridging_header
|
349
|
+
set_notification_extension_build_settings('SWIFT_OBJC_BRIDGING_HEADER', '')
|
350
|
+
end
|
351
|
+
|
347
352
|
def setup_framework_search_paths
|
348
353
|
set_notification_extension_build_settings('FRAMEWORK_SEARCH_PATHS', '$SRCROOT/$PROJECT/Plugins/com-infobip-plugins-mobilemessaging')
|
349
354
|
end
|
data/lib/mmine/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mmine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrey Kadochnikov
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.
|
76
|
+
rubygems_version: 3.0.8
|
77
77
|
signing_key:
|
78
78
|
specification_version: 4
|
79
79
|
summary: Mobile Messaging iOS Notification Extension Integration Tool made at Infobip
|