提取baseurl配置

This commit is contained in:
2025-10-31 13:05:34 +08:00
parent 10dfe9b1d6
commit eb0d3aaa71
4 changed files with 40 additions and 6 deletions

View File

@@ -151,6 +151,7 @@
51FE7C4C42C2255B3C1C4128 /* Pods-keyBoard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-keyBoard.release.xcconfig"; path = "Target Support Files/Pods-keyBoard/Pods-keyBoard.release.xcconfig"; sourceTree = "<group>"; };
727EC7532EAF848B00B36487 /* keyBoard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = keyBoard.app; sourceTree = BUILT_PRODUCTS_DIR; };
967065BB5230E43F293B3AF9 /* Pods_keyBoard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_keyBoard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
04FC98012EB36AAB007BD342 /* KBConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBConfig.h; sourceTree = "<group>"; };
A1B2C3D22EB0A0A100000001 /* KBFunctionTagCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBFunctionTagCell.h; sourceTree = "<group>"; };
A1B2C3D32EB0A0A100000001 /* KBFunctionTagCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KBFunctionTagCell.m; sourceTree = "<group>"; };
A1B2C3E02EB0C0A100000001 /* KBNetworkManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBNetworkManager.h; sourceTree = "<group>"; };
@@ -182,6 +183,15 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
04FC98002EB36AAB007BD342 /* Shared */ = {
isa = PBXGroup;
children = (
04FC98012EB36AAB007BD342 /* KBConfig.h */,
);
path = Shared;
sourceTree = "<group>";
};
04C6EAB92EAF86530089C901 /* keyBoard */ = {
isa = PBXGroup;
children = (
@@ -545,6 +555,7 @@
children = (
04C6EAB92EAF86530089C901 /* keyBoard */,
04C6EAD72EAF870B0089C901 /* CustomKeyboard */,
04FC98002EB36AAB007BD342 /* Shared */,
727EC7542EAF848B00B36487 /* Products */,
2C53A0856097DCFBE7B55649 /* Pods */,
6E26572F95DCFDA6A6644133 /* Frameworks */,