05e173b293
Replace the WebView shell with SwiftUI screens, add account-scoped Wiki and TTS APIs with adaptive review and photo scan support, and keep web/iOS pages usable while data loads asynchronously. Co-authored-by: Cursor <cursoragent@cursor.com>
567 lines
28 KiB
Plaintext
567 lines
28 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 56;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
A10000010000000000000001 /* WordLoopApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000001 /* WordLoopApp.swift */; };
|
|
A10000010000000000000002 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000002 /* ContentView.swift */; };
|
|
A10000010000000000000003 /* ServerEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000003 /* ServerEnvironment.swift */; };
|
|
A10000010000000000000006 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000006 /* Assets.xcassets */; };
|
|
B20000010000000000000001 /* AppModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000001 /* AppModels.swift */; };
|
|
B20000010000000000000002 /* KeychainHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000002 /* KeychainHelper.swift */; };
|
|
B20000010000000000000003 /* AuthManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000003 /* AuthManager.swift */; };
|
|
B20000010000000000000004 /* APIClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000004 /* APIClient.swift */; };
|
|
B20000010000000000000005 /* TTSService.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000005 /* TTSService.swift */; };
|
|
B20000010000000000000006 /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000006 /* Theme.swift */; };
|
|
B20000010000000000000007 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000007 /* LoginView.swift */; };
|
|
B20000010000000000000008 /* RegisterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000008 /* RegisterView.swift */; };
|
|
B20000010000000000000009 /* MainTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000009 /* MainTabView.swift */; };
|
|
B2000001000000000000000A /* DashboardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000002000000000000000A /* DashboardView.swift */; };
|
|
B2000001000000000000000B /* QuizCardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000002000000000000000B /* QuizCardView.swift */; };
|
|
B2000001000000000000000C /* DailyQuizView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000002000000000000000C /* DailyQuizView.swift */; };
|
|
B2000001000000000000000D /* SpellQuizView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000002000000000000000D /* SpellQuizView.swift */; };
|
|
B2000001000000000000000E /* ErrorBankView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000002000000000000000E /* ErrorBankView.swift */; };
|
|
B2000001000000000000000F /* MemoryCurveChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000002000000000000000F /* MemoryCurveChartView.swift */; };
|
|
B20000010000000000000010 /* WordLibraryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000010 /* WordLibraryView.swift */; };
|
|
B20000010000000000000011 /* MemoryCoachView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000011 /* MemoryCoachView.swift */; };
|
|
B20000010000000000000012 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000012 /* SettingsView.swift */; };
|
|
B20000010000000000000013 /* AccumulationSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000013 /* AccumulationSettingsView.swift */; };
|
|
B20000010000000000000014 /* BookSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000014 /* BookSettingsView.swift */; };
|
|
B20000010000000000000015 /* AccountSettingsViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000015 /* AccountSettingsViews.swift */; };
|
|
B20000010000000000000016 /* TranslateSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000016 /* TranslateSheet.swift */; };
|
|
B20000010000000000000017 /* PhotoImportView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000017 /* PhotoImportView.swift */; };
|
|
B20000010000000000000018 /* WordGraphCanvasView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000018 /* WordGraphCanvasView.swift */; };
|
|
B20000010000000000000019 /* FloatingActionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20000020000000000000019 /* FloatingActionsView.swift */; };
|
|
B2000001000000000000001A /* AppNavigator.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000002000000000000001A /* AppNavigator.swift */; };
|
|
B2000001000000000000001B /* DraggableFab.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000002000000000000001B /* DraggableFab.swift */; };
|
|
B2000001000000000000001C /* TranslateInlineFab.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2000002000000000000001C /* TranslateInlineFab.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
A10000020000000000000001 /* WordLoopApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordLoopApp.swift; sourceTree = "<group>"; };
|
|
A10000020000000000000002 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
A10000020000000000000003 /* ServerEnvironment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerEnvironment.swift; sourceTree = "<group>"; };
|
|
A10000020000000000000006 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
A10000020000000000000007 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
A10000030000000000000001 /* WordLoop.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WordLoop.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
B20000020000000000000001 /* AppModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppModels.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000002 /* KeychainHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainHelper.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000003 /* AuthManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthManager.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000004 /* APIClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIClient.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000005 /* TTSService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TTSService.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000006 /* Theme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Theme.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000007 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000008 /* RegisterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000009 /* MainTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabView.swift; sourceTree = "<group>"; };
|
|
B2000002000000000000000A /* DashboardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashboardView.swift; sourceTree = "<group>"; };
|
|
B2000002000000000000000B /* QuizCardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuizCardView.swift; sourceTree = "<group>"; };
|
|
B2000002000000000000000C /* DailyQuizView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DailyQuizView.swift; sourceTree = "<group>"; };
|
|
B2000002000000000000000D /* SpellQuizView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpellQuizView.swift; sourceTree = "<group>"; };
|
|
B2000002000000000000000E /* ErrorBankView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorBankView.swift; sourceTree = "<group>"; };
|
|
B2000002000000000000000F /* MemoryCurveChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryCurveChartView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000010 /* WordLibraryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordLibraryView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000011 /* MemoryCoachView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryCoachView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000012 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000013 /* AccumulationSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccumulationSettingsView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000014 /* BookSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookSettingsView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000015 /* AccountSettingsViews.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountSettingsViews.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000016 /* TranslateSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TranslateSheet.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000017 /* PhotoImportView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoImportView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000018 /* WordGraphCanvasView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordGraphCanvasView.swift; sourceTree = "<group>"; };
|
|
B20000020000000000000019 /* FloatingActionsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingActionsView.swift; sourceTree = "<group>"; };
|
|
B2000002000000000000001A /* AppNavigator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppNavigator.swift; sourceTree = "<group>"; };
|
|
B2000002000000000000001B /* DraggableFab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DraggableFab.swift; sourceTree = "<group>"; };
|
|
B2000002000000000000001C /* TranslateInlineFab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TranslateInlineFab.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
A10000040000000000000001 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
A10000050000000000000001 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A10000050000000000000002 /* WordLoop */,
|
|
A10000050000000000000003 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
A10000050000000000000002 /* WordLoop */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A10000020000000000000001 /* WordLoopApp.swift */,
|
|
A10000020000000000000002 /* ContentView.swift */,
|
|
A10000050000000000000004 /* Models */,
|
|
B20000050000000000000001 /* Theme */,
|
|
A10000050000000000000005 /* Views */,
|
|
A10000050000000000000006 /* Services */,
|
|
A10000020000000000000006 /* Assets.xcassets */,
|
|
A10000020000000000000007 /* Info.plist */,
|
|
);
|
|
path = WordLoop;
|
|
sourceTree = "<group>";
|
|
};
|
|
A10000050000000000000003 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A10000030000000000000001 /* WordLoop.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
A10000050000000000000004 /* Models */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A10000020000000000000003 /* ServerEnvironment.swift */,
|
|
B20000020000000000000001 /* AppModels.swift */,
|
|
);
|
|
path = Models;
|
|
sourceTree = "<group>";
|
|
};
|
|
A10000050000000000000005 /* Views */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B20000050000000000000002 /* Auth */,
|
|
B20000050000000000000003 /* Main */,
|
|
B20000050000000000000004 /* Quiz */,
|
|
B20000050000000000000005 /* Words */,
|
|
B20000050000000000000006 /* Coach */,
|
|
B20000050000000000000007 /* Settings */,
|
|
B20000050000000000000008 /* Translate */,
|
|
B20000050000000000000009 /* Import */,
|
|
B2000005000000000000000B /* Components */,
|
|
);
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
};
|
|
A10000050000000000000006 /* Services */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B20000020000000000000002 /* KeychainHelper.swift */,
|
|
B20000020000000000000003 /* AuthManager.swift */,
|
|
B2000002000000000000001A /* AppNavigator.swift */,
|
|
B20000020000000000000004 /* APIClient.swift */,
|
|
B20000020000000000000005 /* TTSService.swift */,
|
|
);
|
|
path = Services;
|
|
sourceTree = "<group>";
|
|
};
|
|
B20000050000000000000001 /* Theme */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B20000020000000000000006 /* Theme.swift */,
|
|
);
|
|
path = Theme;
|
|
sourceTree = "<group>";
|
|
};
|
|
B20000050000000000000002 /* Auth */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B20000020000000000000007 /* LoginView.swift */,
|
|
B20000020000000000000008 /* RegisterView.swift */,
|
|
);
|
|
path = Auth;
|
|
sourceTree = "<group>";
|
|
};
|
|
B20000050000000000000003 /* Main */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B20000020000000000000009 /* MainTabView.swift */,
|
|
B2000002000000000000000A /* DashboardView.swift */,
|
|
B20000020000000000000019 /* FloatingActionsView.swift */,
|
|
);
|
|
path = Main;
|
|
sourceTree = "<group>";
|
|
};
|
|
B20000050000000000000004 /* Quiz */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B2000002000000000000000B /* QuizCardView.swift */,
|
|
B2000002000000000000000C /* DailyQuizView.swift */,
|
|
B2000002000000000000000D /* SpellQuizView.swift */,
|
|
B2000002000000000000000E /* ErrorBankView.swift */,
|
|
);
|
|
path = Quiz;
|
|
sourceTree = "<group>";
|
|
};
|
|
B20000050000000000000005 /* Words */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B2000002000000000000000F /* MemoryCurveChartView.swift */,
|
|
B20000020000000000000010 /* WordLibraryView.swift */,
|
|
B20000020000000000000018 /* WordGraphCanvasView.swift */,
|
|
);
|
|
path = Words;
|
|
sourceTree = "<group>";
|
|
};
|
|
B20000050000000000000006 /* Coach */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B20000020000000000000011 /* MemoryCoachView.swift */,
|
|
);
|
|
path = Coach;
|
|
sourceTree = "<group>";
|
|
};
|
|
B20000050000000000000007 /* Settings */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B20000020000000000000012 /* SettingsView.swift */,
|
|
B20000020000000000000013 /* AccumulationSettingsView.swift */,
|
|
B20000020000000000000014 /* BookSettingsView.swift */,
|
|
B20000020000000000000015 /* AccountSettingsViews.swift */,
|
|
);
|
|
path = Settings;
|
|
sourceTree = "<group>";
|
|
};
|
|
B20000050000000000000008 /* Translate */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B20000020000000000000016 /* TranslateSheet.swift */,
|
|
B2000002000000000000001C /* TranslateInlineFab.swift */,
|
|
);
|
|
path = Translate;
|
|
sourceTree = "<group>";
|
|
};
|
|
B20000050000000000000009 /* Import */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B20000020000000000000017 /* PhotoImportView.swift */,
|
|
);
|
|
path = Import;
|
|
sourceTree = "<group>";
|
|
};
|
|
B2000005000000000000000B /* Components */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B2000002000000000000001B /* DraggableFab.swift */,
|
|
);
|
|
path = Components;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
A10000060000000000000001 /* WordLoop */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = A10000090000000000000003 /* Build configuration list for PBXNativeTarget "WordLoop" */;
|
|
buildPhases = (
|
|
A10000070000000000000001 /* Sources */,
|
|
A10000040000000000000001 /* Frameworks */,
|
|
A10000080000000000000001 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = WordLoop;
|
|
productName = WordLoop;
|
|
productReference = A10000030000000000000001 /* WordLoop.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
A100000A0000000000000001 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1600;
|
|
LastUpgradeCheck = 2650;
|
|
TargetAttributes = {
|
|
A10000060000000000000001 = {
|
|
CreatedOnToolsVersion = 16.0;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = A10000090000000000000001 /* Build configuration list for PBXProject "WordLoop" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = "zh-Hans";
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
"zh-Hans",
|
|
);
|
|
mainGroup = A10000050000000000000001;
|
|
productRefGroup = A10000050000000000000003 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
A10000060000000000000001 /* WordLoop */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
A10000080000000000000001 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A10000010000000000000006 /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
A10000070000000000000001 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A10000010000000000000001 /* WordLoopApp.swift in Sources */,
|
|
A10000010000000000000002 /* ContentView.swift in Sources */,
|
|
A10000010000000000000003 /* ServerEnvironment.swift in Sources */,
|
|
B20000010000000000000001 /* AppModels.swift in Sources */,
|
|
B20000010000000000000002 /* KeychainHelper.swift in Sources */,
|
|
B20000010000000000000003 /* AuthManager.swift in Sources */,
|
|
B20000010000000000000004 /* APIClient.swift in Sources */,
|
|
B20000010000000000000005 /* TTSService.swift in Sources */,
|
|
B20000010000000000000006 /* Theme.swift in Sources */,
|
|
B20000010000000000000007 /* LoginView.swift in Sources */,
|
|
B20000010000000000000008 /* RegisterView.swift in Sources */,
|
|
B20000010000000000000009 /* MainTabView.swift in Sources */,
|
|
B2000001000000000000000A /* DashboardView.swift in Sources */,
|
|
B2000001000000000000000B /* QuizCardView.swift in Sources */,
|
|
B2000001000000000000000C /* DailyQuizView.swift in Sources */,
|
|
B2000001000000000000000D /* SpellQuizView.swift in Sources */,
|
|
B2000001000000000000000E /* ErrorBankView.swift in Sources */,
|
|
B2000001000000000000000F /* MemoryCurveChartView.swift in Sources */,
|
|
B20000010000000000000010 /* WordLibraryView.swift in Sources */,
|
|
B20000010000000000000011 /* MemoryCoachView.swift in Sources */,
|
|
B20000010000000000000012 /* SettingsView.swift in Sources */,
|
|
B20000010000000000000013 /* AccumulationSettingsView.swift in Sources */,
|
|
B20000010000000000000014 /* BookSettingsView.swift in Sources */,
|
|
B20000010000000000000015 /* AccountSettingsViews.swift in Sources */,
|
|
B20000010000000000000016 /* TranslateSheet.swift in Sources */,
|
|
B20000010000000000000017 /* PhotoImportView.swift in Sources */,
|
|
B20000010000000000000018 /* WordGraphCanvasView.swift in Sources */,
|
|
B20000010000000000000019 /* FloatingActionsView.swift in Sources */,
|
|
B2000001000000000000001A /* AppNavigator.swift in Sources */,
|
|
B2000001000000000000001B /* DraggableFab.swift in Sources */,
|
|
B2000001000000000000001C /* TranslateInlineFab.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
A100000B0000000000000001 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
DEVELOPMENT_TEAM = 426W6QBL47;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A100000B0000000000000002 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
DEVELOPMENT_TEAM = 426W6QBL47;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = iphoneos;
|
|
STRING_CATALOG_GENERATE_SYMBOLS = YES;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
A100000B0000000000000003 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 426W6QBL47;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = NO;
|
|
INFOPLIST_FILE = WordLoop/Info.plist;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = cn.tkmind.wordloop;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A100000B0000000000000004 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = 426W6QBL47;
|
|
ENABLE_PREVIEWS = YES;
|
|
GENERATE_INFOPLIST_FILE = NO;
|
|
INFOPLIST_FILE = WordLoop/Info.plist;
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = cn.tkmind.wordloop;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
A10000090000000000000001 /* Build configuration list for PBXProject "WordLoop" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A100000B0000000000000001 /* Debug */,
|
|
A100000B0000000000000002 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A10000090000000000000003 /* Build configuration list for PBXNativeTarget "WordLoop" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A100000B0000000000000003 /* Debug */,
|
|
A100000B0000000000000004 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = A100000A0000000000000001 /* Project object */;
|
|
}
|