run_loop 4.8.1 → 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: f18dd899da918b93112924a529f2931a4bdf18208ea2dbf4f106228b4c54967a
4
- data.tar.gz: 96112e86a39b872b1f412dc5f0fd0307c66ddcb87eceeb1465fb07028b661f32
3
+ metadata.gz: 766b2161c52ca7f2452f35e51445cb4a68e2f9127f00abf65edc5f52bfeb3724
4
+ data.tar.gz: ed318b8c5812440238b32e65984e2def0580d7b16415e3b066792db3575bd133
5
5
  SHA512:
6
- metadata.gz: b14668f44b04698f50a8ebfd08a493680be2b3508126755e822aec25831ca3e320e01d804694f052c31de636c7f4c3572cf34c8eb712143e6e18521900f1ce60
7
- data.tar.gz: 18412c9d146b943041eb4ec0fc385c701320b967155899bdf02876ec9f0f809c96a8388bd5075759ebb700f305ccb62bd355ce73d80685afda341ec3e12520b6
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.8.1"
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.8.1
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: 2022-08-18 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