Skip to content

Commit

Permalink
[_]: Try -allowProvisioningUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
PixoDev committed Oct 24, 2023
1 parent d7fe20c commit fdf5117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-macos-dmg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,11 @@ env:
#APPLE_DEVELOPMENT_TEAM: "JR4S3SY396"
jobs:
build:
runs-on: macos-12
runs-on: macos-13
steps:

- name: Checkout code
uses: actions/checkout@v3

- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.4.1'

- name: Configure SSH
uses: webfactory/[email protected]
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ platform :mac do
output_directory: 'build',
export_method: "developer-id",
scheme: "InternxtDesktop",
xcargs: '-allowProvisioningUpdates'
)


Expand Down

0 comments on commit fdf5117

Please sign in to comment.