Rename 'Additional APIs' to 'Core APIs' (#164)

This commit is contained in:
Zorg
2022-09-03 09:19:46 -07:00
committed by GitHub
parent 991c110a9b
commit d8cedca7ac
+1 -1
View File
@@ -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<fullPath>` 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.