From d8cedca7ac876af82aa5ad06dfdfb58f7edf3f2f Mon Sep 17 00:00:00 2001 From: Zorg Date: Sat, 3 Sep 2022 09:19:46 -0700 Subject: [PATCH] Rename 'Additional APIs' to 'Core APIs' (#164) --- documentation/programmatic-setup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/programmatic-setup/index.md b/documentation/programmatic-setup/index.md index f3a186f..45f9b85 100644 --- a/documentation/programmatic-setup/index.md +++ b/documentation/programmatic-setup/index.md @@ -251,7 +251,7 @@ Specific steps on setting up an application and incorporating a framework using Build systems may provide higher-level constructs to set these details. For example, `cmake`'s [`find_library`](https://cmake.org/cmake/help/latest/command/find_library.html) command on a framework will automatically add `-framework A` and `-F` and `cmake`'s [`MACOSX_BUNDLE_INFO_PLIST`](https://cmake.org/cmake/help/latest/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.html) property can be used to provide custom Info.plist keys. -## Additional APIs +## Core APIs In Sparkle 2 you can also choose to instantiate and use [SPUUpdater](/documentation/api-reference/Classes/SPUUpdater.html) directly instead of the [SPUStandardUpdaterController](/documentation/api-reference/Classes/SPUStandardUpdaterController.html) wrapper if you need more control over your user interface or what bundle to update.