Rebrand entire project from Feels to Reflect
Complete rename across all bundle IDs, App Groups, CloudKit containers, StoreKit product IDs, data store filenames, URL schemes, logger subsystems, Swift identifiers, user-facing strings (7 languages), file names, directory names, Xcode project, schemes, assets, and documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ExportableWidgetViews.swift
|
||||
// Feels
|
||||
// Reflect
|
||||
//
|
||||
// Exportable widget views that match the real WidgetKit widgets pixel-for-pixel.
|
||||
// These views accept tint/icon configuration as parameters for batch export.
|
||||
@@ -180,7 +180,7 @@ struct ExportableVotingView: View {
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Exportable Voted Stats View (matches VotedStatsView from FeelsVoteWidget.swift)
|
||||
// MARK: - Exportable Voted Stats View (matches VotedStatsView from ReflectVoteWidget.swift)
|
||||
|
||||
struct ExportableVotedStatsView: View {
|
||||
enum Size {
|
||||
@@ -303,7 +303,7 @@ struct ExportableVotedStatsView: View {
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Exportable Timeline Small View (matches SmallWidgetView from FeelsTimelineWidget.swift)
|
||||
// MARK: - Exportable Timeline Small View (matches SmallWidgetView from ReflectTimelineWidget.swift)
|
||||
|
||||
struct ExportableTimelineSmallView: View {
|
||||
let config: WidgetExportConfig
|
||||
@@ -359,7 +359,7 @@ struct ExportableTimelineSmallView: View {
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Exportable Timeline Medium View (matches MediumWidgetView from FeelsTimelineWidget.swift)
|
||||
// MARK: - Exportable Timeline Medium View (matches MediumWidgetView from ReflectTimelineWidget.swift)
|
||||
|
||||
struct ExportableTimelineMediumView: View {
|
||||
let config: WidgetExportConfig
|
||||
@@ -469,7 +469,7 @@ struct ExportableMediumDayCell: View {
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Exportable Timeline Large View (matches LargeWidgetView from FeelsTimelineWidget.swift)
|
||||
// MARK: - Exportable Timeline Large View (matches LargeWidgetView from ReflectTimelineWidget.swift)
|
||||
|
||||
struct ExportableTimelineLargeView: View {
|
||||
let config: WidgetExportConfig
|
||||
|
||||
Reference in New Issue
Block a user