Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to use Xcode 16's new provisioning profiles directory #124

Merged
merged 4 commits into from
Aug 9, 2024

Conversation

jstedfast
Copy link
Member

Starting with Xcode 16, the location of cached provisioning profiles has moved from "/Library/MobileDevice/Provisioning Profiles" to "/Library/Developer/Xcode/UserData/Provisioning Profiles"

Fixes xamarin/xamarin-macios#20771

Starting with Xcode 16, the location of cached provisioning profiles
has moved from "~/Library/MobileDevice/Provisioning Profiles" to
"~/Library/Developer/Xcode/UserData/Provisioning Profiles"

Fixes xamarin/xamarin-macios#20771
Xamarin.MacDev/MobileProvision.cs Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Aug 9, 2024

⚠️ Your code has been reformatted. ⚠️

@jstedfast jstedfast force-pushed the dev/jestedfa/xcode16-profiles-dir branch from 950f081 to 0683fa4 Compare August 9, 2024 16:07
Copy link

github-actions bot commented Aug 9, 2024

⚠️ Your code has been reformatted. ⚠️

@jstedfast jstedfast force-pushed the dev/jestedfa/xcode16-profiles-dir branch from cd04005 to b580a3b Compare August 9, 2024 16:22
Copy link

github-actions bot commented Aug 9, 2024

⚠️ Your code has been reformatted. ⚠️

@jstedfast jstedfast merged commit bd3d133 into main Aug 9, 2024
1 check passed
@jstedfast jstedfast deleted the dev/jestedfa/xcode16-profiles-dir branch August 9, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XCode 16 stores provisioning profiles in new location
2 participants