Skip to content

Commit d862e39

Browse files
committed
wip
1 parent 1babd37 commit d862e39

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

TableProMobile/TableProMobile.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10+
5A72D6232F97A69500E2ADE0 /* Secrets.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 5A72D6222F97A69500E2ADE0 /* Secrets.xcconfig */; };
1011
5A7E81B12F95F23600EEF236 /* TableProAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = 5A87EEED2F7F893000D028D1 /* TableProAnalytics */; };
1112
5A87EEED2F7F893000D028D0 /* TableProSync in Frameworks */ = {isa = PBXBuildFile; productRef = 5A87EEEC2F7F893000D028D0 /* TableProSync */; };
1213
5AA136062F82610F00ADCD58 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5AA136052F82610F00ADCD58 /* WidgetKit.framework */; };
@@ -50,6 +51,7 @@
5051
/* End PBXCopyFilesBuildPhase section */
5152

5253
/* Begin PBXFileReference section */
54+
5A72D6222F97A69500E2ADE0 /* Secrets.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Secrets.xcconfig; sourceTree = "<group>"; };
5355
5A87ECDD2F7F88F200D028D0 /* AIPromptTemplates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AIPromptTemplates.swift; sourceTree = "<group>"; };
5456
5A87ECDE2F7F88F200D028D0 /* AIPromptTemplates+InlineSuggest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AIPromptTemplates+InlineSuggest.swift"; sourceTree = "<group>"; };
5557
5A87ECDF2F7F88F200D028D0 /* AIProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AIProvider.swift; sourceTree = "<group>"; };
@@ -1636,6 +1638,7 @@
16361638
5AA136092F82610F00ADCD58 /* TableProWidget */,
16371639
5AA313332F7EA5B4008EBA97 /* Frameworks */,
16381640
5AB9F3DA2F7C1C12001F3337 /* Products */,
1641+
5A72D6222F97A69500E2ADE0 /* Secrets.xcconfig */,
16391642
);
16401643
sourceTree = "<group>";
16411644
};
@@ -1756,6 +1759,7 @@
17561759
isa = PBXResourcesBuildPhase;
17571760
buildActionMask = 2147483647;
17581761
files = (
1762+
5A72D6232F97A69500E2ADE0 /* Secrets.xcconfig in Resources */,
17591763
);
17601764
runOnlyForDeploymentPostprocessing = 0;
17611765
};
@@ -1853,6 +1857,7 @@
18531857
};
18541858
5AB9F3E22F7C1C13001F3337 /* Debug */ = {
18551859
isa = XCBuildConfiguration;
1860+
baseConfigurationReference = 5A72D6222F97A69500E2ADE0 /* Secrets.xcconfig */;
18561861
buildSettings = {
18571862
ALWAYS_SEARCH_USER_PATHS = NO;
18581863
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
@@ -2019,6 +2024,7 @@
20192024
};
20202025
5AB9F3E62F7C1C13001F3337 /* Release */ = {
20212026
isa = XCBuildConfiguration;
2027+
baseConfigurationReference = 5A72D6222F97A69500E2ADE0 /* Secrets.xcconfig */;
20222028
buildSettings = {
20232029
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
20242030
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;

0 commit comments

Comments
 (0)