We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b31886 commit 9b766faCopy full SHA for 9b766fa
propane.gemspec
@@ -21,9 +21,11 @@ Gem::Specification.new do |gem|
21
gem.files << 'lib/jogl-all.jar'
22
gem.files << 'lib/gluegen-rt-natives-linux-amd64.jar'
23
gem.files << 'lib/gluegen-rt-natives-macosx-universal.jar'
24
+ gem.files << 'lib/gluegen-rt-natives-ios-arm64.jar'
25
gem.files << 'lib/gluegen-rt-natives-windows-amd64.jar'
26
gem.files << 'lib/jogl-all-natives-linux-amd64.jar'
27
gem.files << 'lib/jogl-all-natives-macosx-universal.jar'
28
+ gem.files << 'lib/jogl-all-natives-ios-arm64.jar'
29
gem.files << 'lib/jogl-all-natives-windows-amd64.jar'
30
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
31
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
0 commit comments