Closed
Conversation
Added tips for CI installation
Kolos65
reviewed
Dec 8, 2025
|
|
||
| * Setting Xcode defaults: | ||
| ```bash | ||
| defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES |
Owner
There was a problem hiding this comment.
Let's remove this line as plugin validation is not related to Mockable.
Kolos65
reviewed
Dec 8, 2025
| Read the [installation guide](https://kolos65.github.io/Mockable/documentation/mockable/installation/) of the documentation for more details on how to integrate **Mockable** with your project. | ||
|
|
||
| > [!TIP] | ||
| > When using the plugin for the first time, be sure to trust and enable |
Owner
There was a problem hiding this comment.
let's change "plugin" to "macro" here
Owner
|
Thanks for the PR @bohdan-ios (been there done that btw 😅) Pls check my comments and change your commit message to use conventional commit message to pass the validation pipeline: |
Kolos65
reviewed
Dec 8, 2025
| > it when prompted. If a macros build warning exists, select it to trust | ||
| > and enable the macros as well. | ||
|
|
||
| For unattended use (e.g. on CI), package plugin and macro validations can be disabled with either of the following: |
Owner
There was a problem hiding this comment.
Remove package pluginhere as well.
Kolos65
reviewed
Dec 8, 2025
| > [!TIP] | ||
| > When using the plugin for the first time, be sure to trust and enable | ||
| > it when prompted. If a macros build warning exists, select it to trust | ||
| > and enable the macros as well. |
Owner
There was a problem hiding this comment.
I think we don't need the last part here: "If a macros build warning exists, select it to trust
and enable the macros as well."
Owner
|
Merged in #132 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I spent hours for debugging xcodebuild on CI, it does not throw an error for not enabling Macros on a machine
Added tips for CI installation.