Skip to content

Commit

Permalink
- Adds SoulverCore to iOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
glushchenko committed Dec 4, 2022
1 parent 9e0d53f commit f74e160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FSNotes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,6 @@
D7EFAF6D278B310300175A2F /* HighlighterTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7EFAF67278B310300175A2F /* HighlighterTheme.swift */; };
D7F1AEB2292177060088F473 /* SoulverCore in Frameworks */ = {isa = PBXBuildFile; productRef = D7F1AEB1292177060088F473 /* SoulverCore */; };
D7F1AEB32921774B0088F473 /* SoulverCore in Frameworks */ = {isa = PBXBuildFile; productRef = D7F1AEB1292177060088F473 /* SoulverCore */; };
D7F1AEB42921774B0088F473 /* SoulverCore in Frameworks */ = {isa = PBXBuildFile; productRef = D7F1AEB1292177060088F473 /* SoulverCore */; };
D7F2F19721C503F000E41811 /* AvenirNext-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D7F2F18721C503EF00E41811 /* AvenirNext-MediumItalic.ttf */; };
D7F2F19821C503F000E41811 /* AvenirNext-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D7F2F18721C503EF00E41811 /* AvenirNext-MediumItalic.ttf */; };
D7F2F19921C503F000E41811 /* AvenirNext-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D7F2F18721C503EF00E41811 /* AvenirNext-MediumItalic.ttf */; };
Expand Down Expand Up @@ -1847,6 +1846,7 @@
D7A9C1DB29107A0800905619 /* Git in Frameworks */,
D7ADFD112066CF9400B531F9 /* CoreLocation.framework in Frameworks */,
4D263F6146A18C711DF30D7F /* Pods_FSNotes_iOS.framework in Frameworks */,
D7F1AEB42921774B0088F473 /* SoulverCore in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -2860,6 +2860,7 @@
packageProductDependencies = (
D7A9C1DA29107A0800905619 /* Git */,
D7A9C1DD2910819C00905619 /* Shout */,
D7F1AEB1292177060088F473 /* SoulverCore */,
);
productName = "FSNotes iOS";
productReference = D7679386201F21F5000F7BBF /* FSNotes iOS.app */;
Expand Down

0 comments on commit f74e160

Please sign in to comment.