|
24 | 24 | 920085662D42F2D70082719F /* ListStatusOverlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 920085652D42F2D70082719F /* ListStatusOverlay.swift */; }; |
25 | 25 | 9203845F2B5B0A2100B793AA /* PentabarfKit in Frameworks */ = {isa = PBXBuildFile; productRef = 9203845E2B5B0A2100B793AA /* PentabarfKit */; }; |
26 | 26 | 9221BD832D60CFDD00E0046E /* SectionedQuery in Frameworks */ = {isa = PBXBuildFile; productRef = 9221BD822D60CFDD00E0046E /* SectionedQuery */; }; |
| 27 | + 923E22542F1D131D0094B2DC /* EventContainingModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 923E22532F1D13180094B2DC /* EventContainingModel.swift */; }; |
27 | 28 | 924E15BC2922C637005A8EA2 /* RoomStatusImporter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 924E15BB2922C637005A8EA2 /* RoomStatusImporter.swift */; }; |
28 | 29 | 924E15BE2922CCA9005A8EA2 /* RoomState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 924E15BD2922CCA9005A8EA2 /* RoomState.swift */; }; |
29 | 30 | 924E15C329238AA5005A8EA2 /* EventListItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 924E15C229238AA5005A8EA2 /* EventListItem.swift */; }; |
|
51 | 52 | 92D9E7B8291D7B9B007D203D /* HTMLFormattedText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92D9E7B7291D7B9B007D203D /* HTMLFormattedText.swift */; }; |
52 | 53 | 92E5C1152D4820A60017CEE0 /* ListPredicateType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92E5C1142D4820A60017CEE0 /* ListPredicateType.swift */; }; |
53 | 54 | 92F70AA02922B49A000BE6CB /* UrlHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92F70A9F2922B49A000BE6CB /* UrlHelper.swift */; }; |
| 55 | + 92FB7C582F16D890008352FB /* TimelineUI in Frameworks */ = {isa = PBXBuildFile; productRef = 92FB7C572F16D890008352FB /* TimelineUI */; }; |
54 | 56 | /* End PBXBuildFile section */ |
55 | 57 |
|
56 | 58 | /* Begin PBXContainerItemProxy section */ |
|
92 | 94 | 14D2773F2205D07500740042 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
93 | 95 | 14D2774B2205D19D00740042 /* RemoteScheduleFetcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteScheduleFetcher.swift; sourceTree = "<group>"; }; |
94 | 96 | 920085652D42F2D70082719F /* ListStatusOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListStatusOverlay.swift; sourceTree = "<group>"; }; |
| 97 | + 923E22532F1D13180094B2DC /* EventContainingModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventContainingModel.swift; sourceTree = "<group>"; }; |
95 | 98 | 924E15BB2922C637005A8EA2 /* RoomStatusImporter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomStatusImporter.swift; sourceTree = "<group>"; }; |
96 | 99 | 924E15BD2922CCA9005A8EA2 /* RoomState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomState.swift; sourceTree = "<group>"; }; |
97 | 100 | 924E15C229238AA5005A8EA2 /* EventListItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventListItem.swift; sourceTree = "<group>"; }; |
|
137 | 140 | isa = PBXFrameworksBuildPhase; |
138 | 141 | buildActionMask = 2147483647; |
139 | 142 | files = ( |
| 143 | + 92FB7C582F16D890008352FB /* TimelineUI in Frameworks */, |
140 | 144 | 9221BD832D60CFDD00E0046E /* SectionedQuery in Frameworks */, |
141 | 145 | 9203845F2B5B0A2100B793AA /* PentabarfKit in Frameworks */, |
142 | 146 | ); |
|
172 | 176 | 146A86632205E159008A61AD /* Models */ = { |
173 | 177 | isa = PBXGroup; |
174 | 178 | children = ( |
| 179 | + 923E22532F1D13180094B2DC /* EventContainingModel.swift */, |
175 | 180 | 146A86782206ED84008A61AD /* Track.swift */, |
176 | 181 | 142A87432224752E0034F6D7 /* EventType.swift */, |
177 | 182 | 146A867D22089497008A61AD /* Link.swift */, |
|
208 | 213 | 14D277172205D07200740042 /* Fosdem */, |
209 | 214 | 14D277312205D07500740042 /* FosdemTests */, |
210 | 215 | 14D2773C2205D07500740042 /* FosdemUITests */, |
| 216 | + 92FB7C562F16D890008352FB /* Frameworks */, |
211 | 217 | 14D277162205D07200740042 /* Products */, |
212 | 218 | ); |
213 | 219 | sourceTree = "<group>"; |
|
297 | 303 | path = Utils; |
298 | 304 | sourceTree = "<group>"; |
299 | 305 | }; |
| 306 | + 92FB7C562F16D890008352FB /* Frameworks */ = { |
| 307 | + isa = PBXGroup; |
| 308 | + children = ( |
| 309 | + ); |
| 310 | + name = Frameworks; |
| 311 | + sourceTree = "<group>"; |
| 312 | + }; |
300 | 313 | /* End PBXGroup section */ |
301 | 314 |
|
302 | 315 | /* Begin PBXNativeTarget section */ |
|
321 | 334 | packageProductDependencies = ( |
322 | 335 | 9203845E2B5B0A2100B793AA /* PentabarfKit */, |
323 | 336 | 9221BD822D60CFDD00E0046E /* SectionedQuery */, |
| 337 | + 92FB7C572F16D890008352FB /* TimelineUI */, |
324 | 338 | ); |
325 | 339 | productName = Fosdem; |
326 | 340 | productReference = 14D277152205D07200740042 /* Fosdem.app */; |
|
402 | 416 | packageReferences = ( |
403 | 417 | 9203845D2B5B0A2100B793AA /* XCRemoteSwiftPackageReference "PentabarfKit" */, |
404 | 418 | 9221BD812D60CFDD00E0046E /* XCRemoteSwiftPackageReference "swiftdata-sectionedquery" */, |
| 419 | + 92FB7C552F16D7EB008352FB /* XCRemoteSwiftPackageReference "timeline-ui" */, |
405 | 420 | ); |
406 | 421 | preferredProjectObjectVersion = 77; |
407 | 422 | productRefGroup = 14D277162205D07200740042 /* Products */; |
|
480 | 495 | 142A8742222473A40034F6D7 /* UIColor+hexstring.swift in Sources */, |
481 | 496 | 92CE31AF28FC49DC0073813E /* SettingsHelper.swift in Sources */, |
482 | 497 | 9268D79A298F251E0067A6B1 /* ListSettings.swift in Sources */, |
| 498 | + 923E22542F1D131D0094B2DC /* EventContainingModel.swift in Sources */, |
483 | 499 | 92C271D02922292500E8C25D /* PreviewEvent.swift in Sources */, |
484 | 500 | 925B0263298EB2A400AFA83D /* VideoPlayer.swift in Sources */, |
485 | 501 | 146A867E22089497008A61AD /* Link.swift in Sources */, |
|
696 | 712 | "@executable_path/Frameworks", |
697 | 713 | ); |
698 | 714 | MACOSX_DEPLOYMENT_TARGET = 26.1; |
699 | | - MARKETING_VERSION = 1.5.0; |
| 715 | + MARKETING_VERSION = 1.5.1; |
700 | 716 | PRODUCT_BUNDLE_IDENTIFIER = eu.seanmolenaar.Fosdem; |
701 | 717 | PRODUCT_NAME = "$(TARGET_NAME)"; |
702 | 718 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
|
725 | 741 | "@executable_path/Frameworks", |
726 | 742 | ); |
727 | 743 | MACOSX_DEPLOYMENT_TARGET = 26.1; |
728 | | - MARKETING_VERSION = 1.5.0; |
| 744 | + MARKETING_VERSION = 1.5.1; |
729 | 745 | PRODUCT_BUNDLE_IDENTIFIER = eu.seanmolenaar.Fosdem; |
730 | 746 | PRODUCT_NAME = "$(TARGET_NAME)"; |
731 | 747 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
|
880 | 896 | minimumVersion = 1.0.3; |
881 | 897 | }; |
882 | 898 | }; |
| 899 | + 92FB7C552F16D7EB008352FB /* XCRemoteSwiftPackageReference "timeline-ui" */ = { |
| 900 | + isa = XCRemoteSwiftPackageReference; |
| 901 | + repositoryURL = "https://codeberg.org/ctietze/timeline-ui.git"; |
| 902 | + requirement = { |
| 903 | + kind = upToNextMajorVersion; |
| 904 | + minimumVersion = 1.1.0; |
| 905 | + }; |
| 906 | + }; |
883 | 907 | /* End XCRemoteSwiftPackageReference section */ |
884 | 908 |
|
885 | 909 | /* Begin XCSwiftPackageProductDependency section */ |
|
893 | 917 | package = 9221BD812D60CFDD00E0046E /* XCRemoteSwiftPackageReference "swiftdata-sectionedquery" */; |
894 | 918 | productName = SectionedQuery; |
895 | 919 | }; |
| 920 | + 92FB7C572F16D890008352FB /* TimelineUI */ = { |
| 921 | + isa = XCSwiftPackageProductDependency; |
| 922 | + package = 92FB7C552F16D7EB008352FB /* XCRemoteSwiftPackageReference "timeline-ui" */; |
| 923 | + productName = TimelineUI; |
| 924 | + }; |
896 | 925 | 92FC93092B5C2DA100C2D13D /* PentabarfKit */ = { |
897 | 926 | isa = XCSwiftPackageProductDependency; |
898 | 927 | package = 9203845D2B5B0A2100B793AA /* XCRemoteSwiftPackageReference "PentabarfKit" */; |
|
0 commit comments