Skip to content

Commit fe9bbbc

Browse files
Merge pull request #36 from leminlimez/main
LS Footnote, improved passcode stuff, and other fixes
2 parents 2dcb271 + a62a448 commit fe9bbbc

File tree

16 files changed

+272
-71
lines changed

16 files changed

+272
-71
lines changed

.DS_Store

4 KB
Binary file not shown.
24 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.

TrollTools.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
6F63906B294B957900BA22D4 /* LSFootnoteChangerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63906A294B957900BA22D4 /* LSFootnoteChangerView.swift */; };
1011
6FDA067D2935AA52003CE14A /* ZIPFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = 6FDA067C2935AA52003CE14A /* ZIPFoundation */; };
1112
CE141B372903E73F00AB48A7 /* CardChangerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE141B362903E73F00AB48A7 /* CardChangerView.swift */; };
1213
CE141B3A2903F20800AB48A7 /* ThemesSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE141B392903F20800AB48A7 /* ThemesSettingsView.swift */; };
@@ -53,6 +54,7 @@
5354
/* End PBXBuildFile section */
5455

5556
/* Begin PBXFileReference section */
57+
6F63906A294B957900BA22D4 /* LSFootnoteChangerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LSFootnoteChangerView.swift; sourceTree = "<group>"; };
5658
CE141B362903E73F00AB48A7 /* CardChangerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardChangerView.swift; sourceTree = "<group>"; };
5759
CE141B392903F20800AB48A7 /* ThemesSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemesSettingsView.swift; sourceTree = "<group>"; };
5860
CE141B3B2903F22F00AB48A7 /* ThemeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemeView.swift; sourceTree = "<group>"; };
@@ -250,6 +252,7 @@
250252
CE7975B0291C4533007A38E7 /* LockscreenRespringView.swift */,
251253
CEF56C3E291C605600DDEBFD /* CalculatorErrorView.swift */,
252254
CEF56C5329215AA900DDEBFD /* CarrierNameChangerView.swift */,
255+
6F63906A294B957900BA22D4 /* LSFootnoteChangerView.swift */,
253256
);
254257
path = Tools;
255258
sourceTree = "<group>";
@@ -392,6 +395,7 @@
392395
CE7975A5291B1E0C007A38E7 /* ToolsView.swift in Sources */,
393396
CE2BF8242902E07F00AD10BE /* Extensions.swift in Sources */,
394397
CE141B5A290460AE00AB48A7 /* WebclipsThemeManager.swift in Sources */,
398+
6F63906B294B957900BA22D4 /* LSFootnoteChangerView.swift in Sources */,
395399
CEF56C3F291C605600DDEBFD /* CalculatorErrorView.swift in Sources */,
396400
CE7975A7291B2A4B007A38E7 /* GesturesView.swift in Sources */,
397401
CE76386D290AED160099C6F0 /* ProblemReporter.swift in Sources */,

TrollTools.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TrollTools/.DS_Store

0 Bytes
Binary file not shown.
6 KB
Binary file not shown.
6 KB
Binary file not shown.

0 commit comments

Comments
 (0)