sparkle-project / Sparkle

A software update framework for macOS
https://sparkle-project.org
Other
7.34k stars 1.04k forks source link

[Test] GitHub actions update test #2456

Closed zorgiepoo closed 10 months ago

zorgiepoo commented 10 months ago

(Insert summary of your pull request here)

Fixes # (issue)

Misc Checklist

Testing

I tested and verified my change by using one or multiple of these methods:

(Describe all the cases that were tested)

macOS version tested: [place version here]

github-actions[bot] commented 10 months ago

/Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.m:121:26: warning: 'dismissUserInitiatedUpdateCheck' is deprecated: Transition to new UI appropriately when a new update is shown, when no update is found, or when an update error occurs. [-Wdeprecated-declarations] [_userDriver dismissUserInitiatedUpdateCheck]; ^ In file included from /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.m:11: /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserDriver.h:286:41: note: 'dismissUserInitiatedUpdateCheck' has been explicitly marked deprecated here - (void)dismissUserInitiatedUpdateCheck __deprecated_msg("Transition to new UI appropriately when a new update is shown, when no update is found, or when an update error occurs."); ^ In module 'Foundation' imported from /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.h:9: In module 'CoreFoundation' imported from /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In module 'Darwin' imported from /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:14: /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 1 warning generated. /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.m:121:26: warning: 'dismissUserInitiatedUpdateCheck' is deprecated: Transition to new UI appropriately when a new update is shown, when no update is found, or when an update error occurs. [-Wdeprecated-declarations] [_userDriver dismissUserInitiatedUpdateCheck]; ^ In file included from /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.m:11: /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserDriver.h:286:41: note: 'dismissUserInitiatedUpdateCheck' has been explicitly marked deprecated here - (void)dismissUserInitiatedUpdateCheck __deprecated_msg("Transition to new UI appropriately when a new update is shown, when no update is found, or when an update error occurs."); ^ In module 'Foundation' imported from /Users/runner/work/Sparkle/Sparkle/Sparkle/SPUUserInitiatedUpdateDriver.h:9: In module 'CoreFoundation' imported from /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In module 'Darwin' imported from /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:14: /Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ 1 warning generated. note: Run script build phase 'Strip Framework' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Sparkle' from project 'Sparkle') note: Run script build phase 'Run Script: Set Git Version Info' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Sparkle' from project 'Sparkle') note: Run script build phase 'Run Script: Link Tools' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Sparkle' from project 'Sparkle')