mmine 0.12.2 → 0.13.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec38684e72cc5f370931b4e24b49e9aeeb94426bc9a09870aa3d48627e4e3122
4
- data.tar.gz: 5936702355e3d56b0ee3890e61b9ba670da70f96839718ed8504b05937d067ee
3
+ metadata.gz: e1987eaebb795a789663acee6d8f0baa1809dc20372035081fa732774cc5a988
4
+ data.tar.gz: af08d7e4c231a75d7bbec89e0e7275f509753169d7ac0db0cdcfe240ad886124
5
5
  SHA512:
6
- metadata.gz: 9497bfab57a269d5da68058e256b4c3983ec199a7325f1971eaf396bee2330547f608395746f10b215ce9bf3622b5f543fed74a2cfb18de0e436df1057983840
7
- data.tar.gz: 9a4e2eb7999c3d4523565df455af032b16e236fc1f6a7614c67091cbba483401631e328aeb34ffcf625edd1a9d7726a3910c8e9d7417648629b8a0c327db75af
6
+ metadata.gz: 4384c96a3394dd2ba46447437b81378fe34c5221bc078db8b7d08b81644b01fdbf37e93c15a26d1e43e562135592ed8bea8e53a47fc4924d73bdaef1e97e2083
7
+ data.tar.gz: 65c086406a02cdd1080912c7ab58bda7d164d574f52133a1b7d3ec5ddbfabf2141d5344f7ab4b00e056f6e0baa35639304ddbee9561d42e58a93e50a8c537979
@@ -86,9 +86,8 @@ class NotificationExtensionIntegrator
86
86
  @extension_build_settings_debug,
87
87
  @extension_build_settings_release)
88
88
  #setup_extension_lib_cordova_link
89
- setup_framework_search_paths
90
- unless @xcframework
91
- setup_copy_framework_script
89
+ if @xcframework
90
+ setup_framework_search_paths
92
91
  end
93
92
  else
94
93
  setup_entitlements(@main_build_configurations_debug.map { |config| config.build_settings['CODE_SIGN_ENTITLEMENTS'] },
data/lib/mmine/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mmine
2
- VERSION = "0.12.2"
2
+ VERSION = "0.13.0"
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Kadochnikov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2018-10-16 00:00:00.000000000 Z
@@ -58,7 +58,7 @@ licenses:
58
58
  - MIT
59
59
  metadata:
60
60
  source_code_url: https://github.com/infobip/mobile-messaging-mmine
61
- post_install_message:
61
+ post_install_message:
62
62
  rdoc_options: []
63
63
  require_paths:
64
64
  - lib
@@ -73,8 +73,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.0.3.1
77
- signing_key:
76
+ rubygems_version: 3.3.26
77
+ signing_key:
78
78
  specification_version: 4
79
79
  summary: Mobile Messaging iOS Notification Extension Integration Tool made at Infobip
80
80
  (https://www.infobip.com)!!!