559 lines
21 KiB
Plaintext
559 lines
21 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {};
|
|
objectVersion = 56;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
C70061E61A4A91DEE4DCD093 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2ADE595D33ADF5BA01B253B; };
|
|
264AF91CD3111E25300CB673 /* BuggerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7705247A59F50F6B6E6D286F; };
|
|
93E674C67BBD94AE8F60D9C2 /* AppConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE8899127BDCD00F1D39E8FD; };
|
|
934A2D27BD52EA7EA9138148 /* Bug.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4DE27079694EBA15A0DFAAB; };
|
|
40F0A29391DC7C7D5BD3AC86 /* BugChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE785F676266AFB5EA636597; };
|
|
8AF76AF5588E865614CBEB3F /* BugPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADA8A640EF741D9404316C39; };
|
|
6E97B8FF66F15C45F5BBCDC3 /* BugStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649CAAB9009813D6C1FD07E3; };
|
|
7E7A04B78BD2D7DA8B923E89 /* AppStateService.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3148982E653318C7E3CD13F; };
|
|
1EE9930CFF29314317C80B41 /* FeishuAuthService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 264DA84D71E29D64DEC1B038; };
|
|
EA309C97F6828294AE038EE0 /* FeishuError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38A9F363FE066CAE6226A050; };
|
|
A53C0F63FE7B64140EE84896 /* FeishuModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973BF857A0044A0262A1F56F; };
|
|
32E0CB6A605B7E033826F85C /* FeishuService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66321820D32BCC5D05265115; };
|
|
7B0310CEB785902145E910CE /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = C98E94F5A859B0EEC7326C60; };
|
|
64973B14EC100A258F5D5DF1 /* PollerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2692AA96D65949109FEC0E; };
|
|
DB560F1DC0B066BE60979A42 /* TokenManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9677914DC46FD106A90CA724; };
|
|
570EEFE5A198913D1E28D539 /* Color+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 968D99A1DA7131447D075F27; };
|
|
523A4BEC8BE348013BA23CCB /* DateFormatter+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BE6905A92E43B24E24CDE29; };
|
|
6FBC99D9861B64AF3C21FFC2 /* KeychainHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 527F9B3FF513B72F175A8429; };
|
|
690FBDF23267CDB564AA9014 /* URL+Feishu.swift in Sources */ = {isa = PBXBuildFile; fileRef = E390AA6A998B6C83BD779018; };
|
|
50C462B4A25F77CD93FFBB49 /* BugStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C251D0198118D6B5D4B7C69; };
|
|
BD6E0970804F37FAA7DBB468 /* FloatingWidgetWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DC24ADCEDA5C16DFF9FA6EA; };
|
|
5AEABE301EC2352533870063 /* BugListPopover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17D10F852D16E2F4FC269FD2; };
|
|
E4911DC6264A1006B7FDCF30 /* BugRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3F3DB4764E379E663475EBD; };
|
|
EA6166A18AD94D499E170D07 /* OAuthSetupView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E29172EAB6F6B4526BDA23C2; };
|
|
6B62FD564DD3D1A983DFB3EB /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F9AD7665552E1BC2E76337C; };
|
|
2D2411A895B80B698B8E2A82 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A93EEBDA5A740C84995D959; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
EF0182DF85A7CD0319333F24 /* Bugger.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Bugger.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
B2ADE595D33ADF5BA01B253B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
7705247A59F50F6B6E6D286F /* BuggerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuggerApp.swift; sourceTree = "<group>"; };
|
|
AE8899127BDCD00F1D39E8FD /* AppConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppConfig.swift; sourceTree = "<group>"; };
|
|
C4DE27079694EBA15A0DFAAB /* Bug.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bug.swift; sourceTree = "<group>"; };
|
|
FE785F676266AFB5EA636597 /* BugChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BugChange.swift; sourceTree = "<group>"; };
|
|
ADA8A640EF741D9404316C39 /* BugPriority.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BugPriority.swift; sourceTree = "<group>"; };
|
|
649CAAB9009813D6C1FD07E3 /* BugStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BugStatus.swift; sourceTree = "<group>"; };
|
|
E3148982E653318C7E3CD13F /* AppStateService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppStateService.swift; sourceTree = "<group>"; };
|
|
264DA84D71E29D64DEC1B038 /* FeishuAuthService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeishuAuthService.swift; sourceTree = "<group>"; };
|
|
38A9F363FE066CAE6226A050 /* FeishuError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeishuError.swift; sourceTree = "<group>"; };
|
|
973BF857A0044A0262A1F56F /* FeishuModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeishuModels.swift; sourceTree = "<group>"; };
|
|
66321820D32BCC5D05265115 /* FeishuService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeishuService.swift; sourceTree = "<group>"; };
|
|
C98E94F5A859B0EEC7326C60 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
|
|
BD2692AA96D65949109FEC0E /* PollerService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollerService.swift; sourceTree = "<group>"; };
|
|
9677914DC46FD106A90CA724 /* TokenManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenManager.swift; sourceTree = "<group>"; };
|
|
968D99A1DA7131447D075F27 /* Color+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color+Extensions.swift; sourceTree = "<group>"; };
|
|
0BE6905A92E43B24E24CDE29 /* DateFormatter+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateFormatter+Extensions.swift; sourceTree = "<group>"; };
|
|
527F9B3FF513B72F175A8429 /* KeychainHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainHelper.swift; sourceTree = "<group>"; };
|
|
E390AA6A998B6C83BD779018 /* URL+Feishu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URL+Feishu.swift; sourceTree = "<group>"; };
|
|
6C251D0198118D6B5D4B7C69 /* BugStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BugStore.swift; sourceTree = "<group>"; };
|
|
5DC24ADCEDA5C16DFF9FA6EA /* FloatingWidgetWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingWidgetWindow.swift; sourceTree = "<group>"; };
|
|
17D10F852D16E2F4FC269FD2 /* BugListPopover.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BugListPopover.swift; sourceTree = "<group>"; };
|
|
C3F3DB4764E379E663475EBD /* BugRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BugRow.swift; sourceTree = "<group>"; };
|
|
E29172EAB6F6B4526BDA23C2 /* OAuthSetupView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuthSetupView.swift; sourceTree = "<group>"; };
|
|
9F9AD7665552E1BC2E76337C /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
|
6A93EEBDA5A740C84995D959 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
2EB7B1BD755DF7F2FB5F8392 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
86B3BC083DF59791BE56CFAE /* Bugger.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Bugger.entitlements; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
DE1439ACCFCEB73E6F9981A5 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
15D1373CDE06DCCF0DEC22FE = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
|
|
);
|
|
path = .claude;
|
|
sourceTree = "<group>";
|
|
};
|
|
B75E6ED1F517C8DE98A7DAEA = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
|
|
);
|
|
path = Bugger.xcodeproj;
|
|
sourceTree = "<group>";
|
|
};
|
|
7C0FCEE666858DE48E2D02AD = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
|
|
);
|
|
path = AppIcon.appiconset;
|
|
sourceTree = "<group>";
|
|
};
|
|
FB79BDD8FFC3CC36C25BA315 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
7C0FCEE666858DE48E2D02AD,
|
|
);
|
|
path = Assets.xcassets;
|
|
sourceTree = "<group>";
|
|
};
|
|
7C4EE8955498EEF65ED6C84A = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6A93EEBDA5A740C84995D959,
|
|
2EB7B1BD755DF7F2FB5F8392,
|
|
86B3BC083DF59791BE56CFAE,
|
|
);
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
B805360275E47AAD7192E4AE = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AE8899127BDCD00F1D39E8FD,
|
|
C4DE27079694EBA15A0DFAAB,
|
|
FE785F676266AFB5EA636597,
|
|
ADA8A640EF741D9404316C39,
|
|
649CAAB9009813D6C1FD07E3,
|
|
);
|
|
path = Models;
|
|
sourceTree = "<group>";
|
|
};
|
|
0B0ED8A1BE17CC4C0B3A787B = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
264DA84D71E29D64DEC1B038,
|
|
38A9F363FE066CAE6226A050,
|
|
973BF857A0044A0262A1F56F,
|
|
66321820D32BCC5D05265115,
|
|
);
|
|
path = Feishu;
|
|
sourceTree = "<group>";
|
|
};
|
|
EF310F3F9A8796C845F345F5 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E3148982E653318C7E3CD13F,
|
|
0B0ED8A1BE17CC4C0B3A787B,
|
|
C98E94F5A859B0EEC7326C60,
|
|
BD2692AA96D65949109FEC0E,
|
|
9677914DC46FD106A90CA724,
|
|
);
|
|
path = Services;
|
|
sourceTree = "<group>";
|
|
};
|
|
B38F908829C30D6B6F967EEA = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
968D99A1DA7131447D075F27,
|
|
0BE6905A92E43B24E24CDE29,
|
|
527F9B3FF513B72F175A8429,
|
|
E390AA6A998B6C83BD779018,
|
|
);
|
|
path = Utils;
|
|
sourceTree = "<group>";
|
|
};
|
|
56714C7161F5C8195EA19816 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6C251D0198118D6B5D4B7C69,
|
|
);
|
|
path = ViewModels;
|
|
sourceTree = "<group>";
|
|
};
|
|
82B5ED67A4830EDA75C6CDE1 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5DC24ADCEDA5C16DFF9FA6EA,
|
|
);
|
|
path = FloatingWidget;
|
|
sourceTree = "<group>";
|
|
};
|
|
24C578F83DCF9CEAFCAF2E73 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
17D10F852D16E2F4FC269FD2,
|
|
C3F3DB4764E379E663475EBD,
|
|
);
|
|
path = MenuBar;
|
|
sourceTree = "<group>";
|
|
};
|
|
0308B80FA0CF6FBE7D8C7EB3 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E29172EAB6F6B4526BDA23C2,
|
|
);
|
|
path = OAuth;
|
|
sourceTree = "<group>";
|
|
};
|
|
3053DFBFF1BD7F53471B36BB = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9F9AD7665552E1BC2E76337C,
|
|
);
|
|
path = Settings;
|
|
sourceTree = "<group>";
|
|
};
|
|
F4ED3EC6534567974F720F99 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
82B5ED67A4830EDA75C6CDE1,
|
|
24C578F83DCF9CEAFCAF2E73,
|
|
0308B80FA0CF6FBE7D8C7EB3,
|
|
3053DFBFF1BD7F53471B36BB,
|
|
);
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
};
|
|
EE6F40F7464432A6C2A761DA = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B2ADE595D33ADF5BA01B253B,
|
|
7705247A59F50F6B6E6D286F,
|
|
B805360275E47AAD7192E4AE,
|
|
EF310F3F9A8796C845F345F5,
|
|
B38F908829C30D6B6F967EEA,
|
|
56714C7161F5C8195EA19816,
|
|
F4ED3EC6534567974F720F99,
|
|
);
|
|
path = Sources;
|
|
sourceTree = "<group>";
|
|
};
|
|
A250A7E9920D61D34E4FC076 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
|
|
);
|
|
path = docs;
|
|
sourceTree = "<group>";
|
|
};
|
|
B3C3812FB431C8E80348A58A = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
|
|
);
|
|
path = scripts;
|
|
sourceTree = "<group>";
|
|
};
|
|
8C4FDD7B635240BD562EBB49 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
287BE755981C092238309A9A,
|
|
8AD6A16612A2DB7B2F899787,
|
|
B23D89B2D2DF3745A003AEB1,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
B805360275E47AAD7192E4AE = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AE8899127BDCD00F1D39E8FD,
|
|
C4DE27079694EBA15A0DFAAB,
|
|
FE785F676266AFB5EA636597,
|
|
ADA8A640EF741D9404316C39,
|
|
649CAAB9009813D6C1FD07E3,
|
|
);
|
|
path = Models;
|
|
sourceTree = "<group>";
|
|
};
|
|
0B0ED8A1BE17CC4C0B3A787B = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
264DA84D71E29D64DEC1B038,
|
|
38A9F363FE066CAE6226A050,
|
|
973BF857A0044A0262A1F56F,
|
|
66321820D32BCC5D05265115,
|
|
);
|
|
path = Feishu;
|
|
sourceTree = "<group>";
|
|
};
|
|
EF310F3F9A8796C845F345F5 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E3148982E653318C7E3CD13F,
|
|
0B0ED8A1BE17CC4C0B3A787B,
|
|
C98E94F5A859B0EEC7326C60,
|
|
BD2692AA96D65949109FEC0E,
|
|
9677914DC46FD106A90CA724,
|
|
);
|
|
path = Services;
|
|
sourceTree = "<group>";
|
|
};
|
|
B38F908829C30D6B6F967EEA = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
968D99A1DA7131447D075F27,
|
|
0BE6905A92E43B24E24CDE29,
|
|
527F9B3FF513B72F175A8429,
|
|
E390AA6A998B6C83BD779018,
|
|
);
|
|
path = Utils;
|
|
sourceTree = "<group>";
|
|
};
|
|
56714C7161F5C8195EA19816 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6C251D0198118D6B5D4B7C69,
|
|
);
|
|
path = ViewModels;
|
|
sourceTree = "<group>";
|
|
};
|
|
82B5ED67A4830EDA75C6CDE1 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5DC24ADCEDA5C16DFF9FA6EA,
|
|
);
|
|
path = FloatingWidget;
|
|
sourceTree = "<group>";
|
|
};
|
|
24C578F83DCF9CEAFCAF2E73 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
17D10F852D16E2F4FC269FD2,
|
|
C3F3DB4764E379E663475EBD,
|
|
);
|
|
path = MenuBar;
|
|
sourceTree = "<group>";
|
|
};
|
|
0308B80FA0CF6FBE7D8C7EB3 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E29172EAB6F6B4526BDA23C2,
|
|
);
|
|
path = OAuth;
|
|
sourceTree = "<group>";
|
|
};
|
|
3053DFBFF1BD7F53471B36BB = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9F9AD7665552E1BC2E76337C,
|
|
);
|
|
path = Settings;
|
|
sourceTree = "<group>";
|
|
};
|
|
F4ED3EC6534567974F720F99 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
82B5ED67A4830EDA75C6CDE1,
|
|
24C578F83DCF9CEAFCAF2E73,
|
|
0308B80FA0CF6FBE7D8C7EB3,
|
|
3053DFBFF1BD7F53471B36BB,
|
|
);
|
|
path = Views;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
42AEFBAE01D2DFD981F7DA7D /* Bugger */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 74C875FD1C5C02E06FAC0545 /* Build configuration list for PBXNativeTarget "Bugger" */;
|
|
buildPhases = (
|
|
3B7DFB0747829707F437ED7F /* Sources */,
|
|
DE1439ACCFCEB73E6F9981A5 /* Frameworks */,
|
|
3519654520012F56AC9A0E86 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Bugger;
|
|
productName = Bugger;
|
|
productReference = EF0182DF85A7CD0319333F24 /* Bugger.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
46F86FAA6BBF9AC94A7E4595 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1500;
|
|
LastUpgradeCheck = 1500;
|
|
TargetAttributes = {
|
|
42AEFBAE01D2DFD981F7DA7D = {
|
|
CreatedOnToolsVersion = 15.0;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = DD445E777372328CDC08F332 /* Build configuration list for PBXProject "Bugger" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 8C4FDD7B635240BD562EBB49;
|
|
productRefGroup = B23D89B2D2DF3745A003AEB1 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
42AEFBAE01D2DFD981F7DA7D /* Bugger */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
3519654520012F56AC9A0E86 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
2D2411A895B80B698B8E2A82 /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
3B7DFB0747829707F437ED7F /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C70061E61A4A91DEE4DCD093 /* AppDelegate.swift in Sources */,
|
|
264AF91CD3111E25300CB673 /* BuggerApp.swift in Sources */,
|
|
93E674C67BBD94AE8F60D9C2 /* AppConfig.swift in Sources */,
|
|
934A2D27BD52EA7EA9138148 /* Bug.swift in Sources */,
|
|
40F0A29391DC7C7D5BD3AC86 /* BugChange.swift in Sources */,
|
|
8AF76AF5588E865614CBEB3F /* BugPriority.swift in Sources */,
|
|
6E97B8FF66F15C45F5BBCDC3 /* BugStatus.swift in Sources */,
|
|
7E7A04B78BD2D7DA8B923E89 /* AppStateService.swift in Sources */,
|
|
1EE9930CFF29314317C80B41 /* FeishuAuthService.swift in Sources */,
|
|
EA309C97F6828294AE038EE0 /* FeishuError.swift in Sources */,
|
|
A53C0F63FE7B64140EE84896 /* FeishuModels.swift in Sources */,
|
|
32E0CB6A605B7E033826F85C /* FeishuService.swift in Sources */,
|
|
7B0310CEB785902145E910CE /* NotificationService.swift in Sources */,
|
|
64973B14EC100A258F5D5DF1 /* PollerService.swift in Sources */,
|
|
DB560F1DC0B066BE60979A42 /* TokenManager.swift in Sources */,
|
|
570EEFE5A198913D1E28D539 /* Color+Extensions.swift in Sources */,
|
|
523A4BEC8BE348013BA23CCB /* DateFormatter+Extensions.swift in Sources */,
|
|
6FBC99D9861B64AF3C21FFC2 /* KeychainHelper.swift in Sources */,
|
|
690FBDF23267CDB564AA9014 /* URL+Feishu.swift in Sources */,
|
|
50C462B4A25F77CD93FFBB49 /* BugStore.swift in Sources */,
|
|
BD6E0970804F37FAA7DBB468 /* FloatingWidgetWindow.swift in Sources */,
|
|
5AEABE301EC2352533870063 /* BugListPopover.swift in Sources */,
|
|
E4911DC6264A1006B7FDCF30 /* BugRow.swift in Sources */,
|
|
EA6166A18AD94D499E170D07 /* OAuthSetupView.swift in Sources */,
|
|
6B62FD564DD3D1A983DFB3EB /* SettingsView.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
F76147CE86058CC1939088C9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = -Onone;
|
|
};
|
|
name = Debug;
|
|
};
|
|
97C89C522DCD700C1F32C445 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym;
|
|
SDKROOT = macosx;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
};
|
|
name = Release;
|
|
};
|
|
36F7B61E0BB35F5EE850C3BE /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = Resources/Bugger.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = ;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
FEISHU_APP_ID = ;
|
|
FEISHU_APP_SECRET = ;
|
|
FEISHU_BASE_DOMAIN = xorbitlab.feishu.cn;
|
|
GENERATE_INFOPLIST_FILE = NO;
|
|
INFOPLIST_FILE = Resources/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.xorbitlab.bugger;
|
|
PRODUCT_NAME = $(TARGET_NAME);
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C961A2B6F28F76EF702C6931 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_ENTITLEMENTS = Resources/Bugger.entitlements;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEVELOPMENT_TEAM = ;
|
|
ENABLE_HARDENED_RUNTIME = YES;
|
|
FEISHU_APP_ID = ;
|
|
FEISHU_APP_SECRET = ;
|
|
FEISHU_BASE_DOMAIN = xorbitlab.feishu.cn;
|
|
GENERATE_INFOPLIST_FILE = NO;
|
|
INFOPLIST_FILE = Resources/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks;
|
|
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
|
MARKETING_VERSION = 1.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.xorbitlab.bugger;
|
|
PRODUCT_NAME = $(TARGET_NAME);
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
DD445E777372328CDC08F332 /* Build configuration list for PBXProject "Bugger" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
F76147CE86058CC1939088C9 /* Debug */,
|
|
97C89C522DCD700C1F32C445 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
74C875FD1C5C02E06FAC0545 /* Build configuration list for PBXNativeTarget "Bugger" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
36F7B61E0BB35F5EE850C3BE /* Debug */,
|
|
C961A2B6F28F76EF702C6931 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 46F86FAA6BBF9AC94A7E4595 /* Project object */;
|
|
} |