From 88a232ab3d1623a7fe4b2e473bd8757bdc251e2b Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:25:01 -0400 Subject: [PATCH] Temp change of ObjectiveC.jl source --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index d25ebdb81..36db05d5c 100644 --- a/Project.toml +++ b/Project.toml @@ -52,3 +52,6 @@ SpecialFunctions = "2" StaticArrays = "1" UUIDs = "1" julia = "1.10" + +[sources] +ObjectiveC = {url = "https://github.com/christiangnrd/ObjectiveC.jl", rev = "availability"}