Skip to content

Commit 9b766fa

Browse files
committed
transfer ios-arm64 jars
1 parent 9b31886 commit 9b766fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

propane.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ Gem::Specification.new do |gem|
2121
gem.files << 'lib/jogl-all.jar'
2222
gem.files << 'lib/gluegen-rt-natives-linux-amd64.jar'
2323
gem.files << 'lib/gluegen-rt-natives-macosx-universal.jar'
24+
gem.files << 'lib/gluegen-rt-natives-ios-arm64.jar'
2425
gem.files << 'lib/gluegen-rt-natives-windows-amd64.jar'
2526
gem.files << 'lib/jogl-all-natives-linux-amd64.jar'
2627
gem.files << 'lib/jogl-all-natives-macosx-universal.jar'
28+
gem.files << 'lib/jogl-all-natives-ios-arm64.jar'
2729
gem.files << 'lib/jogl-all-natives-windows-amd64.jar'
2830
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
2931
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)