2 Commits

Author SHA1 Message Date
Mike Maietta
72a3f83d27 fix: export MakeUniversalOpts (#48)
This is to allow other packages to extract specific logic/options with typesafety
2022-10-03 00:05:29 -07:00
Samuel Attard
3cc1365561 Update config.yml 2022-10-03 00:04:43 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ version: 2.1
jobs: jobs:
test: test:
macos: macos:
xcode: "12.2.0" xcode: "13.4.1"
<<: *steps-test <<: *steps-test
release: release:

View File

@@ -13,7 +13,7 @@ import { AsarMode, detectAsarMode, generateAsarIntegrity, mergeASARs } from './a
import { sha } from './sha'; import { sha } from './sha';
import { d } from './debug'; import { d } from './debug';
type MakeUniversalOpts = { export type MakeUniversalOpts = {
/** /**
* Absolute file system path to the x64 version of your application. E.g. /Foo/bar/MyApp_x64.app * Absolute file system path to the x64 version of your application. E.g. /Foo/bar/MyApp_x64.app
*/ */