Skip to content

Commit

Permalink
xcode is not gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Dec 12, 2024
1 parent f245c20 commit fa34169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sentry.Unity/SentryUnityOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public sealed class SentryUnityOptions : SentryOptions
/// </summary>
/// <remarks>
/// When set to <see cref="NativeInitializationType.BuildTime"/>, the options are written and hardcoded into the
/// Gradle project during the build process. This means that the options cannot be changed at runtime, as they are
/// Xcode project during the build process. This means that the options cannot be changed at runtime, as they are
/// embedded into the project itself.
/// </remarks>
public NativeInitializationType IosNativeInitializationType { get; set; } = NativeInitializationType.Runtime;
Expand Down

0 comments on commit fa34169

Please sign in to comment.