Skip to content

Commit

Permalink
Fixed issue with appstore build that was failing the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed Apr 11, 2024
1 parent 5dad3d3 commit 2e6307c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Simplenote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@
BA553F0927065E20007737E9 /* FontSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA553F0727065E20007737E9 /* FontSettings.swift */; };
BA5F020526BB57F000581E92 /* NSAlert+Simplenote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA5F020426BB57F000581E92 /* NSAlert+Simplenote.swift */; };
BA5F020626BB57F000581E92 /* NSAlert+Simplenote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA5F020426BB57F000581E92 /* NSAlert+Simplenote.swift */; };
BA71EC242BC88FD000F42CB1 /* CSSearchable+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA52005A2BC878F1003F1B75 /* CSSearchable+Helpers.swift */; };
BA71EC252BC88FFC00F42CB1 /* NSManagedObjectContext+Simplenote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA52005C2BC88397003F1B75 /* NSManagedObjectContext+Simplenote.swift */; };
BA78AF6F2B5B2BBA00DCF896 /* AutomatticTracks in Frameworks */ = {isa = PBXBuildFile; productRef = BA78AF6E2B5B2BBA00DCF896 /* AutomatticTracks */; };
BA78AF712B5B2BC300DCF896 /* AutomatticTracks in Frameworks */ = {isa = PBXBuildFile; productRef = BA78AF702B5B2BC300DCF896 /* AutomatticTracks */; };
BA938CEC26ACFF4A00BE5A1D /* Remote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA938CEB26ACFF4A00BE5A1D /* Remote.swift */; };
Expand Down Expand Up @@ -2320,6 +2322,7 @@
BA2C65CF26FE996A00FA84E1 /* NSButton+Extensions.swift in Sources */,
375D294121E033D1007AB25A /* html_smartypants.c in Sources */,
B5E061782450AEDA0076111A /* ToolbarView.swift in Sources */,
BA71EC242BC88FD000F42CB1 /* CSSearchable+Helpers.swift in Sources */,
B502C1DE25BA2EB700145D6C /* AccountRemote.swift in Sources */,
F998F3EC22853C49008C2B59 /* CrashLogging.swift in Sources */,
B5919365245A7AD300A70C0C /* NSScreen+Simplenote.swift in Sources */,
Expand Down Expand Up @@ -2355,6 +2358,7 @@
B5F807CD2481982B0048CBD7 /* Note+Simplenote.swift in Sources */,
A6C1E21525E010140076ADF7 /* SPApplication.swift in Sources */,
466FFEB417CC10A800399652 /* DateTransformer.m in Sources */,
BA71EC252BC88FFC00F42CB1 /* NSManagedObjectContext+Simplenote.swift in Sources */,
B5132FA923C4B9760065DD80 /* NSTextStorage+Simplenote.swift in Sources */,
375D293721E033D1007AB25A /* document.c in Sources */,
376EE3EC202B748E00E3812E /* SPAboutTextField.swift in Sources */,
Expand Down

0 comments on commit 2e6307c

Please sign in to comment.