gonative-cli 0.7.6 → 0.7.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c265dfc0e9ca844e98d4635061d673c381b88150354a39c65d5a8199d61e8f94
4
- data.tar.gz: b68aa740b1c28ac400dac354b156e3af327574ae5d166a673fb617de7be91848
3
+ metadata.gz: 783811d5eaf98d601428f045ba69abda08f8f6ea4f02875d9a790ed967ba5e59
4
+ data.tar.gz: 2a87c225115d86381982dec84c8cfd4a905b997cd772b8d626607be71bfd0455
5
5
  SHA512:
6
- metadata.gz: a31725f60d90942b56c47e32c0a15d1d64418b392cc33135955ff3a54357c5cf680ab0642b2597473bd8477e24e048a7ddc7b840679b2ae94ded536a05a2e25f
7
- data.tar.gz: 128c9c5cdacdc872e1d51476799da4e7770530e08747c54bfbdfc98f05c539c9fa4a8a50cc65c2d55d5059cb4e916137eab41c68a2e8f0f1b4cc9b5d659cac44
6
+ metadata.gz: '087f3f1b3e4fb5732447915680e38a9a8c4ce970d89550a836498cdb2e004e16fa39fc44edb8d09bdeefc99ed53ba51fb5dab1085b13f9f1a494ef0d50bf0d39'
7
+ data.tar.gz: bf12167c53259d9e4f30cf258a48585580d6a9e2bbfbbeb38d1d7d83ef221bba5037de30c9eb1884fba9f0a6a578d48614b0b6f7da4b59dbcb69234d6bbed668
@@ -41,7 +41,7 @@ module GoNative
41
41
 
42
42
  def create_framework_proj
43
43
  proj = Xcodeproj::Project.new(FileUtils.pwd)
44
- target = proj.new_target(:framework, "#{plugin_name}", :ios, '10.0')
44
+ target = proj.new_target(:framework, "#{plugin_name}", :ios, '11.0')
45
45
  main_group = proj.new_group(plugin_name, plugin_name)
46
46
  classes_group = main_group.new_group('Classes', 'Classes')
47
47
  references = Dir.glob("../#{plugin_name}/Classes/**").map{ |file| classes_group.new_file("../../#{file}") }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GoNative
4
- VERSION = "0.7.6"
4
+ VERSION = "0.7.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gonative-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hunaid Hassan