Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xcode build #42

Merged
merged 2 commits into from
Dec 22, 2023

Remove macOS target

9e04039
Select commit
Loading
Failed to load commit list.
Merged

Add xcode build #42

Remove macOS target
9e04039
Select commit
Loading
Failed to load commit list.
Xcode Cloud / netdata | Testflight | Archive - iOS succeeded Dec 22, 2023 in 4m 31s

3 warnings

Report Summary
Errors 0
Test Failures 0
Analysis Issues 0
Warnings 3

Details

3 Warnings

Details

  The CFBundleShortVersionString of an app extension ('1.11.9') must match that of its containing parent app ('2').
  AlarmWidget/AlarmWidget.swift:92
      Switch must be exhaustive
  netdata/Core/Extensions/UserDefaults+Color.swift:16
      'unarchiveTopLevelObjectWithData' was deprecated in iOS 12.0: Use unarchivedObject(ofClass:from:) instead