File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
packages/cmake-rn/src/platforms Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -191,13 +191,24 @@ export const platform: Platform<Triplet[], AppleOpts> = {
191191 id : "apple" ,
192192 name : "Apple" ,
193193 triplets : [
194+ "arm64-apple-darwin" ,
195+ "x86_64-apple-darwin" ,
194196 "arm64;x86_64-apple-darwin" ,
197+
195198 "arm64-apple-ios" ,
196199 "arm64-apple-ios-sim" ,
200+ "x86_64-apple-ios-sim" ,
201+ "arm64;x86_64-apple-ios-sim" ,
202+
197203 "arm64-apple-tvos" ,
204+ "x86_64-apple-tvos-sim" ,
198205 "arm64-apple-tvos-sim" ,
206+ "arm64;x86_64-apple-tvos-sim" ,
207+
199208 "arm64-apple-visionos" ,
209+ "x86_64-apple-visionos-sim" ,
200210 "arm64-apple-visionos-sim" ,
211+ "arm64;x86_64-apple-visionos-sim" ,
201212 ] ,
202213 defaultTriplets ( ) {
203214 return process . arch === "arm64" ? [ "arm64-apple-ios-sim" ] : [ ] ;
You can’t perform that action at this time.
0 commit comments