gonative-cli 0.7.7 → 0.7.8

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: 783811d5eaf98d601428f045ba69abda08f8f6ea4f02875d9a790ed967ba5e59
4
- data.tar.gz: 2a87c225115d86381982dec84c8cfd4a905b997cd772b8d626607be71bfd0455
3
+ metadata.gz: 20ef04291ff98d256cec0890d872bf64cc00ffd4135f4e29a2463bbe093e3198
4
+ data.tar.gz: 7f1bac97b7ffac995b6dfe0e31f5ef946b67ddc98824170f0aba4098d52d8dc5
5
5
  SHA512:
6
- metadata.gz: '087f3f1b3e4fb5732447915680e38a9a8c4ce970d89550a836498cdb2e004e16fa39fc44edb8d09bdeefc99ed53ba51fb5dab1085b13f9f1a494ef0d50bf0d39'
7
- data.tar.gz: bf12167c53259d9e4f30cf258a48585580d6a9e2bbfbbeb38d1d7d83ef221bba5037de30c9eb1884fba9f0a6a578d48614b0b6f7da4b59dbcb69234d6bbed668
6
+ metadata.gz: 1df2d10d28e2e20e28cd15800c3adc4e08bb5b9152834c0d0ead487eb19c896585189a210e1bd6131a6c1828cfb52d19901f55922d830d1b089f6747f06753c9
7
+ data.tar.gz: 6bd8375afe80ef178c36c94656a7f3b4b2889acbefef9338f59b2a73b73553a114b7db9ccffe5dc3fae52df2f07a9e8f4776cbbc28e60f3cb0e037c7595b268c
@@ -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, '11.0')
44
+ target = proj.new_target(:framework, "#{plugin_name}", :ios, '12.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.7"
4
+ VERSION = "0.7.8"
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.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hunaid Hassan