Skip to content

Commit

Permalink
Menu item and interface for data download
Browse files Browse the repository at this point in the history
  • Loading branch information
marekviktor committed Nov 7, 2023
1 parent d2e4c67 commit 80aa484
Show file tree
Hide file tree
Showing 7 changed files with 255 additions and 18 deletions.
10 changes: 9 additions & 1 deletion Scribe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,8 @@
D1CDEDDC2A85AE9D00098546 /* NBInterfaceVariables.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1CDED802A85A12400098546 /* NBInterfaceVariables.swift */; };
D1F0367227AAE12200CD7921 /* InterfaceVariables.swift in Sources */ = {isa = PBXBuildFile; fileRef = D190B2492741B31F00705659 /* InterfaceVariables.swift */; };
D1F0367327AAE1B400CD7921 /* CommandVariables.swift in Sources */ = {isa = PBXBuildFile; fileRef = D190B2462741B24F00705659 /* CommandVariables.swift */; };
EA536F182AF9B4CB00795DA3 /* DownloadDataTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA536F162AF9B4CB00795DA3 /* DownloadDataTable.swift */; };
EA536F192AF9B4CB00795DA3 /* DownloadDataVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA536F172AF9B4CB00795DA3 /* DownloadDataVC.swift */; };
EDC364692AE408F20001E456 /* InterfaceConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDC364682AE408F20001E456 /* InterfaceConstants.swift */; };
EDC3646A2AE408FA0001E456 /* InterfaceConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDC364682AE408F20001E456 /* InterfaceConstants.swift */; };
EDC3646B2AE408FC0001E456 /* InterfaceConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDC364682AE408F20001E456 /* InterfaceConstants.swift */; };
Expand Down Expand Up @@ -967,13 +969,15 @@
D1CDED802A85A12400098546 /* NBInterfaceVariables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NBInterfaceVariables.swift; sourceTree = "<group>"; };
D1CDED822A85A12C00098546 /* NBCommandVariables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NBCommandVariables.swift; sourceTree = "<group>"; };
D1D8B2372AE4084D0070B817 /* Swedish.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Swedish.entitlements; sourceTree = "<group>"; };
EDC364682AE408F20001E456 /* InterfaceConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceConstants.swift; sourceTree = "<group>"; };
D1D8B2382AE408620070B817 /* Spanish.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Spanish.entitlements; sourceTree = "<group>"; };
D1D8B2392AE408720070B817 /* Russian.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Russian.entitlements; sourceTree = "<group>"; };
D1D8B23A2AE408850070B817 /* Portuguese.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Portuguese.entitlements; sourceTree = "<group>"; };
D1D8B23B2AE4089C0070B817 /* Italian.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Italian.entitlements; sourceTree = "<group>"; };
D1D8B23C2AE408AC0070B817 /* German.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = German.entitlements; sourceTree = "<group>"; };
D1D8B23D2AE408C50070B817 /* French.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = French.entitlements; sourceTree = "<group>"; };
EA536F162AF9B4CB00795DA3 /* DownloadDataTable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadDataTable.swift; sourceTree = "<group>"; };
EA536F172AF9B4CB00795DA3 /* DownloadDataVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadDataVC.swift; sourceTree = "<group>"; };
EDC364682AE408F20001E456 /* InterfaceConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceConstants.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -1121,6 +1125,8 @@
1406B7882A2DFE4C001DF45B /* InstallationTab */ = {
isa = PBXGroup;
children = (
EA536F162AF9B4CB00795DA3 /* DownloadDataTable.swift */,
EA536F172AF9B4CB00795DA3 /* DownloadDataVC.swift */,
38BD213522D5907F00C6795D /* InstallationVC.swift */,
);
path = InstallationTab;
Expand Down Expand Up @@ -1977,6 +1983,7 @@
3045396D293B9DDC003AE55B /* ToolTipViewDatasource.swift in Sources */,
D111E9B227AFE79500746F92 /* Translate.swift in Sources */,
D171941827AECD070038660B /* ESCommandVariables.swift in Sources */,
EA536F192AF9B4CB00795DA3 /* DownloadDataVC.swift in Sources */,
D171940027AECCD10038660B /* DECommandVariables.swift in Sources */,
D17193F827AECC930038660B /* FRCommandVariables.swift in Sources */,
D171945827AF237C0038660B /* ScribeKey.swift in Sources */,
Expand All @@ -1987,6 +1994,7 @@
38BD213622D5907F00C6795D /* InstallationVC.swift in Sources */,
D171942D27AECEB80038660B /* DEInterfaceVariables.swift in Sources */,
D196B360279A051000228F3F /* ENPrivacyPolicy.swift in Sources */,
EA536F182AF9B4CB00795DA3 /* DownloadDataTable.swift in Sources */,
147797C02A2D0CDF0044A53E /* SettingsTableData.swift in Sources */,
14AC568A2A261663006B1DDF /* InformationScreenVC.swift in Sources */,
147797B02A2CD3370044A53E /* InfoChildTableViewCell.swift in Sources */,
Expand Down
Loading

0 comments on commit 80aa484

Please sign in to comment.