Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build and Test

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion Flinky.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/getsentry/sentry-cocoa";
requirement = {
branch = "philprime/spm-sample";
branch = "main";
kind = branch;
};
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Targets/App/Sources/Main/FlinkyApp.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FlinkyCore
import OnLaunch
import SentrySPM
import SentrySwift
import SwiftData
import SwiftUI
import os.log
Expand Down Expand Up @@ -188,7 +188,7 @@
themeOptions.outlineStyle.cornerRadius = 5
themeOptions.outlineStyle.outlineWidth = 0.5
}
feedbackOptions.configureDarkTheme = { themeOptions in

Check warning on line 191 in Targets/App/Sources/Main/FlinkyApp.swift

View workflow job for this annotation

GitHub Actions / Test UI

setter for 'configureDarkTheme' is deprecated: Use dynamic UIColor instead of the dark theme.

Check warning on line 191 in Targets/App/Sources/Main/FlinkyApp.swift

View workflow job for this annotation

GitHub Actions / Test

setter for 'configureDarkTheme' is deprecated: Use dynamic UIColor instead of the dark theme.
// Background color to use for text inputs in the feedback form.
themeOptions.inputBackground = UIColor.systemGray6

Expand Down
2 changes: 1 addition & 1 deletion Targets/App/Sources/Services/AppHealthObserver.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation
import Network
import os.log
import SentrySPM
import SentrySwift
import UIKit

/// Observes app health signals and reports them as Sentry metrics.
Expand Down
2 changes: 1 addition & 1 deletion Targets/App/Sources/Services/DataSeedingService.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FlinkyCore
import Foundation
import SentrySPM
import SentrySwift
import SwiftData
import os.log

Expand Down
2 changes: 1 addition & 1 deletion Targets/App/Sources/Services/QRCodeCache.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FlinkyCore
import Foundation
import SentrySPM
import SentrySwift
import UIKit
import os.log

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FlinkyCore
import SentrySPM
import SentrySwift
import SwiftUI
import os.log

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FlinkyCore
import SentrySPM
import SentrySwift
import SwiftData
import SwiftUI
import os.log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FlinkyCore
import SentrySPM
import SentrySwift
import SwiftData
import SwiftUI
import os.log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FlinkyCore
import SentrySPM
import SentrySwift
import SwiftUI
import os.log

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CoreNFC
import FlinkyCore
import Photos
import SentrySPM
import SentrySwift
import SwiftUI
import os.log

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import CoreImage.CIFilterBuiltins
import FlinkyCore
import Photos
import SFSafeSymbols
import SentrySPM
import SentrySwift
import SwiftUI

struct LinkDetailRenderView: View {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FlinkyCore
import SentrySPM
import SentrySwift
import SwiftUI
import os.log

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CoreNFC
import FlinkyCore
import Foundation
import SentrySPM
import SentrySwift

final class LinkDetailNFCSharingViewModel: ObservableObject {
@Published private(set) var state: NFCSharingState = .ready
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FlinkyCore
import SentrySPM
import SentrySwift
import SwiftUI
import os.log

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FlinkyCore
import SentrySPM
import SentrySwift
import SwiftUI
import os.log

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FlinkyCore
import SentrySPM
import SentrySwift
import SwiftUI
import os.log

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FlinkyCore
import SFSafeSymbols
import SentrySPM
import SentrySwift
import SwiftData
import SwiftUI
import os.log
Expand Down
2 changes: 1 addition & 1 deletion Targets/App/Sources/UI/MainContainerView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import FlinkyCore
import SentrySPM
import SentrySwift
import SwiftData
import SwiftUI

Expand Down
2 changes: 1 addition & 1 deletion Targets/App/Sources/Utils/SentryMetricsHelper.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swiftlint:disable type_body_length file_length
import FlinkyCore
import Foundation
import SentrySPM
import SentrySwift

// MARK: - SentryMetricsHelper

Expand Down
2 changes: 1 addition & 1 deletion Targets/ShareExtension/Sources/ShareViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import UIKit
import Social
import SwiftData
import FlinkyCore
import SentrySPM
import SentrySwift
import os.log
import UniformTypeIdentifiers

Expand Down
Loading