run_loop 4.9.0 → 4.9.1

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: 0a1aeeb9ec5729179d301d9dd7d8af44950f59c46ecd24f1cb02862bcdc2a837
4
- data.tar.gz: 1b303ce571c67bd8ae77f5c2f1a0257f3d62a4f941c5eff737175bc4ce2deb22
3
+ metadata.gz: 766b2161c52ca7f2452f35e51445cb4a68e2f9127f00abf65edc5f52bfeb3724
4
+ data.tar.gz: ed318b8c5812440238b32e65984e2def0580d7b16415e3b066792db3575bd133
5
5
  SHA512:
6
- metadata.gz: 1ec504d9c91be7204e57bafb72a5037539cb4a001739f43e3a2da1ffb9cd55587e07d46365de04a9c76cefc65b2e278115d4448d633a4be5740341deb3686ba9
7
- data.tar.gz: 5ec306aa78b518e3d6dcc3a648e9b9b0b8d305008079c05a212ac33b30627b1ed572d4d09aa423eb4066cc49551e0f0dabf08ec9bf9124bd1b098ef8aa8c6570
6
+ metadata.gz: 8692ac6a1c2b74a22097a972ba4cfa0b788cdd5d975ab9b73ba22bbfe296867f85cbcf01f56fa1c292d02d6c8a90a8e3ed183360ec466863b75401e2e9b3ea03
7
+ data.tar.gz: 2bba77ba5cdb7999581f0392bd990c812df1dd4aa8846c6e0e7956a1ab8d7e06de37627198a5fdae3c79df8731ee69efad5b0652bafe0df684da800077ad96bc
data/lib/run_loop/lipo.rb CHANGED
@@ -73,8 +73,8 @@ module RunLoop
73
73
  raise 'Ensuring compatible arches for physical devices is NYI'
74
74
  else
75
75
  arches = self.info
76
- # An i386 binary will run on any simulator.
77
- return true if arches.include?('i386')
76
+ # An i386 and arm64 binary will run on any simulator.
77
+ return true if arches.include?('i386') || arches.include?('arm64')
78
78
 
79
79
  instruction_set = device.instruction_set
80
80
  unless arches.include?(instruction_set)
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = "4.9.0"
2
+ VERSION = "4.9.1"
3
3
 
4
4
  # A model of a software release version that can be used to compare two versions.
5
5
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: run_loop
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.0
4
+ version: 4.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-02-05 00:00:00.000000000 Z
12
+ date: 2023-02-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json