## StoreKit 2 Refactor - Rewrote IAPManager with clean enum-based state model (SubscriptionState) - Added native SubscriptionStoreView for iOS 17+ purchase UI - Subscription status now checked on every app launch - Synced subscription status to UserDefaults for widget access - Simplified PurchaseButtonView and IAPWarningView - Removed unused StatusInfoView ## Interactive Vote Widget - New FeelsVoteWidget with App Intents for mood voting - Subscribers can vote directly from widget, shows stats after voting - Non-subscribers see "Tap to subscribe" which opens subscription store - Added feels:// URL scheme for deep linking ## Firebase Removal - Commented out Firebase imports and initialization - EventLogger now prints to console in DEBUG mode only ## Other Changes - Added fallback for Core Data when App Group unavailable - Added new localization strings for subscription UI - Updated entitlements and Info.plist 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1601 lines
95 KiB
Plaintext
1601 lines
95 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 55;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
1C0007392EE9339E009C9ED5 /* FeelsSubscriptionStoreView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C0007382EE9339E009C9ED5 /* FeelsSubscriptionStoreView.swift */; };
|
|
1C00073A2EE933B3009C9ED5 /* FeelsSubscriptionStoreView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C0007382EE9339E009C9ED5 /* FeelsSubscriptionStoreView.swift */; };
|
|
1C00073C2EE9374A009C9ED5 /* FeelsVoteWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C00073B2EE9374A009C9ED5 /* FeelsVoteWidget.swift */; };
|
|
1C02589C27B9677A00EB91AC /* CreateWidgetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C02589B27B9677A00EB91AC /* CreateWidgetView.swift */; };
|
|
1C04488727C1C81D00D22444 /* PersonalityPackable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C04488627C1C81D00D22444 /* PersonalityPackable.swift */; };
|
|
1C04488827C1CD8C00D22444 /* PersonalityPackable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C04488627C1C81D00D22444 /* PersonalityPackable.swift */; };
|
|
1C04488A27C2ABD500D22444 /* IconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C04488927C2ABD500D22444 /* IconView.swift */; };
|
|
1C04488B27C2ABDE00D22444 /* IconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C04488927C2ABD500D22444 /* IconView.swift */; };
|
|
1C04488D27C2ADDB00D22444 /* IconViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C04488C27C2ADDB00D22444 /* IconViewModel.swift */; };
|
|
1C04488E27C2AE5200D22444 /* IconViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C04488C27C2ADDB00D22444 /* IconViewModel.swift */; };
|
|
1C04489627C2DB0100D22444 /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FAC27ADD0C3002C83A6 /* Theme.swift */; };
|
|
1C04489727C2DB9B00D22444 /* BGView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD603127A5C1C800C520BD /* BGView.swift */; };
|
|
1C04489927C3F24000D22444 /* Color+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C04489827C3F24000D22444 /* Color+Codable.swift */; };
|
|
1C04489A27C3F24F00D22444 /* Color+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C04489827C3F24000D22444 /* Color+Codable.swift */; };
|
|
1C0A3C8F27FD445000FF37FF /* OnboardingCustomizeOne.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C0A3C8E27FD445000FF37FF /* OnboardingCustomizeOne.swift */; };
|
|
1C0A3C9127FD445900FF37FF /* OnboardingCustomizeTwo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C0A3C9027FD445900FF37FF /* OnboardingCustomizeTwo.swift */; };
|
|
1C0DAB45279DB0FB003B1F21 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1C0DAB47279DB0FB003B1F21 /* Localizable.strings */; };
|
|
1C10E24E27A1AB110047948B /* UserDefaultsStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C5F4977279C945E0092F1B4 /* UserDefaultsStore.swift */; };
|
|
1C10E25027A1AB220047948B /* OnboardingDay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA03774279A294800D26164 /* OnboardingDay.swift */; };
|
|
1C10E25127A1AB320047948B /* OnboardingTitle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA03776279A295600D26164 /* OnboardingTitle.swift */; };
|
|
1C1AFF3027F894970067F9DC /* ThemePickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1AFF2F27F894970067F9DC /* ThemePickerView.swift */; };
|
|
1C1AFF3227F894A40067F9DC /* IconPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1AFF3127F894A40067F9DC /* IconPickerView.swift */; };
|
|
1C1AFF3427F894BA0067F9DC /* TintPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1AFF3327F894BA0067F9DC /* TintPickerView.swift */; };
|
|
1C1AFF3827F8951F0067F9DC /* CustomWigetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1AFF3727F8951F0067F9DC /* CustomWigetView.swift */; };
|
|
1C1AFF3A27F895490067F9DC /* ImagePackPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1AFF3927F895490067F9DC /* ImagePackPickerView.swift */; };
|
|
1C1AFF3C27F895800067F9DC /* TextColorPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1AFF3B27F895800067F9DC /* TextColorPickerView.swift */; };
|
|
1C1AFF3E27F895A40067F9DC /* PersonalityPackPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1AFF3D27F895A40067F9DC /* PersonalityPackPickerView.swift */; };
|
|
1C1AFF4127F895C00067F9DC /* ShapePickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1AFF4027F895C00067F9DC /* ShapePickerView.swift */; };
|
|
1C1AFF4327F895D90067F9DC /* DayFilterPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1AFF4227F895D90067F9DC /* DayFilterPickerView.swift */; };
|
|
1C1B6E6927FD4E8F00181E70 /* SampleEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1B6E6827FD4E8F00181E70 /* SampleEntryView.swift */; };
|
|
1C2162EB27C14EFA004353D1 /* Date+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C2162EA27C14EFA004353D1 /* Date+Extensions.swift */; };
|
|
1C2162EC27C14FC5004353D1 /* Date+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C2162EA27C14EFA004353D1 /* Date+Extensions.swift */; };
|
|
1C2162EE27C15191004353D1 /* MoodEntryFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C2162ED27C15191004353D1 /* MoodEntryFunctions.swift */; };
|
|
1C2162F227C156E6004353D1 /* CustomizeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C2162F127C156E6004353D1 /* CustomizeView.swift */; };
|
|
1C2162F427C1602D004353D1 /* MoodImagable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C2162F327C1602D004353D1 /* MoodImagable.swift */; };
|
|
1C2162F527C16061004353D1 /* MoodImagable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C2162F327C1602D004353D1 /* MoodImagable.swift */; };
|
|
1C2162F727C16D11004353D1 /* MoodTintable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C2162F627C16D11004353D1 /* MoodTintable.swift */; };
|
|
1C2162F827C16E3C004353D1 /* MoodTintable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C2162F627C16D11004353D1 /* MoodTintable.swift */; };
|
|
1C2618FA2795E41D00FDC148 /* Charts in Frameworks */ = {isa = PBXBuildFile; productRef = 1C2618F92795E41D00FDC148 /* Charts */; };
|
|
1C2618FE27960A4F00FDC148 /* YearViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C2618FD27960A4F00FDC148 /* YearViewModel.swift */; };
|
|
1C26190327960CE500FDC148 /* ChartDataBuildable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C26190227960CE500FDC148 /* ChartDataBuildable.swift */; };
|
|
1C26190727960DC900FDC148 /* ChartViewItemBuildable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C26190627960DC900FDC148 /* ChartViewItemBuildable.swift */; };
|
|
1C2C5B2B27DEBE260092A308 /* EventLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C414C2F27DB1C2400BC1720 /* EventLogger.swift */; };
|
|
1C358FAD27ADD0C3002C83A6 /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FAC27ADD0C3002C83A6 /* Theme.swift */; };
|
|
1C358FB127B0AD87002C83A6 /* SharingListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FB027B0AD87002C83A6 /* SharingListView.swift */; };
|
|
1C358FB327B0ADA4002C83A6 /* SharingTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FB227B0ADA4002C83A6 /* SharingTemplate.swift */; };
|
|
1C358FB627B0AE15002C83A6 /* AllMoodsTotalTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FB527B0AE15002C83A6 /* AllMoodsTotalTemplate.swift */; };
|
|
1C358FB827B0AEE3002C83A6 /* LongestStreakTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FB727B0AEE3002C83A6 /* LongestStreakTemplate.swift */; };
|
|
1C358FBA27B35252002C83A6 /* ActivityViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FB927B35252002C83A6 /* ActivityViewController.swift */; };
|
|
1C358FBE27B4D1F2002C83A6 /* CurrentStreakTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FBD27B4D1F2002C83A6 /* CurrentStreakTemplate.swift */; };
|
|
1C358FC027B4D20C002C83A6 /* MonthTotalTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FBF27B4D20C002C83A6 /* MonthTotalTemplate.swift */; };
|
|
1C358FC227B4D227002C83A6 /* WeekTotalTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C358FC127B4D227002C83A6 /* WeekTotalTemplate.swift */; };
|
|
1C361F0A27C0356000E832FC /* MonthView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C361F0927C0356000E832FC /* MonthView.swift */; };
|
|
1C361F0C27C0356B00E832FC /* MainTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C361F0B27C0356B00E832FC /* MainTabView.swift */; };
|
|
1C361F0D27C03BDF00E832FC /* OnboardingData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C5F4975279C84090092F1B4 /* OnboardingData.swift */; };
|
|
1C361F0F27C03C0E00E832FC /* LocalNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B75278C8119001C4FEA /* LocalNotification.swift */; };
|
|
1C361F1127C03C3D00E832FC /* OnboardingTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA03772279A293D00D26164 /* OnboardingTime.swift */; };
|
|
1C361F1427C03C8600E832FC /* OnboardingDataDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C361F1327C03C8600E832FC /* OnboardingDataDataManager.swift */; };
|
|
1C361F1727C046D800E832FC /* MonthDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C361F1627C046D800E832FC /* MonthDetailView.swift */; };
|
|
1C414BF127D3CAB300BC1720 /* OnboardingData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C5F4975279C84090092F1B4 /* OnboardingData.swift */; };
|
|
1C414BF527D3CB2200BC1720 /* OnboardingDay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA03774279A294800D26164 /* OnboardingDay.swift */; };
|
|
1C414C0F27D51FB500BC1720 /* EntryListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C414C0E27D51FB500BC1720 /* EntryListView.swift */; };
|
|
1C414C2A27DB1AF900BC1720 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 1C414C2927DB1AF900BC1720 /* GoogleService-Info.plist */; };
|
|
1C414C2B27DB1AF900BC1720 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 1C414C2927DB1AF900BC1720 /* GoogleService-Info.plist */; };
|
|
1C414C3027DB1C2400BC1720 /* EventLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C414C2F27DB1C2400BC1720 /* EventLogger.swift */; };
|
|
1C4FF3BB27BEDDF000BE8F34 /* ShowBasedOnVoteLogics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3BA27BEDDF000BE8F34 /* ShowBasedOnVoteLogics.swift */; };
|
|
1C4FF3BC27BEDF6600BE8F34 /* ShowBasedOnVoteLogics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3BA27BEDDF000BE8F34 /* ShowBasedOnVoteLogics.swift */; };
|
|
1C4FF3BE27BEDF9100BE8F34 /* PersistenceHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3BD27BEDF9100BE8F34 /* PersistenceHelper.swift */; };
|
|
1C4FF3C027BEE06900BE8F34 /* PersistenceGET.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3BF27BEE06900BE8F34 /* PersistenceGET.swift */; };
|
|
1C4FF3C127BEE06900BE8F34 /* PersistenceGET.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3BF27BEE06900BE8F34 /* PersistenceGET.swift */; };
|
|
1C4FF3C327BEE07200BE8F34 /* PersistenceDELETE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3C227BEE07200BE8F34 /* PersistenceDELETE.swift */; };
|
|
1C4FF3C427BEE07200BE8F34 /* PersistenceDELETE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3C227BEE07200BE8F34 /* PersistenceDELETE.swift */; };
|
|
1C4FF3C727BEE09E00BE8F34 /* PersistenceADD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3C627BEE09E00BE8F34 /* PersistenceADD.swift */; };
|
|
1C4FF3C827BEE09E00BE8F34 /* PersistenceADD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3C627BEE09E00BE8F34 /* PersistenceADD.swift */; };
|
|
1C4FF3C927BEE0C300BE8F34 /* PersistenceHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4FF3BD27BEDF9100BE8F34 /* PersistenceHelper.swift */; };
|
|
1C5F4976279C84090092F1B4 /* OnboardingData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C5F4975279C84090092F1B4 /* OnboardingData.swift */; };
|
|
1C5F4978279C945E0092F1B4 /* UserDefaultsStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C5F4977279C945E0092F1B4 /* UserDefaultsStore.swift */; };
|
|
1C658D7727C0744D003231EE /* PersistenceUPDATE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C658D7627C0744D003231EE /* PersistenceUPDATE.swift */; };
|
|
1C658D7827C0744D003231EE /* PersistenceUPDATE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C658D7627C0744D003231EE /* PersistenceUPDATE.swift */; };
|
|
1C683FCA2792281400745862 /* Stats.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C683FC92792281400745862 /* Stats.swift */; };
|
|
1C683FCB2792281400745862 /* Stats.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C683FC92792281400745862 /* Stats.swift */; };
|
|
1C6EA85A2946F1A300C7D332 /* IAPWarningView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C6EA8592946F1A300C7D332 /* IAPWarningView.swift */; };
|
|
1C718C7027F611C900A8F9FE /* DaysFilterClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C718C6F27F611C900A8F9FE /* DaysFilterClass.swift */; };
|
|
1C718C7127F611C900A8F9FE /* DaysFilterClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C718C6F27F611C900A8F9FE /* DaysFilterClass.swift */; };
|
|
1C718C7327F611E300A8F9FE /* StupidAssCustomWidgetObservableObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C718C7227F611E300A8F9FE /* StupidAssCustomWidgetObservableObject.swift */; };
|
|
1C718C7427F611E300A8F9FE /* StupidAssCustomWidgetObservableObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C718C7227F611E300A8F9FE /* StupidAssCustomWidgetObservableObject.swift */; };
|
|
1C7352B927DD02760024B5D2 /* ImagePickerGridView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7352B827DD02760024B5D2 /* ImagePickerGridView.swift */; };
|
|
1C744F2C278CE15600953A57 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C744F2B278CE15600953A57 /* AppDelegate.swift */; };
|
|
1C747CC9279F06EB00762CBD /* CloudKitSyncMonitor in Frameworks */ = {isa = PBXBuildFile; productRef = 1C747CC8279F06EB00762CBD /* CloudKitSyncMonitor */; };
|
|
1C76E86E27C882A400ADEE1F /* SharingImageModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C76E86D27C882A400ADEE1F /* SharingImageModels.swift */; };
|
|
1C76E86F27C882A400ADEE1F /* SharingImageModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C76E86D27C882A400ADEE1F /* SharingImageModels.swift */; };
|
|
1C95ABC927E6F73A00509BD3 /* Shapes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C95ABC827E6F73A00509BD3 /* Shapes.swift */; };
|
|
1C95ABCA27E6F73A00509BD3 /* Shapes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C95ABC827E6F73A00509BD3 /* Shapes.swift */; };
|
|
1C95ABCC27E6FA7200509BD3 /* DiamondView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C95ABCB27E6FA7200509BD3 /* DiamondView.swift */; };
|
|
1C95ABCD27E6FA7200509BD3 /* DiamondView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C95ABCB27E6FA7200509BD3 /* DiamondView.swift */; };
|
|
1CA037702799FFA600D26164 /* DayViewViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA0376F2799FFA600D26164 /* DayViewViewModel.swift */; };
|
|
1CA03773279A293D00D26164 /* OnboardingTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA03772279A293D00D26164 /* OnboardingTime.swift */; };
|
|
1CA03775279A294800D26164 /* OnboardingDay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA03774279A294800D26164 /* OnboardingDay.swift */; };
|
|
1CA03777279A295600D26164 /* OnboardingTitle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA03776279A295600D26164 /* OnboardingTitle.swift */; };
|
|
1CA0377A279A296E00D26164 /* OnboardingMain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA03779279A296E00D26164 /* OnboardingMain.swift */; };
|
|
1CA0377C279B605000D26164 /* OnboardingWrapup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA0377B279B605000D26164 /* OnboardingWrapup.swift */; };
|
|
1CA2662D2793908700C0E12C /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90AEF278C7DDF001C4FEA /* Persistence.swift */; };
|
|
1CAD603427A5C1C800C520BD /* SmallRollUpHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD602B27A5C1C800C520BD /* SmallRollUpHeaderView.swift */; };
|
|
1CAD603527A5C1C800C520BD /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD602C27A5C1C800C520BD /* SettingsView.swift */; };
|
|
1CAD603627A5C1C800C520BD /* GraphView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD602D27A5C1C800C520BD /* GraphView.swift */; };
|
|
1CAD603727A5C1C800C520BD /* YearView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD602E27A5C1C800C520BD /* YearView.swift */; };
|
|
1CAD603827A5C1C800C520BD /* AddMoodHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD602F27A5C1C800C520BD /* AddMoodHeaderView.swift */; };
|
|
1CAD603927A5C1C800C520BD /* HeaderPercView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD603027A5C1C800C520BD /* HeaderPercView.swift */; };
|
|
1CAD603A27A5C1C800C520BD /* BGView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD603127A5C1C800C520BD /* BGView.swift */; };
|
|
1CAD603B27A5C1C800C520BD /* DayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD603227A5C1C800C520BD /* DayView.swift */; };
|
|
1CAD603C27A5C1C800C520BD /* HeaderStatsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD603327A5C1C800C520BD /* HeaderStatsView.swift */; };
|
|
1CAD603E27A6ECCD00C520BD /* SwitchableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CAD603D27A6ECCD00C520BD /* SwitchableView.swift */; };
|
|
1CB101C527B62A2D00D1C033 /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB101C427B62A2D00D1C033 /* EmptyView.swift */; };
|
|
1CB101C727B81CAC00D1C033 /* MoodMetrics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB101C627B81CAC00D1C033 /* MoodMetrics.swift */; };
|
|
1CB101C827B81CAC00D1C033 /* MoodMetrics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB101C627B81CAC00D1C033 /* MoodMetrics.swift */; };
|
|
1CB4D09628779F9B00902A56 /* IAPManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB4D09528779F9B00902A56 /* IAPManager.swift */; };
|
|
1CB4D09728779F9B00902A56 /* IAPManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB4D09528779F9B00902A56 /* IAPManager.swift */; };
|
|
1CB4D0992877A14100902A56 /* View+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB4D0982877A14100902A56 /* View+Extensions.swift */; };
|
|
1CB4D09A2877A14100902A56 /* View+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB4D0982877A14100902A56 /* View+Extensions.swift */; };
|
|
1CB4D09C2877A36400902A56 /* PurchaseButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB4D09B2877A36400902A56 /* PurchaseButtonView.swift */; };
|
|
1CB4D09D2877A36400902A56 /* PurchaseButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB4D09B2877A36400902A56 /* PurchaseButtonView.swift */; };
|
|
1CB4D0A028787D8A00902A56 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CB4D09F28787D8A00902A56 /* StoreKit.framework */; };
|
|
1CC469AA278F30A0003E0C6E /* BGTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC469A9278F30A0003E0C6E /* BGTask.swift */; };
|
|
1CC469AC27907D48003E0C6E /* DayChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC469AB27907D48003E0C6E /* DayChartView.swift */; };
|
|
1CD90B07278C7DE0001C4FEA /* Tests_iOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B06278C7DE0001C4FEA /* Tests_iOS.swift */; };
|
|
1CD90B09278C7DE0001C4FEA /* Tests_iOSLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B08278C7DE0001C4FEA /* Tests_iOSLaunchTests.swift */; };
|
|
1CD90B13278C7DE0001C4FEA /* Tests_macOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B12278C7DE0001C4FEA /* Tests_macOS.swift */; };
|
|
1CD90B15278C7DE0001C4FEA /* Tests_macOSLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B14278C7DE0001C4FEA /* Tests_macOSLaunchTests.swift */; };
|
|
1CD90B16278C7DE0001C4FEA /* Feels.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90AEB278C7DDF001C4FEA /* Feels.xcdatamodeld */; };
|
|
1CD90B17278C7DE0001C4FEA /* Feels.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90AEB278C7DDF001C4FEA /* Feels.xcdatamodeld */; };
|
|
1CD90B18278C7DE0001C4FEA /* FeelsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90AED278C7DDF001C4FEA /* FeelsApp.swift */; };
|
|
1CD90B1C278C7DE0001C4FEA /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90AEF278C7DDF001C4FEA /* Persistence.swift */; };
|
|
1CD90B1E278C7DE0001C4FEA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1CD90AF0278C7DE0001C4FEA /* Assets.xcassets */; };
|
|
1CD90B1F278C7DE0001C4FEA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1CD90AF0278C7DE0001C4FEA /* Assets.xcassets */; };
|
|
1CD90B48278C7E7A001C4FEA /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CD90B47278C7E7A001C4FEA /* WidgetKit.framework */; platformFilter = maccatalyst; };
|
|
1CD90B4A278C7E7A001C4FEA /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CD90B49278C7E7A001C4FEA /* SwiftUI.framework */; platformFilter = maccatalyst; };
|
|
1CD90B4D278C7E7A001C4FEA /* FeelsWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B4C278C7E7A001C4FEA /* FeelsWidget.swift */; };
|
|
1CD90B50278C7E7A001C4FEA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1CD90B4F278C7E7A001C4FEA /* Assets.xcassets */; };
|
|
1CD90B52278C7E7A001C4FEA /* FeelsWidget.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B4E278C7E7A001C4FEA /* FeelsWidget.intentdefinition */; };
|
|
1CD90B53278C7E7A001C4FEA /* FeelsWidget.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B4E278C7E7A001C4FEA /* FeelsWidget.intentdefinition */; };
|
|
1CD90B56278C7E7A001C4FEA /* FeelsWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 1CD90B45278C7E7A001C4FEA /* FeelsWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
1CD90B5D278C7EAD001C4FEA /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B5C278C7EAD001C4FEA /* Random.swift */; };
|
|
1CD90B5F278C7EAD001C4FEA /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B5C278C7EAD001C4FEA /* Random.swift */; };
|
|
1CD90B63278C7EBA001C4FEA /* Mood.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B61278C7EBA001C4FEA /* Mood.swift */; };
|
|
1CD90B64278C7EBA001C4FEA /* Mood.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B61278C7EBA001C4FEA /* Mood.swift */; };
|
|
1CD90B65278C7EBA001C4FEA /* Mood.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B61278C7EBA001C4FEA /* Mood.swift */; };
|
|
1CD90B66278C7EBA001C4FEA /* MoodEntryExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B62278C7EBA001C4FEA /* MoodEntryExtension.swift */; };
|
|
1CD90B67278C7EBA001C4FEA /* MoodEntryExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B62278C7EBA001C4FEA /* MoodEntryExtension.swift */; };
|
|
1CD90B68278C7EBA001C4FEA /* MoodEntryExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B62278C7EBA001C4FEA /* MoodEntryExtension.swift */; };
|
|
1CD90B6C278C7F78001C4FEA /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CD90B6B278C7F78001C4FEA /* CloudKit.framework */; };
|
|
1CD90B6E278C7F8B001C4FEA /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CD90B6B278C7F78001C4FEA /* CloudKit.framework */; };
|
|
1CD90B71278C80CA001C4FEA /* Feels.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90AEB278C7DDF001C4FEA /* Feels.xcdatamodeld */; };
|
|
1CD90B76278C8119001C4FEA /* LocalNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B75278C8119001C4FEA /* LocalNotification.swift */; };
|
|
1CEC966F27B9C29300CC8688 /* CustomWidgetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEC966E27B9C29300CC8688 /* CustomWidgetView.swift */; };
|
|
1CEC967127B9C2BB00CC8688 /* CustomWidgetModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEC967027B9C2BB00CC8688 /* CustomWidgetModel.swift */; };
|
|
1CEC967227B9C9FB00CC8688 /* CustomWidgetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEC966E27B9C29300CC8688 /* CustomWidgetView.swift */; };
|
|
1CEC967327B9CA0C00CC8688 /* CustomWidgetModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEC967027B9C2BB00CC8688 /* CustomWidgetModel.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
1CD90B03278C7DE0001C4FEA /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 1CD90AE6278C7DDF001C4FEA /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 1CD90AF4278C7DE0001C4FEA;
|
|
remoteInfo = "Feels (iOS)";
|
|
};
|
|
1CD90B0F278C7DE0001C4FEA /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 1CD90AE6278C7DDF001C4FEA /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 1CD90AFA278C7DE0001C4FEA;
|
|
remoteInfo = "Feels (macOS)";
|
|
};
|
|
1CD90B54278C7E7A001C4FEA /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 1CD90AE6278C7DDF001C4FEA /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 1CD90B44278C7E7A001C4FEA;
|
|
remoteInfo = FeelsWidgetExtension;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
1CD90B5A278C7E7A001C4FEA /* Embed Foundation Extensions */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 13;
|
|
files = (
|
|
1CD90B56278C7E7A001C4FEA /* FeelsWidgetExtension.appex in Embed Foundation Extensions */,
|
|
);
|
|
name = "Embed Foundation Extensions";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
1C0007382EE9339E009C9ED5 /* FeelsSubscriptionStoreView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeelsSubscriptionStoreView.swift; sourceTree = "<group>"; };
|
|
1C00073B2EE9374A009C9ED5 /* FeelsVoteWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeelsVoteWidget.swift; sourceTree = "<group>"; };
|
|
1C02589B27B9677A00EB91AC /* CreateWidgetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CreateWidgetView.swift; path = ../CustomIcon/CreateWidgetView.swift; sourceTree = "<group>"; };
|
|
1C04488627C1C81D00D22444 /* PersonalityPackable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersonalityPackable.swift; sourceTree = "<group>"; };
|
|
1C04488927C2ABD500D22444 /* IconView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconView.swift; sourceTree = "<group>"; };
|
|
1C04488C27C2ADDB00D22444 /* IconViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconViewModel.swift; sourceTree = "<group>"; };
|
|
1C04489827C3F24000D22444 /* Color+Codable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Codable.swift"; sourceTree = "<group>"; };
|
|
1C0A3C8E27FD445000FF37FF /* OnboardingCustomizeOne.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingCustomizeOne.swift; sourceTree = "<group>"; };
|
|
1C0A3C9027FD445900FF37FF /* OnboardingCustomizeTwo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingCustomizeTwo.swift; sourceTree = "<group>"; };
|
|
1C0DAB46279DB0FB003B1F21 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
1C0DAB48279DB116003B1F21 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
1C1AFF2F27F894970067F9DC /* ThemePickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemePickerView.swift; sourceTree = "<group>"; };
|
|
1C1AFF3127F894A40067F9DC /* IconPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconPickerView.swift; sourceTree = "<group>"; };
|
|
1C1AFF3327F894BA0067F9DC /* TintPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TintPickerView.swift; sourceTree = "<group>"; };
|
|
1C1AFF3727F8951F0067F9DC /* CustomWigetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomWigetView.swift; sourceTree = "<group>"; };
|
|
1C1AFF3927F895490067F9DC /* ImagePackPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePackPickerView.swift; sourceTree = "<group>"; };
|
|
1C1AFF3B27F895800067F9DC /* TextColorPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextColorPickerView.swift; sourceTree = "<group>"; };
|
|
1C1AFF3D27F895A40067F9DC /* PersonalityPackPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersonalityPackPickerView.swift; sourceTree = "<group>"; };
|
|
1C1AFF4027F895C00067F9DC /* ShapePickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShapePickerView.swift; sourceTree = "<group>"; };
|
|
1C1AFF4227F895D90067F9DC /* DayFilterPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DayFilterPickerView.swift; sourceTree = "<group>"; };
|
|
1C1B6E6827FD4E8F00181E70 /* SampleEntryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleEntryView.swift; sourceTree = "<group>"; };
|
|
1C2162EA27C14EFA004353D1 /* Date+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Extensions.swift"; sourceTree = "<group>"; };
|
|
1C2162ED27C15191004353D1 /* MoodEntryFunctions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoodEntryFunctions.swift; sourceTree = "<group>"; };
|
|
1C2162F127C156E6004353D1 /* CustomizeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomizeView.swift; sourceTree = "<group>"; };
|
|
1C2162F327C1602D004353D1 /* MoodImagable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoodImagable.swift; sourceTree = "<group>"; };
|
|
1C2162F627C16D11004353D1 /* MoodTintable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoodTintable.swift; sourceTree = "<group>"; };
|
|
1C2618FD27960A4F00FDC148 /* YearViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YearViewModel.swift; sourceTree = "<group>"; };
|
|
1C26190227960CE500FDC148 /* ChartDataBuildable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartDataBuildable.swift; sourceTree = "<group>"; };
|
|
1C26190627960DC900FDC148 /* ChartViewItemBuildable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartViewItemBuildable.swift; sourceTree = "<group>"; };
|
|
1C358FAC27ADD0C3002C83A6 /* Theme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Theme.swift; sourceTree = "<group>"; };
|
|
1C358FB027B0AD87002C83A6 /* SharingListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharingListView.swift; sourceTree = "<group>"; };
|
|
1C358FB227B0ADA4002C83A6 /* SharingTemplate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharingTemplate.swift; sourceTree = "<group>"; };
|
|
1C358FB527B0AE15002C83A6 /* AllMoodsTotalTemplate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AllMoodsTotalTemplate.swift; sourceTree = "<group>"; };
|
|
1C358FB727B0AEE3002C83A6 /* LongestStreakTemplate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LongestStreakTemplate.swift; sourceTree = "<group>"; };
|
|
1C358FB927B35252002C83A6 /* ActivityViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityViewController.swift; sourceTree = "<group>"; };
|
|
1C358FBD27B4D1F2002C83A6 /* CurrentStreakTemplate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentStreakTemplate.swift; sourceTree = "<group>"; };
|
|
1C358FBF27B4D20C002C83A6 /* MonthTotalTemplate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MonthTotalTemplate.swift; sourceTree = "<group>"; };
|
|
1C358FC127B4D227002C83A6 /* WeekTotalTemplate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeekTotalTemplate.swift; sourceTree = "<group>"; };
|
|
1C361F0927C0356000E832FC /* MonthView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MonthView.swift; sourceTree = "<group>"; };
|
|
1C361F0B27C0356B00E832FC /* MainTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabView.swift; sourceTree = "<group>"; };
|
|
1C361F1327C03C8600E832FC /* OnboardingDataDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingDataDataManager.swift; sourceTree = "<group>"; };
|
|
1C361F1627C046D800E832FC /* MonthDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MonthDetailView.swift; sourceTree = "<group>"; };
|
|
1C414C0E27D51FB500BC1720 /* EntryListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EntryListView.swift; sourceTree = "<group>"; };
|
|
1C414C2927DB1AF900BC1720 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
|
1C414C2F27DB1C2400BC1720 /* EventLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventLogger.swift; sourceTree = "<group>"; };
|
|
1C4FF3BA27BEDDF000BE8F34 /* ShowBasedOnVoteLogics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowBasedOnVoteLogics.swift; sourceTree = "<group>"; };
|
|
1C4FF3BD27BEDF9100BE8F34 /* PersistenceHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceHelper.swift; sourceTree = "<group>"; };
|
|
1C4FF3BF27BEE06900BE8F34 /* PersistenceGET.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceGET.swift; sourceTree = "<group>"; };
|
|
1C4FF3C227BEE07200BE8F34 /* PersistenceDELETE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceDELETE.swift; sourceTree = "<group>"; };
|
|
1C4FF3C627BEE09E00BE8F34 /* PersistenceADD.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceADD.swift; sourceTree = "<group>"; };
|
|
1C5F4975279C84090092F1B4 /* OnboardingData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingData.swift; sourceTree = "<group>"; };
|
|
1C5F4977279C945E0092F1B4 /* UserDefaultsStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultsStore.swift; sourceTree = "<group>"; };
|
|
1C658D7627C0744D003231EE /* PersistenceUPDATE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceUPDATE.swift; sourceTree = "<group>"; };
|
|
1C683FC92792281400745862 /* Stats.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stats.swift; sourceTree = "<group>"; };
|
|
1C6EA8592946F1A300C7D332 /* IAPWarningView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IAPWarningView.swift; sourceTree = "<group>"; };
|
|
1C718C6F27F611C900A8F9FE /* DaysFilterClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaysFilterClass.swift; sourceTree = "<group>"; };
|
|
1C718C7227F611E300A8F9FE /* StupidAssCustomWidgetObservableObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StupidAssCustomWidgetObservableObject.swift; sourceTree = "<group>"; };
|
|
1C7352B827DD02760024B5D2 /* ImagePickerGridView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePickerGridView.swift; sourceTree = "<group>"; };
|
|
1C744F2B278CE15600953A57 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
1C76E86D27C882A400ADEE1F /* SharingImageModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharingImageModels.swift; sourceTree = "<group>"; };
|
|
1C95ABC827E6F73A00509BD3 /* Shapes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Shapes.swift; sourceTree = "<group>"; };
|
|
1C95ABCB27E6FA7200509BD3 /* DiamondView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiamondView.swift; sourceTree = "<group>"; };
|
|
1CA0376F2799FFA600D26164 /* DayViewViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DayViewViewModel.swift; sourceTree = "<group>"; };
|
|
1CA03772279A293D00D26164 /* OnboardingTime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingTime.swift; sourceTree = "<group>"; };
|
|
1CA03774279A294800D26164 /* OnboardingDay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingDay.swift; sourceTree = "<group>"; };
|
|
1CA03776279A295600D26164 /* OnboardingTitle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingTitle.swift; sourceTree = "<group>"; };
|
|
1CA03779279A296E00D26164 /* OnboardingMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingMain.swift; sourceTree = "<group>"; };
|
|
1CA0377B279B605000D26164 /* OnboardingWrapup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingWrapup.swift; sourceTree = "<group>"; };
|
|
1CAD602B27A5C1C800C520BD /* SmallRollUpHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SmallRollUpHeaderView.swift; sourceTree = "<group>"; };
|
|
1CAD602C27A5C1C800C520BD /* SettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
|
1CAD602D27A5C1C800C520BD /* GraphView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GraphView.swift; sourceTree = "<group>"; };
|
|
1CAD602E27A5C1C800C520BD /* YearView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YearView.swift; sourceTree = "<group>"; };
|
|
1CAD602F27A5C1C800C520BD /* AddMoodHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddMoodHeaderView.swift; sourceTree = "<group>"; };
|
|
1CAD603027A5C1C800C520BD /* HeaderPercView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HeaderPercView.swift; sourceTree = "<group>"; };
|
|
1CAD603127A5C1C800C520BD /* BGView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BGView.swift; sourceTree = "<group>"; };
|
|
1CAD603227A5C1C800C520BD /* DayView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DayView.swift; sourceTree = "<group>"; };
|
|
1CAD603327A5C1C800C520BD /* HeaderStatsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HeaderStatsView.swift; sourceTree = "<group>"; };
|
|
1CAD603D27A6ECCD00C520BD /* SwitchableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwitchableView.swift; sourceTree = "<group>"; };
|
|
1CB101C427B62A2D00D1C033 /* EmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyView.swift; sourceTree = "<group>"; };
|
|
1CB101C627B81CAC00D1C033 /* MoodMetrics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoodMetrics.swift; sourceTree = "<group>"; };
|
|
1CB4D09528779F9B00902A56 /* IAPManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IAPManager.swift; sourceTree = "<group>"; };
|
|
1CB4D0982877A14100902A56 /* View+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Extensions.swift"; sourceTree = "<group>"; };
|
|
1CB4D09B2877A36400902A56 /* PurchaseButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PurchaseButtonView.swift; sourceTree = "<group>"; };
|
|
1CB4D09E28787B3C00902A56 /* Configuration.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = Configuration.storekit; sourceTree = "<group>"; };
|
|
1CB4D09F28787D8A00902A56 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/StoreKit.framework; sourceTree = DEVELOPER_DIR; };
|
|
1CC03FA627B5865600B530AF /* Shared 2.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "Shared 2.xcdatamodel"; sourceTree = "<group>"; };
|
|
1CC469A9278F30A0003E0C6E /* BGTask.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BGTask.swift; sourceTree = "<group>"; };
|
|
1CC469AB27907D48003E0C6E /* DayChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DayChartView.swift; sourceTree = "<group>"; };
|
|
1CD90AEC278C7DDF001C4FEA /* Shared.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Shared.xcdatamodel; sourceTree = "<group>"; };
|
|
1CD90AED278C7DDF001C4FEA /* FeelsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeelsApp.swift; sourceTree = "<group>"; };
|
|
1CD90AEF278C7DDF001C4FEA /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; };
|
|
1CD90AF0278C7DE0001C4FEA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
1CD90AF5278C7DE0001C4FEA /* iFeels.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iFeels.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1CD90AFB278C7DE0001C4FEA /* Feels.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Feels.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1CD90AFD278C7DE0001C4FEA /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
|
|
1CD90B02278C7DE0001C4FEA /* Tests iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests iOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1CD90B06278C7DE0001C4FEA /* Tests_iOS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests_iOS.swift; sourceTree = "<group>"; };
|
|
1CD90B08278C7DE0001C4FEA /* Tests_iOSLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests_iOSLaunchTests.swift; sourceTree = "<group>"; };
|
|
1CD90B0E278C7DE0001C4FEA /* Tests macOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests macOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1CD90B12278C7DE0001C4FEA /* Tests_macOS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests_macOS.swift; sourceTree = "<group>"; };
|
|
1CD90B14278C7DE0001C4FEA /* Tests_macOSLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests_macOSLaunchTests.swift; sourceTree = "<group>"; };
|
|
1CD90B45278C7E7A001C4FEA /* FeelsWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = FeelsWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1CD90B47278C7E7A001C4FEA /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
|
|
1CD90B49278C7E7A001C4FEA /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
|
|
1CD90B4C278C7E7A001C4FEA /* FeelsWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeelsWidget.swift; sourceTree = "<group>"; };
|
|
1CD90B4E278C7E7A001C4FEA /* FeelsWidget.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = FeelsWidget.intentdefinition; sourceTree = "<group>"; };
|
|
1CD90B4F278C7E7A001C4FEA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
1CD90B51278C7E7A001C4FEA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
1CD90B5C278C7EAD001C4FEA /* Random.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Random.swift; sourceTree = "<group>"; };
|
|
1CD90B61278C7EBA001C4FEA /* Mood.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Mood.swift; sourceTree = "<group>"; };
|
|
1CD90B62278C7EBA001C4FEA /* MoodEntryExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MoodEntryExtension.swift; sourceTree = "<group>"; };
|
|
1CD90B69278C7F65001C4FEA /* Feels--iOS--Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Feels--iOS--Info.plist"; sourceTree = "<group>"; };
|
|
1CD90B6A278C7F75001C4FEA /* Feels (iOS).entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Feels (iOS).entitlements"; sourceTree = "<group>"; };
|
|
1CD90B6B278C7F78001C4FEA /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk/System/Library/Frameworks/CloudKit.framework; sourceTree = DEVELOPER_DIR; };
|
|
1CD90B6D278C7F89001C4FEA /* FeelsWidgetExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = FeelsWidgetExtension.entitlements; sourceTree = "<group>"; };
|
|
1CD90B6F278C8000001C4FEA /* FeelsWidgetExtensionDev.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = FeelsWidgetExtensionDev.entitlements; sourceTree = "<group>"; };
|
|
1CD90B70278C8000001C4FEA /* Feels (iOS)Dev.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = "Feels (iOS)Dev.entitlements"; sourceTree = "<group>"; };
|
|
1CD90B75278C8119001C4FEA /* LocalNotification.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalNotification.swift; sourceTree = "<group>"; };
|
|
1CEC966E27B9C29300CC8688 /* CustomWidgetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomWidgetView.swift; sourceTree = "<group>"; };
|
|
1CEC967027B9C2BB00CC8688 /* CustomWidgetModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomWidgetModel.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
1CD90AF2278C7DE0001C4FEA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1C747CC9279F06EB00762CBD /* CloudKitSyncMonitor in Frameworks */,
|
|
1CD90B6C278C7F78001C4FEA /* CloudKit.framework in Frameworks */,
|
|
1CB4D0A028787D8A00902A56 /* StoreKit.framework in Frameworks */,
|
|
1C2618FA2795E41D00FDC148 /* Charts in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90AF8278C7DE0001C4FEA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90AFF278C7DE0001C4FEA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90B0B278C7DE0001C4FEA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90B42278C7E7A001C4FEA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1CD90B6E278C7F8B001C4FEA /* CloudKit.framework in Frameworks */,
|
|
1CD90B4A278C7E7A001C4FEA /* SwiftUI.framework in Frameworks */,
|
|
1CD90B48278C7E7A001C4FEA /* WidgetKit.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
1C04488F27C2CA9C00D22444 /* DayView */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CAD603227A5C1C800C520BD /* DayView.swift */,
|
|
1CA0376F2799FFA600D26164 /* DayViewViewModel.swift */,
|
|
);
|
|
path = DayView;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C04489027C2CAAC00D22444 /* CustomIcon */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C04488927C2ABD500D22444 /* IconView.swift */,
|
|
1C04488C27C2ADDB00D22444 /* IconViewModel.swift */,
|
|
);
|
|
path = CustomIcon;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C04489127C2CAB100D22444 /* CustomWidget */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CEC966E27B9C29300CC8688 /* CustomWidgetView.swift */,
|
|
1C02589B27B9677A00EB91AC /* CreateWidgetView.swift */,
|
|
1CEC967027B9C2BB00CC8688 /* CustomWidgetModel.swift */,
|
|
);
|
|
path = CustomWidget;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C04489227C2CAB700D22444 /* CustomizeView */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C2162F127C156E6004353D1 /* CustomizeView.swift */,
|
|
1C1AFF4427F898E40067F9DC /* SubViews */,
|
|
);
|
|
path = CustomizeView;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C04489327C2CABF00D22444 /* SettingsView */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CAD602C27A5C1C800C520BD /* SettingsView.swift */,
|
|
);
|
|
path = SettingsView;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C04489427C2CAD100D22444 /* YearView */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CAD602E27A5C1C800C520BD /* YearView.swift */,
|
|
1C2618FD27960A4F00FDC148 /* YearViewModel.swift */,
|
|
);
|
|
path = YearView;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C04489527C2CB1A00D22444 /* Sharing */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C358FB027B0AD87002C83A6 /* SharingListView.swift */,
|
|
);
|
|
path = Sharing;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C1AFF4427F898E40067F9DC /* SubViews */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C1AFF3727F8951F0067F9DC /* CustomWigetView.swift */,
|
|
1C1AFF4227F895D90067F9DC /* DayFilterPickerView.swift */,
|
|
1C1AFF3127F894A40067F9DC /* IconPickerView.swift */,
|
|
1C1AFF3927F895490067F9DC /* ImagePackPickerView.swift */,
|
|
1C1AFF3D27F895A40067F9DC /* PersonalityPackPickerView.swift */,
|
|
1C1AFF4027F895C00067F9DC /* ShapePickerView.swift */,
|
|
1C1AFF3B27F895800067F9DC /* TextColorPickerView.swift */,
|
|
1C1AFF2F27F894970067F9DC /* ThemePickerView.swift */,
|
|
1C1AFF3327F894BA0067F9DC /* TintPickerView.swift */,
|
|
);
|
|
path = SubViews;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C26190127960CDA00FDC148 /* Protocols */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C26190227960CE500FDC148 /* ChartDataBuildable.swift */,
|
|
1C26190627960DC900FDC148 /* ChartViewItemBuildable.swift */,
|
|
1C358FB227B0ADA4002C83A6 /* SharingTemplate.swift */,
|
|
);
|
|
path = Protocols;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C358FB427B0ADF3002C83A6 /* SharingTemplates */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C358FB527B0AE15002C83A6 /* AllMoodsTotalTemplate.swift */,
|
|
1C358FBD27B4D1F2002C83A6 /* CurrentStreakTemplate.swift */,
|
|
1C358FB727B0AEE3002C83A6 /* LongestStreakTemplate.swift */,
|
|
1C358FBF27B4D20C002C83A6 /* MonthTotalTemplate.swift */,
|
|
1C358FC127B4D227002C83A6 /* WeekTotalTemplate.swift */,
|
|
);
|
|
path = SharingTemplates;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C4DAA7327CC263F00C25D2B /* MonthView */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C361F0927C0356000E832FC /* MonthView.swift */,
|
|
1C361F1627C046D800E832FC /* MonthDetailView.swift */,
|
|
);
|
|
path = MonthView;
|
|
sourceTree = "<group>";
|
|
};
|
|
1C4FF3C527BEE07800BE8F34 /* Persisence */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CD90AEF278C7DDF001C4FEA /* Persistence.swift */,
|
|
1C4FF3C627BEE09E00BE8F34 /* PersistenceADD.swift */,
|
|
1C4FF3C227BEE07200BE8F34 /* PersistenceDELETE.swift */,
|
|
1C4FF3BF27BEE06900BE8F34 /* PersistenceGET.swift */,
|
|
1C658D7627C0744D003231EE /* PersistenceUPDATE.swift */,
|
|
1C4FF3BD27BEDF9100BE8F34 /* PersistenceHelper.swift */,
|
|
);
|
|
path = Persisence;
|
|
sourceTree = "<group>";
|
|
};
|
|
1CA03771279A291F00D26164 /* Onboarding */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C5F4975279C84090092F1B4 /* OnboardingData.swift */,
|
|
1CA03778279A295F00D26164 /* views */,
|
|
);
|
|
path = Onboarding;
|
|
sourceTree = "<group>";
|
|
};
|
|
1CA03778279A295F00D26164 /* views */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CA03779279A296E00D26164 /* OnboardingMain.swift */,
|
|
1CA03772279A293D00D26164 /* OnboardingTime.swift */,
|
|
1CA03774279A294800D26164 /* OnboardingDay.swift */,
|
|
1CA03776279A295600D26164 /* OnboardingTitle.swift */,
|
|
1C0A3C8E27FD445000FF37FF /* OnboardingCustomizeOne.swift */,
|
|
1C0A3C9027FD445900FF37FF /* OnboardingCustomizeTwo.swift */,
|
|
1CA0377B279B605000D26164 /* OnboardingWrapup.swift */,
|
|
);
|
|
path = views;
|
|
sourceTree = "<group>";
|
|
};
|
|
1CAD602A27A5C1C800C520BD /* Views */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C0007382EE9339E009C9ED5 /* FeelsSubscriptionStoreView.swift */,
|
|
1C358FB927B35252002C83A6 /* ActivityViewController.swift */,
|
|
1CAD602F27A5C1C800C520BD /* AddMoodHeaderView.swift */,
|
|
1CAD603127A5C1C800C520BD /* BGView.swift */,
|
|
1C04489027C2CAAC00D22444 /* CustomIcon */,
|
|
1C04489227C2CAB700D22444 /* CustomizeView */,
|
|
1C04489127C2CAB100D22444 /* CustomWidget */,
|
|
1CC469AB27907D48003E0C6E /* DayChartView.swift */,
|
|
1C04488F27C2CA9C00D22444 /* DayView */,
|
|
1CB101C427B62A2D00D1C033 /* EmptyView.swift */,
|
|
1C414C0E27D51FB500BC1720 /* EntryListView.swift */,
|
|
1CAD602D27A5C1C800C520BD /* GraphView.swift */,
|
|
1CAD603027A5C1C800C520BD /* HeaderPercView.swift */,
|
|
1CAD603327A5C1C800C520BD /* HeaderStatsView.swift */,
|
|
1C7352B827DD02760024B5D2 /* ImagePickerGridView.swift */,
|
|
1C361F0B27C0356B00E832FC /* MainTabView.swift */,
|
|
1C4DAA7327CC263F00C25D2B /* MonthView */,
|
|
1CB4D09B2877A36400902A56 /* PurchaseButtonView.swift */,
|
|
1C6EA8592946F1A300C7D332 /* IAPWarningView.swift */,
|
|
1C1B6E6827FD4E8F00181E70 /* SampleEntryView.swift */,
|
|
1C04489327C2CABF00D22444 /* SettingsView */,
|
|
1C04489527C2CB1A00D22444 /* Sharing */,
|
|
1C358FB427B0ADF3002C83A6 /* SharingTemplates */,
|
|
1CAD602B27A5C1C800C520BD /* SmallRollUpHeaderView.swift */,
|
|
1CAD603D27A6ECCD00C520BD /* SwitchableView.swift */,
|
|
1C04489427C2CAD100D22444 /* YearView */,
|
|
);
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
};
|
|
1CD90AE5278C7DDF001C4FEA = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CB4D09E28787B3C00902A56 /* Configuration.storekit */,
|
|
1C0DAB47279DB0FB003B1F21 /* Localizable.strings */,
|
|
1CD90B6A278C7F75001C4FEA /* Feels (iOS).entitlements */,
|
|
1CD90B70278C8000001C4FEA /* Feels (iOS)Dev.entitlements */,
|
|
1CD90B6D278C7F89001C4FEA /* FeelsWidgetExtension.entitlements */,
|
|
1CD90B6F278C8000001C4FEA /* FeelsWidgetExtensionDev.entitlements */,
|
|
1CD90B69278C7F65001C4FEA /* Feels--iOS--Info.plist */,
|
|
1CD90AEA278C7DDF001C4FEA /* Shared */,
|
|
1CD90B4B278C7E7A001C4FEA /* FeelsWidget */,
|
|
1CD90AFC278C7DE0001C4FEA /* macOS */,
|
|
1CD90B05278C7DE0001C4FEA /* Tests iOS */,
|
|
1CD90B11278C7DE0001C4FEA /* Tests macOS */,
|
|
1CD90B46278C7E7A001C4FEA /* Frameworks */,
|
|
1CD90AF6278C7DE0001C4FEA /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
1CD90AEA278C7DDF001C4FEA /* Shared */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C414C2927DB1AF900BC1720 /* GoogleService-Info.plist */,
|
|
1CD90AED278C7DDF001C4FEA /* FeelsApp.swift */,
|
|
1C744F2B278CE15600953A57 /* AppDelegate.swift */,
|
|
1CC469A9278F30A0003E0C6E /* BGTask.swift */,
|
|
1C414C2F27DB1C2400BC1720 /* EventLogger.swift */,
|
|
1CD90B75278C8119001C4FEA /* LocalNotification.swift */,
|
|
1C4FF3C527BEE07800BE8F34 /* Persisence */,
|
|
1CD90B5C278C7EAD001C4FEA /* Random.swift */,
|
|
1C04489827C3F24000D22444 /* Color+Codable.swift */,
|
|
1C2162EA27C14EFA004353D1 /* Date+Extensions.swift */,
|
|
1C2162ED27C15191004353D1 /* MoodEntryFunctions.swift */,
|
|
1C683FC92792281400745862 /* Stats.swift */,
|
|
1C4FF3BA27BEDDF000BE8F34 /* ShowBasedOnVoteLogics.swift */,
|
|
1CB4D0982877A14100902A56 /* View+Extensions.swift */,
|
|
1CB4D09528779F9B00902A56 /* IAPManager.swift */,
|
|
1CA03771279A291F00D26164 /* Onboarding */,
|
|
1C26190127960CDA00FDC148 /* Protocols */,
|
|
1CAD602A27A5C1C800C520BD /* Views */,
|
|
1CD90B60278C7EBA001C4FEA /* Models */,
|
|
1CD90AF0278C7DE0001C4FEA /* Assets.xcassets */,
|
|
1CD90AEB278C7DDF001C4FEA /* Feels.xcdatamodeld */,
|
|
);
|
|
path = Shared;
|
|
sourceTree = "<group>";
|
|
};
|
|
1CD90AF6278C7DE0001C4FEA /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CD90AF5278C7DE0001C4FEA /* iFeels.app */,
|
|
1CD90AFB278C7DE0001C4FEA /* Feels.app */,
|
|
1CD90B02278C7DE0001C4FEA /* Tests iOS.xctest */,
|
|
1CD90B0E278C7DE0001C4FEA /* Tests macOS.xctest */,
|
|
1CD90B45278C7E7A001C4FEA /* FeelsWidgetExtension.appex */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
1CD90AFC278C7DE0001C4FEA /* macOS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CD90AFD278C7DE0001C4FEA /* macOS.entitlements */,
|
|
);
|
|
path = macOS;
|
|
sourceTree = "<group>";
|
|
};
|
|
1CD90B05278C7DE0001C4FEA /* Tests iOS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CD90B06278C7DE0001C4FEA /* Tests_iOS.swift */,
|
|
1CD90B08278C7DE0001C4FEA /* Tests_iOSLaunchTests.swift */,
|
|
);
|
|
path = "Tests iOS";
|
|
sourceTree = "<group>";
|
|
};
|
|
1CD90B11278C7DE0001C4FEA /* Tests macOS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CD90B12278C7DE0001C4FEA /* Tests_macOS.swift */,
|
|
1CD90B14278C7DE0001C4FEA /* Tests_macOSLaunchTests.swift */,
|
|
);
|
|
path = "Tests macOS";
|
|
sourceTree = "<group>";
|
|
};
|
|
1CD90B46278C7E7A001C4FEA /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CB4D09F28787D8A00902A56 /* StoreKit.framework */,
|
|
1CD90B6B278C7F78001C4FEA /* CloudKit.framework */,
|
|
1CD90B47278C7E7A001C4FEA /* WidgetKit.framework */,
|
|
1CD90B49278C7E7A001C4FEA /* SwiftUI.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
1CD90B4B278C7E7A001C4FEA /* FeelsWidget */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1CD90B4C278C7E7A001C4FEA /* FeelsWidget.swift */,
|
|
1CD90B4E278C7E7A001C4FEA /* FeelsWidget.intentdefinition */,
|
|
1CD90B4F278C7E7A001C4FEA /* Assets.xcassets */,
|
|
1CD90B51278C7E7A001C4FEA /* Info.plist */,
|
|
1C00073B2EE9374A009C9ED5 /* FeelsVoteWidget.swift */,
|
|
);
|
|
path = FeelsWidget;
|
|
sourceTree = "<group>";
|
|
};
|
|
1CD90B60278C7EBA001C4FEA /* Models */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1C718C6F27F611C900A8F9FE /* DaysFilterClass.swift */,
|
|
1C95ABCB27E6FA7200509BD3 /* DiamondView.swift */,
|
|
1CD90B61278C7EBA001C4FEA /* Mood.swift */,
|
|
1CD90B62278C7EBA001C4FEA /* MoodEntryExtension.swift */,
|
|
1C2162F327C1602D004353D1 /* MoodImagable.swift */,
|
|
1CB101C627B81CAC00D1C033 /* MoodMetrics.swift */,
|
|
1C2162F627C16D11004353D1 /* MoodTintable.swift */,
|
|
1C361F1327C03C8600E832FC /* OnboardingDataDataManager.swift */,
|
|
1C04488627C1C81D00D22444 /* PersonalityPackable.swift */,
|
|
1C95ABC827E6F73A00509BD3 /* Shapes.swift */,
|
|
1C76E86D27C882A400ADEE1F /* SharingImageModels.swift */,
|
|
1C718C7227F611E300A8F9FE /* StupidAssCustomWidgetObservableObject.swift */,
|
|
1C358FAC27ADD0C3002C83A6 /* Theme.swift */,
|
|
1C5F4977279C945E0092F1B4 /* UserDefaultsStore.swift */,
|
|
);
|
|
path = Models;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
1CD90AF4278C7DE0001C4FEA /* Feels (iOS) */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1CD90B22278C7DE0001C4FEA /* Build configuration list for PBXNativeTarget "Feels (iOS)" */;
|
|
buildPhases = (
|
|
1CD90AF1278C7DE0001C4FEA /* Sources */,
|
|
1CD90AF2278C7DE0001C4FEA /* Frameworks */,
|
|
1CD90AF3278C7DE0001C4FEA /* Resources */,
|
|
1CD90B5A278C7E7A001C4FEA /* Embed Foundation Extensions */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
1CD90B55278C7E7A001C4FEA /* PBXTargetDependency */,
|
|
);
|
|
name = "Feels (iOS)";
|
|
packageProductDependencies = (
|
|
1C2618F92795E41D00FDC148 /* Charts */,
|
|
1C747CC8279F06EB00762CBD /* CloudKitSyncMonitor */,
|
|
);
|
|
productName = "Feels (iOS)";
|
|
productReference = 1CD90AF5278C7DE0001C4FEA /* iFeels.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
1CD90AFA278C7DE0001C4FEA /* Feels (macOS) */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1CD90B25278C7DE0001C4FEA /* Build configuration list for PBXNativeTarget "Feels (macOS)" */;
|
|
buildPhases = (
|
|
1CD90AF7278C7DE0001C4FEA /* Sources */,
|
|
1CD90AF8278C7DE0001C4FEA /* Frameworks */,
|
|
1CD90AF9278C7DE0001C4FEA /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "Feels (macOS)";
|
|
productName = "Feels (macOS)";
|
|
productReference = 1CD90AFB278C7DE0001C4FEA /* Feels.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
1CD90B01278C7DE0001C4FEA /* Tests iOS */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1CD90B28278C7DE0001C4FEA /* Build configuration list for PBXNativeTarget "Tests iOS" */;
|
|
buildPhases = (
|
|
1CD90AFE278C7DE0001C4FEA /* Sources */,
|
|
1CD90AFF278C7DE0001C4FEA /* Frameworks */,
|
|
1CD90B00278C7DE0001C4FEA /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
1CD90B04278C7DE0001C4FEA /* PBXTargetDependency */,
|
|
);
|
|
name = "Tests iOS";
|
|
productName = "Tests iOS";
|
|
productReference = 1CD90B02278C7DE0001C4FEA /* Tests iOS.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
1CD90B0D278C7DE0001C4FEA /* Tests macOS */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1CD90B2B278C7DE0001C4FEA /* Build configuration list for PBXNativeTarget "Tests macOS" */;
|
|
buildPhases = (
|
|
1CD90B0A278C7DE0001C4FEA /* Sources */,
|
|
1CD90B0B278C7DE0001C4FEA /* Frameworks */,
|
|
1CD90B0C278C7DE0001C4FEA /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
1CD90B10278C7DE0001C4FEA /* PBXTargetDependency */,
|
|
);
|
|
name = "Tests macOS";
|
|
productName = "Tests macOS";
|
|
productReference = 1CD90B0E278C7DE0001C4FEA /* Tests macOS.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
1CD90B44278C7E7A001C4FEA /* FeelsWidgetExtension */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1CD90B57278C7E7A001C4FEA /* Build configuration list for PBXNativeTarget "FeelsWidgetExtension" */;
|
|
buildPhases = (
|
|
1CD90B41278C7E7A001C4FEA /* Sources */,
|
|
1CD90B42278C7E7A001C4FEA /* Frameworks */,
|
|
1CD90B43278C7E7A001C4FEA /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = FeelsWidgetExtension;
|
|
packageProductDependencies = (
|
|
);
|
|
productName = FeelsWidgetExtension;
|
|
productReference = 1CD90B45278C7E7A001C4FEA /* FeelsWidgetExtension.appex */;
|
|
productType = "com.apple.product-type.app-extension";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
1CD90AE6278C7DDF001C4FEA /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1320;
|
|
LastUpgradeCheck = 2610;
|
|
TargetAttributes = {
|
|
1CD90AF4278C7DE0001C4FEA = {
|
|
CreatedOnToolsVersion = 13.2.1;
|
|
};
|
|
1CD90AFA278C7DE0001C4FEA = {
|
|
CreatedOnToolsVersion = 13.2.1;
|
|
};
|
|
1CD90B01278C7DE0001C4FEA = {
|
|
CreatedOnToolsVersion = 13.2.1;
|
|
TestTargetID = 1CD90AF4278C7DE0001C4FEA;
|
|
};
|
|
1CD90B0D278C7DE0001C4FEA = {
|
|
CreatedOnToolsVersion = 13.2.1;
|
|
TestTargetID = 1CD90AFA278C7DE0001C4FEA;
|
|
};
|
|
1CD90B44278C7E7A001C4FEA = {
|
|
CreatedOnToolsVersion = 13.2.1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 1CD90AE9278C7DDF001C4FEA /* Build configuration list for PBXProject "Feels" */;
|
|
compatibilityVersion = "Xcode 13.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
es,
|
|
);
|
|
mainGroup = 1CD90AE5278C7DDF001C4FEA;
|
|
packageReferences = (
|
|
1C2618F82795E41D00FDC148 /* XCRemoteSwiftPackageReference "ChartsPackage" */,
|
|
1C747CC7279F06EB00762CBD /* XCRemoteSwiftPackageReference "CloudKitSyncMonitor" */,
|
|
);
|
|
productRefGroup = 1CD90AF6278C7DE0001C4FEA /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
1CD90AF4278C7DE0001C4FEA /* Feels (iOS) */,
|
|
1CD90B44278C7E7A001C4FEA /* FeelsWidgetExtension */,
|
|
1CD90AFA278C7DE0001C4FEA /* Feels (macOS) */,
|
|
1CD90B01278C7DE0001C4FEA /* Tests iOS */,
|
|
1CD90B0D278C7DE0001C4FEA /* Tests macOS */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
1CD90AF3278C7DE0001C4FEA /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1CD90B1E278C7DE0001C4FEA /* Assets.xcassets in Resources */,
|
|
1C0DAB45279DB0FB003B1F21 /* Localizable.strings in Resources */,
|
|
1C414C2A27DB1AF900BC1720 /* GoogleService-Info.plist in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90AF9278C7DE0001C4FEA /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1CD90B1F278C7DE0001C4FEA /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90B00278C7DE0001C4FEA /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90B0C278C7DE0001C4FEA /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90B43278C7E7A001C4FEA /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1CD90B50278C7E7A001C4FEA /* Assets.xcassets in Resources */,
|
|
1C414C2B27DB1AF900BC1720 /* GoogleService-Info.plist in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
1CD90AF1278C7DE0001C4FEA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1CA037702799FFA600D26164 /* DayViewViewModel.swift in Sources */,
|
|
1CA03773279A293D00D26164 /* OnboardingTime.swift in Sources */,
|
|
1CAD603927A5C1C800C520BD /* HeaderPercView.swift in Sources */,
|
|
1C0A3C8F27FD445000FF37FF /* OnboardingCustomizeOne.swift in Sources */,
|
|
1CAD603C27A5C1C800C520BD /* HeaderStatsView.swift in Sources */,
|
|
1CAD603827A5C1C800C520BD /* AddMoodHeaderView.swift in Sources */,
|
|
1CA0377C279B605000D26164 /* OnboardingWrapup.swift in Sources */,
|
|
1C4FF3C327BEE07200BE8F34 /* PersistenceDELETE.swift in Sources */,
|
|
1CA03775279A294800D26164 /* OnboardingDay.swift in Sources */,
|
|
1C1AFF3C27F895800067F9DC /* TextColorPickerView.swift in Sources */,
|
|
1CAD603727A5C1C800C520BD /* YearView.swift in Sources */,
|
|
1C04488D27C2ADDB00D22444 /* IconViewModel.swift in Sources */,
|
|
1C2162F227C156E6004353D1 /* CustomizeView.swift in Sources */,
|
|
1C1AFF3E27F895A40067F9DC /* PersonalityPackPickerView.swift in Sources */,
|
|
1C683FCA2792281400745862 /* Stats.swift in Sources */,
|
|
1C76E86E27C882A400ADEE1F /* SharingImageModels.swift in Sources */,
|
|
1C718C7327F611E300A8F9FE /* StupidAssCustomWidgetObservableObject.swift in Sources */,
|
|
1CAD603E27A6ECCD00C520BD /* SwitchableView.swift in Sources */,
|
|
1CD90B76278C8119001C4FEA /* LocalNotification.swift in Sources */,
|
|
1C358FB627B0AE15002C83A6 /* AllMoodsTotalTemplate.swift in Sources */,
|
|
1CD90B16278C7DE0001C4FEA /* Feels.xcdatamodeld in Sources */,
|
|
1C1AFF3027F894970067F9DC /* ThemePickerView.swift in Sources */,
|
|
1C1AFF4327F895D90067F9DC /* DayFilterPickerView.swift in Sources */,
|
|
1C04488727C1C81D00D22444 /* PersonalityPackable.swift in Sources */,
|
|
1C0A3C9127FD445900FF37FF /* OnboardingCustomizeTwo.swift in Sources */,
|
|
1C4FF3BE27BEDF9100BE8F34 /* PersistenceHelper.swift in Sources */,
|
|
1CC469AA278F30A0003E0C6E /* BGTask.swift in Sources */,
|
|
1C95ABC927E6F73A00509BD3 /* Shapes.swift in Sources */,
|
|
1CAD603B27A5C1C800C520BD /* DayView.swift in Sources */,
|
|
1C5F4976279C84090092F1B4 /* OnboardingData.swift in Sources */,
|
|
1CAD603427A5C1C800C520BD /* SmallRollUpHeaderView.swift in Sources */,
|
|
1CAD603A27A5C1C800C520BD /* BGView.swift in Sources */,
|
|
1C6EA85A2946F1A300C7D332 /* IAPWarningView.swift in Sources */,
|
|
1C26190727960DC900FDC148 /* ChartViewItemBuildable.swift in Sources */,
|
|
1CD90B5D278C7EAD001C4FEA /* Random.swift in Sources */,
|
|
1C2618FE27960A4F00FDC148 /* YearViewModel.swift in Sources */,
|
|
1C744F2C278CE15600953A57 /* AppDelegate.swift in Sources */,
|
|
1CD90B63278C7EBA001C4FEA /* Mood.swift in Sources */,
|
|
1C1B6E6927FD4E8F00181E70 /* SampleEntryView.swift in Sources */,
|
|
1C358FBE27B4D1F2002C83A6 /* CurrentStreakTemplate.swift in Sources */,
|
|
1C4FF3C727BEE09E00BE8F34 /* PersistenceADD.swift in Sources */,
|
|
1C414C0F27D51FB500BC1720 /* EntryListView.swift in Sources */,
|
|
1C1AFF3827F8951F0067F9DC /* CustomWigetView.swift in Sources */,
|
|
1C4FF3BB27BEDDF000BE8F34 /* ShowBasedOnVoteLogics.swift in Sources */,
|
|
1CAD603527A5C1C800C520BD /* SettingsView.swift in Sources */,
|
|
1CD90B53278C7E7A001C4FEA /* FeelsWidget.intentdefinition in Sources */,
|
|
1CC469AC27907D48003E0C6E /* DayChartView.swift in Sources */,
|
|
1CB4D0992877A14100902A56 /* View+Extensions.swift in Sources */,
|
|
1C26190327960CE500FDC148 /* ChartDataBuildable.swift in Sources */,
|
|
1CB101C527B62A2D00D1C033 /* EmptyView.swift in Sources */,
|
|
1CB101C727B81CAC00D1C033 /* MoodMetrics.swift in Sources */,
|
|
1C2162F427C1602D004353D1 /* MoodImagable.swift in Sources */,
|
|
1CAD603627A5C1C800C520BD /* GraphView.swift in Sources */,
|
|
1C2162F727C16D11004353D1 /* MoodTintable.swift in Sources */,
|
|
1C361F1727C046D800E832FC /* MonthDetailView.swift in Sources */,
|
|
1CD90B66278C7EBA001C4FEA /* MoodEntryExtension.swift in Sources */,
|
|
1C658D7727C0744D003231EE /* PersistenceUPDATE.swift in Sources */,
|
|
1C7352B927DD02760024B5D2 /* ImagePickerGridView.swift in Sources */,
|
|
1C358FB327B0ADA4002C83A6 /* SharingTemplate.swift in Sources */,
|
|
1CB4D09C2877A36400902A56 /* PurchaseButtonView.swift in Sources */,
|
|
1C358FB827B0AEE3002C83A6 /* LongestStreakTemplate.swift in Sources */,
|
|
1C1AFF4127F895C00067F9DC /* ShapePickerView.swift in Sources */,
|
|
1C358FB127B0AD87002C83A6 /* SharingListView.swift in Sources */,
|
|
1CB4D09628779F9B00902A56 /* IAPManager.swift in Sources */,
|
|
1CD90B1C278C7DE0001C4FEA /* Persistence.swift in Sources */,
|
|
1CEC966F27B9C29300CC8688 /* CustomWidgetView.swift in Sources */,
|
|
1CA0377A279A296E00D26164 /* OnboardingMain.swift in Sources */,
|
|
1C358FBA27B35252002C83A6 /* ActivityViewController.swift in Sources */,
|
|
1C5F4978279C945E0092F1B4 /* UserDefaultsStore.swift in Sources */,
|
|
1C414C3027DB1C2400BC1720 /* EventLogger.swift in Sources */,
|
|
1CD90B18278C7DE0001C4FEA /* FeelsApp.swift in Sources */,
|
|
1C358FC027B4D20C002C83A6 /* MonthTotalTemplate.swift in Sources */,
|
|
1CA03777279A295600D26164 /* OnboardingTitle.swift in Sources */,
|
|
1C1AFF3A27F895490067F9DC /* ImagePackPickerView.swift in Sources */,
|
|
1C4FF3C027BEE06900BE8F34 /* PersistenceGET.swift in Sources */,
|
|
1C04488A27C2ABD500D22444 /* IconView.swift in Sources */,
|
|
1C361F0C27C0356B00E832FC /* MainTabView.swift in Sources */,
|
|
1CEC967127B9C2BB00CC8688 /* CustomWidgetModel.swift in Sources */,
|
|
1C2162EE27C15191004353D1 /* MoodEntryFunctions.swift in Sources */,
|
|
1C361F0A27C0356000E832FC /* MonthView.swift in Sources */,
|
|
1C361F1427C03C8600E832FC /* OnboardingDataDataManager.swift in Sources */,
|
|
1C0007392EE9339E009C9ED5 /* FeelsSubscriptionStoreView.swift in Sources */,
|
|
1C358FAD27ADD0C3002C83A6 /* Theme.swift in Sources */,
|
|
1C718C7027F611C900A8F9FE /* DaysFilterClass.swift in Sources */,
|
|
1C95ABCC27E6FA7200509BD3 /* DiamondView.swift in Sources */,
|
|
1C2162EB27C14EFA004353D1 /* Date+Extensions.swift in Sources */,
|
|
1C02589C27B9677A00EB91AC /* CreateWidgetView.swift in Sources */,
|
|
1C1AFF3227F894A40067F9DC /* IconPickerView.swift in Sources */,
|
|
1C04489927C3F24000D22444 /* Color+Codable.swift in Sources */,
|
|
1C1AFF3427F894BA0067F9DC /* TintPickerView.swift in Sources */,
|
|
1C358FC227B4D227002C83A6 /* WeekTotalTemplate.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90AF7278C7DE0001C4FEA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1CD90B64278C7EBA001C4FEA /* Mood.swift in Sources */,
|
|
1CD90B17278C7DE0001C4FEA /* Feels.xcdatamodeld in Sources */,
|
|
1CD90B67278C7EBA001C4FEA /* MoodEntryExtension.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90AFE278C7DE0001C4FEA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1C414BF127D3CAB300BC1720 /* OnboardingData.swift in Sources */,
|
|
1CD90B09278C7DE0001C4FEA /* Tests_iOSLaunchTests.swift in Sources */,
|
|
1CD90B07278C7DE0001C4FEA /* Tests_iOS.swift in Sources */,
|
|
1C414BF527D3CB2200BC1720 /* OnboardingDay.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90B0A278C7DE0001C4FEA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1CD90B15278C7DE0001C4FEA /* Tests_macOSLaunchTests.swift in Sources */,
|
|
1CD90B13278C7DE0001C4FEA /* Tests_macOS.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1CD90B41278C7E7A001C4FEA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1CD90B65278C7EBA001C4FEA /* Mood.swift in Sources */,
|
|
1C04488B27C2ABDE00D22444 /* IconView.swift in Sources */,
|
|
1C04489A27C3F24F00D22444 /* Color+Codable.swift in Sources */,
|
|
1C361F1127C03C3D00E832FC /* OnboardingTime.swift in Sources */,
|
|
1C00073A2EE933B3009C9ED5 /* FeelsSubscriptionStoreView.swift in Sources */,
|
|
1C76E86F27C882A400ADEE1F /* SharingImageModels.swift in Sources */,
|
|
1CEC967227B9C9FB00CC8688 /* CustomWidgetView.swift in Sources */,
|
|
1C2162F827C16E3C004353D1 /* MoodTintable.swift in Sources */,
|
|
1C95ABCA27E6F73A00509BD3 /* Shapes.swift in Sources */,
|
|
1C4FF3BC27BEDF6600BE8F34 /* ShowBasedOnVoteLogics.swift in Sources */,
|
|
1C4FF3C927BEE0C300BE8F34 /* PersistenceHelper.swift in Sources */,
|
|
1CA2662D2793908700C0E12C /* Persistence.swift in Sources */,
|
|
1CD90B5F278C7EAD001C4FEA /* Random.swift in Sources */,
|
|
1CD90B68278C7EBA001C4FEA /* MoodEntryExtension.swift in Sources */,
|
|
1CD90B71278C80CA001C4FEA /* Feels.xcdatamodeld in Sources */,
|
|
1C658D7827C0744D003231EE /* PersistenceUPDATE.swift in Sources */,
|
|
1C10E25127A1AB320047948B /* OnboardingTitle.swift in Sources */,
|
|
1C04488E27C2AE5200D22444 /* IconViewModel.swift in Sources */,
|
|
1C04489727C2DB9B00D22444 /* BGView.swift in Sources */,
|
|
1CB101C827B81CAC00D1C033 /* MoodMetrics.swift in Sources */,
|
|
1C683FCB2792281400745862 /* Stats.swift in Sources */,
|
|
1C718C7127F611C900A8F9FE /* DaysFilterClass.swift in Sources */,
|
|
1C00073C2EE9374A009C9ED5 /* FeelsVoteWidget.swift in Sources */,
|
|
1CEC967327B9CA0C00CC8688 /* CustomWidgetModel.swift in Sources */,
|
|
1C10E25027A1AB220047948B /* OnboardingDay.swift in Sources */,
|
|
1C04488827C1CD8C00D22444 /* PersonalityPackable.swift in Sources */,
|
|
1C4FF3C427BEE07200BE8F34 /* PersistenceDELETE.swift in Sources */,
|
|
1C4FF3C827BEE09E00BE8F34 /* PersistenceADD.swift in Sources */,
|
|
1C2162F527C16061004353D1 /* MoodImagable.swift in Sources */,
|
|
1C2162EC27C14FC5004353D1 /* Date+Extensions.swift in Sources */,
|
|
1C2C5B2B27DEBE260092A308 /* EventLogger.swift in Sources */,
|
|
1C4FF3C127BEE06900BE8F34 /* PersistenceGET.swift in Sources */,
|
|
1C361F0D27C03BDF00E832FC /* OnboardingData.swift in Sources */,
|
|
1CD90B52278C7E7A001C4FEA /* FeelsWidget.intentdefinition in Sources */,
|
|
1C95ABCD27E6FA7200509BD3 /* DiamondView.swift in Sources */,
|
|
1CB4D09728779F9B00902A56 /* IAPManager.swift in Sources */,
|
|
1CD90B4D278C7E7A001C4FEA /* FeelsWidget.swift in Sources */,
|
|
1C04489627C2DB0100D22444 /* Theme.swift in Sources */,
|
|
1C361F0F27C03C0E00E832FC /* LocalNotification.swift in Sources */,
|
|
1C10E24E27A1AB110047948B /* UserDefaultsStore.swift in Sources */,
|
|
1CB4D09D2877A36400902A56 /* PurchaseButtonView.swift in Sources */,
|
|
1CB4D09A2877A14100902A56 /* View+Extensions.swift in Sources */,
|
|
1C718C7427F611E300A8F9FE /* StupidAssCustomWidgetObservableObject.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
1CD90B04278C7DE0001C4FEA /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 1CD90AF4278C7DE0001C4FEA /* Feels (iOS) */;
|
|
targetProxy = 1CD90B03278C7DE0001C4FEA /* PBXContainerItemProxy */;
|
|
};
|
|
1CD90B10278C7DE0001C4FEA /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 1CD90AFA278C7DE0001C4FEA /* Feels (macOS) */;
|
|
targetProxy = 1CD90B0F278C7DE0001C4FEA /* PBXContainerItemProxy */;
|
|
};
|
|
1CD90B55278C7E7A001C4FEA /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 1CD90B44278C7E7A001C4FEA /* FeelsWidgetExtension */;
|
|
targetProxy = 1CD90B54278C7E7A001C4FEA /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
1C0DAB47279DB0FB003B1F21 /* Localizable.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
1C0DAB46279DB0FB003B1F21 /* en */,
|
|
1C0DAB48279DB116003B1F21 /* es */,
|
|
);
|
|
name = Localizable.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1CD90B20278C7DE0001C4FEA /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1CD90B21278C7DE0001C4FEA /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
};
|
|
name = Release;
|
|
};
|
|
1CD90B23278C7DE0001C4FEA /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
|
|
CODE_SIGN_ENTITLEMENTS = "Feels (iOS)Dev.entitlements";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 23;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = "Feels--iOS--Info.plist";
|
|
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 18.6;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0.2;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.tt.ifeelDebug;
|
|
PRODUCT_NAME = iFeels;
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SDKROOT = iphoneos;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1CD90B24278C7DE0001C4FEA /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
|
|
CODE_SIGN_ENTITLEMENTS = "Feels (iOS).entitlements";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 23;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = "Feels--iOS--Info.plist";
|
|
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 18.6;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0.2;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.tt.ifeelDebug;
|
|
PRODUCT_NAME = iFeels;
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SDKROOT = iphoneos;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
1CD90B26278C7DE0001C4FEA /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
ENABLE_APP_SANDBOX = YES;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
ENABLE_PREVIEWS = YES;
|
|
ENABLE_USER_SELECTED_FILES = readonly;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 12.1;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.tt.ifeel;
|
|
PRODUCT_NAME = Feels;
|
|
SDKROOT = macosx;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1CD90B27278C7DE0001C4FEA /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
ENABLE_APP_SANDBOX = YES;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
ENABLE_PREVIEWS = YES;
|
|
ENABLE_USER_SELECTED_FILES = readonly;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 12.1;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.tt.ifeelDebug;
|
|
PRODUCT_NAME = Feels;
|
|
SDKROOT = macosx;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
1CD90B29278C7DE0001C4FEA /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 15.2;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.88oak.Tests-iOS";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = iphoneos;
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = "Feels (iOS)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1CD90B2A278C7DE0001C4FEA /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 15.2;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.88oak.Tests-iOS";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = iphoneos;
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_TARGET_NAME = "Feels (iOS)";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
1CD90B2C278C7DE0001C4FEA /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 12.1;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.88oak.Tests-macOS";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TEST_TARGET_NAME = "Feels (macOS)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1CD90B2D278C7DE0001C4FEA /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 12.1;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.88oak.Tests-macOS";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
SWIFT_VERSION = 5.0;
|
|
TEST_TARGET_NAME = "Feels (macOS)";
|
|
};
|
|
name = Release;
|
|
};
|
|
1CD90B58278C7E7A001C4FEA /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
|
|
CODE_SIGN_ENTITLEMENTS = FeelsWidgetExtensionDev.entitlements;
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = FeelsWidget/Info.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = iFeelsWidget;
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 18.6;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/../../Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.tt.ifeelDebug.FeelsWidgetDebug;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SDKROOT = iphoneos;
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1CD90B59278C7E7A001C4FEA /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
|
|
CODE_SIGN_ENTITLEMENTS = FeelsWidgetExtension.entitlements;
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
INFOPLIST_FILE = FeelsWidget/Info.plist;
|
|
INFOPLIST_KEY_CFBundleDisplayName = iFeelsWidget;
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 18.6;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/../../Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.tt.ifeelDebug.FeelsWidget;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SDKROOT = iphoneos;
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1CD90AE9278C7DDF001C4FEA /* Build configuration list for PBXProject "Feels" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1CD90B20278C7DE0001C4FEA /* Debug */,
|
|
1CD90B21278C7DE0001C4FEA /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1CD90B22278C7DE0001C4FEA /* Build configuration list for PBXNativeTarget "Feels (iOS)" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1CD90B23278C7DE0001C4FEA /* Debug */,
|
|
1CD90B24278C7DE0001C4FEA /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1CD90B25278C7DE0001C4FEA /* Build configuration list for PBXNativeTarget "Feels (macOS)" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1CD90B26278C7DE0001C4FEA /* Debug */,
|
|
1CD90B27278C7DE0001C4FEA /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1CD90B28278C7DE0001C4FEA /* Build configuration list for PBXNativeTarget "Tests iOS" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1CD90B29278C7DE0001C4FEA /* Debug */,
|
|
1CD90B2A278C7DE0001C4FEA /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1CD90B2B278C7DE0001C4FEA /* Build configuration list for PBXNativeTarget "Tests macOS" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1CD90B2C278C7DE0001C4FEA /* Debug */,
|
|
1CD90B2D278C7DE0001C4FEA /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1CD90B57278C7E7A001C4FEA /* Build configuration list for PBXNativeTarget "FeelsWidgetExtension" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1CD90B58278C7E7A001C4FEA /* Debug */,
|
|
1CD90B59278C7E7A001C4FEA /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
1C2618F82795E41D00FDC148 /* XCRemoteSwiftPackageReference "ChartsPackage" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/akatreyt/ChartsPackage";
|
|
requirement = {
|
|
branch = master;
|
|
kind = branch;
|
|
};
|
|
};
|
|
1C747CC7279F06EB00762CBD /* XCRemoteSwiftPackageReference "CloudKitSyncMonitor" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/ggruen/CloudKitSyncMonitor";
|
|
requirement = {
|
|
kind = upToNextMajorVersion;
|
|
minimumVersion = 1.0.0;
|
|
};
|
|
};
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
1C2618F92795E41D00FDC148 /* Charts */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 1C2618F82795E41D00FDC148 /* XCRemoteSwiftPackageReference "ChartsPackage" */;
|
|
productName = Charts;
|
|
};
|
|
1C747CC8279F06EB00762CBD /* CloudKitSyncMonitor */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = 1C747CC7279F06EB00762CBD /* XCRemoteSwiftPackageReference "CloudKitSyncMonitor" */;
|
|
productName = CloudKitSyncMonitor;
|
|
};
|
|
/* End XCSwiftPackageProductDependency section */
|
|
|
|
/* Begin XCVersionGroup section */
|
|
1CD90AEB278C7DDF001C4FEA /* Feels.xcdatamodeld */ = {
|
|
isa = XCVersionGroup;
|
|
children = (
|
|
1CC03FA627B5865600B530AF /* Shared 2.xcdatamodel */,
|
|
1CD90AEC278C7DDF001C4FEA /* Shared.xcdatamodel */,
|
|
);
|
|
currentVersion = 1CC03FA627B5865600B530AF /* Shared 2.xcdatamodel */;
|
|
path = Feels.xcdatamodeld;
|
|
sourceTree = "<group>";
|
|
versionGroupType = wrapper.xcdatamodel;
|
|
};
|
|
/* End XCVersionGroup section */
|
|
};
|
|
rootObject = 1CD90AE6278C7DDF001C4FEA /* Project object */;
|
|
}
|