Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
macOS: Implemented support for adding, editing and deleting a CalDAV account
[xestiacalendar/.git] / projects / osx / XestiaCalendar.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
9 /* Begin PBXBuildFile section */
10                 4A96DD751B93D5D400FAD2CA /* SecurityInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A96DD741B93D5D400FAD2CA /* SecurityInterface.framework */; };
11                 4A98DD431B7E57FC0002E872 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A98DD421B7E57FC0002E872 /* Security.framework */; };
12                 4ABACC9C1B20E968001368B0 /* wxcocoa.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 4ABACC971B20E968001368B0 /* wxcocoa.xcconfig */; };
13                 4ABACC9D1B20E968001368B0 /* wxdebug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 4ABACC981B20E968001368B0 /* wxdebug.xcconfig */; };
14                 4ABACC9E1B20E968001368B0 /* wxrelease.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 4ABACC991B20E968001368B0 /* wxrelease.xcconfig */; };
15                 4ABACC9F1B20E968001368B0 /* Info_cocoa.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4ABACC9A1B20E968001368B0 /* Info_cocoa.plist */; };
16                 4B03EDB11FE092D10041DE17 /* frmNewAccount.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B03EDB01FE092D00041DE17 /* frmNewAccount.mm */; };
17                 4B03EDB51FE094F50041DE17 /* frmActivityMgr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B03EDB41FE094F40041DE17 /* frmActivityMgr.cpp */; };
18                 4B03EDB61FE096690041DE17 /* CalDAV-XMLProcessing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B03EDA91FDDF1130041DE17 /* CalDAV-XMLProcessing.cpp */; };
19                 4B03EDB71FE0966C0041DE17 /* CalDAV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B03EDAA1FDDF1130041DE17 /* CalDAV.cpp */; };
20                 4B03EDB91FE096F40041DE17 /* frmMain-Setup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B03EDB81FE096F30041DE17 /* frmMain-Setup.cpp */; };
21                 4B4A35271F6B2AD400919765 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B4A35241F6B29EB00919765 /* Images.xcassets */; };
22                 4B4A352A1F6B2D7E00919765 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35291F6B2D7E00919765 /* main.cpp */; };
23                 4B4A35311F6B342B00919765 /* bitmapcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A352F1F6B342700919765 /* bitmapcode.cpp */; };
24                 4B4A354F1F6C67C100919765 /* defaults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A353A1F6C67C100919765 /* defaults.cpp */; };
25                 4B4A35501F6C67C100919765 /* dirs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A353C1F6C67C100919765 /* dirs.cpp */; };
26                 4B4A35511F6C67C100919765 /* file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A353F1F6C67C100919765 /* file.cpp */; };
27                 4B4A35521F6C67C100919765 /* monthviewgen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35411F6C67C100919765 /* monthviewgen.cpp */; };
28                 4B4A35531F6C67C100919765 /* preferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35431F6C67C100919765 /* preferences.cpp */; };
29                 4B4A35541F6C67C100919765 /* random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35451F6C67C100919765 /* random.cpp */; };
30                 4B4A35551F6C67C100919765 /* svrblist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35481F6C67C100919765 /* svrblist.cpp */; };
31                 4B4A35561F6C67C100919765 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A354A1F6C67C100919765 /* text.cpp */; };
32                 4B4A35571F6C67C100919765 /* uuid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A354D1F6C67C100919765 /* uuid.cpp */; };
33                 4B4A355C1F6C67DC00919765 /* frmAbout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A355A1F6C67DC00919765 /* frmAbout.cpp */; };
34                 4B4A35601F6C67EA00919765 /* frmUpdate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A355E1F6C67EA00919765 /* frmUpdate.cpp */; };
35                 4B4A35611F6C6AA600919765 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A98DD3A1B6ABEC80002E872 /* CoreFoundation.framework */; };
36                 4B4A35621F6C6AAC00919765 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A98DD3A1B6ABEC80002E872 /* CoreFoundation.framework */; };
37                 4B4A35671F6C74D600919765 /* frmMain-Window.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35641F6C74D600919765 /* frmMain-Window.cpp */; };
38                 4B4A35681F6C74D600919765 /* frmMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35651F6C74D600919765 /* frmMain.cpp */; };
39                 4B4A356C1F6C759100919765 /* frmEditAccount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A356A1F6C759100919765 /* frmEditAccount.cpp */; };
40                 4B4A35701F6C75A500919765 /* frmNewAccount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A356E1F6C75A500919765 /* frmNewAccount.cpp */; };
41                 4B4A35741F6C75CB00919765 /* frmCalendarEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35721F6C75CB00919765 /* frmCalendarEditor.cpp */; };
42                 4B4A35781F6C781600919765 /* frmEventEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35761F6C781600919765 /* frmEventEditor.cpp */; };
43                 4B4A357C1F6C78FF00919765 /* frmPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A357A1F6C78FF00919765 /* frmPreferences.cpp */; };
44                 4B4A35961F6C7C6500919765 /* XCCalendarCtrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A357E1F6C7C6500919765 /* XCCalendarCtrl.cpp */; };
45                 4B4A35971F6C7C6500919765 /* XCCalendarDay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35801F6C7C6500919765 /* XCCalendarDay.cpp */; };
46                 4B4A35981F6C7C6500919765 /* XCCalendarDayEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35821F6C7C6500919765 /* XCCalendarDayEntry.cpp */; };
47                 4B4A35991F6C7C6500919765 /* XCCalendarList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35841F6C7C6500919765 /* XCCalendarList.cpp */; };
48                 4B4A359A1F6C7C6500919765 /* XCCalendarListAccountCtrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35861F6C7C6500919765 /* XCCalendarListAccountCtrl.cpp */; };
49                 4B4A359B1F6C7C6500919765 /* XCCalendarListCalendarCtrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35881F6C7C6500919765 /* XCCalendarListCalendarCtrl.cpp */; };
50                 4B4A359C1F6C7C6500919765 /* XCCalendarManipulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A358A1F6C7C6500919765 /* XCCalendarManipulator.cpp */; };
51                 4B4A359D1F6C7C6500919765 /* XCCalendarMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A358C1F6C7C6500919765 /* XCCalendarMenu.cpp */; };
52                 4B4A359E1F6C7C6500919765 /* XCCalendarMonthSelect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A358E1F6C7C6500919765 /* XCCalendarMonthSelect.cpp */; };
53                 4B4A359F1F6C7C6500919765 /* XCCalendarMonthView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35901F6C7C6500919765 /* XCCalendarMonthView.cpp */; };
54                 4B4A35A01F6C7C6500919765 /* XCCalendarMonthViewDayTitle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35921F6C7C6500919765 /* XCCalendarMonthViewDayTitle.cpp */; };
55                 4B4A35A11F6C7C6500919765 /* XCEventMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35941F6C7C6500919765 /* XCEventMenu.cpp */; };
56                 4B4A35A61F6C94D600919765 /* CalendarList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35A41F6C94D600919765 /* CalendarList.cpp */; };
57                 4B4A35AB1F6C94EA00919765 /* CalendarObject-Save.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35A81F6C94EA00919765 /* CalendarObject-Save.cpp */; };
58                 4B4A35AC1F6C94EA00919765 /* CalendarObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35A91F6C94EA00919765 /* CalendarObject.cpp */; };
59                 4B4A35B11F6C950700919765 /* CalendarEvent-Save.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35AE1F6C950700919765 /* CalendarEvent-Save.cpp */; };
60                 4B4A35B21F6C950700919765 /* CalendarEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35AF1F6C950700919765 /* CalendarEvent.cpp */; };
61                 4B4A35B71F6D036300919765 /* CalendarDataStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35B51F6D036300919765 /* CalendarDataStorage.cpp */; };
62                 4B4A35BA1F6DF5B900919765 /* libsqlite3.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B4A35B81F6DF53900919765 /* libsqlite3.framework */; };
63                 4B4A35BB1F6DF5B900919765 /* libsqlite3.framework in Copy Files */ = {isa = PBXBuildFile; fileRef = 4B4A35B81F6DF53900919765 /* libsqlite3.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
64                 4B4A35BC1F6DF74700919765 /* libcurl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF08A4E1EF706C7004CDF65 /* libcurl.framework */; };
65                 4B4A35BD1F6DF91500919765 /* AppXestiaCalendar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35331F6BAB1700919765 /* AppXestiaCalendar.cpp */; };
66                 4B4A35BE1F6DF96300919765 /* libcurl.framework in Copy Files */ = {isa = PBXBuildFile; fileRef = 4BF08A4E1EF706C7004CDF65 /* libcurl.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
67                 4B4A35C21F6EFC6500919765 /* frmCalendarSelectMonth.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B4A35C01F6EFC6500919765 /* frmCalendarSelectMonth.cpp */; };
68                 4BF08A3D1EF6F9A0004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF08A3C1EF6F9A0004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib */; };
69                 4BF08A3E1EF6F9A0004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF08A3C1EF6F9A0004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib */; };
70                 4BF08A401EF6FB3C004CDF65 /* libxml2.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF08A3F1EF6FB3C004CDF65 /* libxml2.2.dylib */; };
71                 4BF08A411EF6FB3C004CDF65 /* libxml2.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF08A3F1EF6FB3C004CDF65 /* libxml2.2.dylib */; };
72                 4BF08A421EF6FB46004CDF65 /* libxml2.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4BF08A3F1EF6FB3C004CDF65 /* libxml2.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
73                 4BF08A461EF6FB5D004CDF65 /* libxml2.2.dylib in Copy Files */ = {isa = PBXBuildFile; fileRef = 4BF08A3F1EF6FB3C004CDF65 /* libxml2.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
74                 4BF08A471EF6FB64004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib in Copy Files */ = {isa = PBXBuildFile; fileRef = 4BF08A3C1EF6F9A0004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
75 /* End PBXBuildFile section */
77 /* Begin PBXContainerItemProxy section */
78                 4A6E60751CF3A99600C187DB /* PBXContainerItemProxy */ = {
79                         isa = PBXContainerItemProxy;
80                         containerPortal = 4ABACC611B20E7AE001368B0 /* Project object */;
81                         proxyType = 1;
82                         remoteGlobalIDString = 4A6DA3E11CAC0B3E00A15B3D;
83                         remoteInfo = bitmaphelper;
84                 };
85 /* End PBXContainerItemProxy section */
87 /* Begin PBXCopyFilesBuildPhase section */
88                 4A6DA3EE1CAC0FBD00A15B3D /* CopyFiles */ = {
89                         isa = PBXCopyFilesBuildPhase;
90                         buildActionMask = 2147483647;
91                         dstPath = "";
92                         dstSubfolderSpec = 10;
93                         files = (
94                                 4BF08A421EF6FB46004CDF65 /* libxml2.2.dylib in CopyFiles */,
95                         );
96                         runOnlyForDeploymentPostprocessing = 0;
97                 };
98                 4ABACCA91B20F672001368B0 /* Copy Files */ = {
99                         isa = PBXCopyFilesBuildPhase;
100                         buildActionMask = 2147483647;
101                         dstPath = "";
102                         dstSubfolderSpec = 10;
103                         files = (
104                                 4B4A35BB1F6DF5B900919765 /* libsqlite3.framework in Copy Files */,
105                                 4B4A35BE1F6DF96300919765 /* libcurl.framework in Copy Files */,
106                                 4BF08A471EF6FB64004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib in Copy Files */,
107                                 4BF08A461EF6FB5D004CDF65 /* libxml2.2.dylib in Copy Files */,
108                         );
109                         name = "Copy Files";
110                         runOnlyForDeploymentPostprocessing = 0;
111                 };
112 /* End PBXCopyFilesBuildPhase section */
114 /* Begin PBXFileReference section */
115                 4A6DA3E21CAC0B3E00A15B3D /* bitmaphelper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = bitmaphelper; sourceTree = BUILT_PRODUCTS_DIR; };
116                 4A96DD741B93D5D400FAD2CA /* SecurityInterface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityInterface.framework; path = System/Library/Frameworks/SecurityInterface.framework; sourceTree = SDKROOT; };
117                 4A98DD3A1B6ABEC80002E872 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
118                 4A98DD421B7E57FC0002E872 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
119                 4ABACC971B20E968001368B0 /* wxcocoa.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxcocoa.xcconfig; sourceTree = "<group>"; };
120                 4ABACC981B20E968001368B0 /* wxdebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxdebug.xcconfig; sourceTree = "<group>"; };
121                 4ABACC991B20E968001368B0 /* wxrelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxrelease.xcconfig; sourceTree = "<group>"; };
122                 4ABACC9A1B20E968001368B0 /* Info_cocoa.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info_cocoa.plist; sourceTree = "<group>"; };
123                 4ABACCA11B20ECA8001368B0 /* Xestia Calendar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Xestia Calendar.app"; sourceTree = BUILT_PRODUCTS_DIR; };
124                 4B03EDA81FDDF1130041DE17 /* CalDAV.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CalDAV.h; path = ../../source/objects/CalDAV/CalDAV.h; sourceTree = "<group>"; };
125                 4B03EDA91FDDF1130041DE17 /* CalDAV-XMLProcessing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "CalDAV-XMLProcessing.cpp"; path = "../../source/objects/CalDAV/CalDAV-XMLProcessing.cpp"; sourceTree = "<group>"; };
126                 4B03EDAA1FDDF1130041DE17 /* CalDAV.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CalDAV.cpp; path = ../../source/objects/CalDAV/CalDAV.cpp; sourceTree = "<group>"; };
127                 4B03EDB01FE092D00041DE17 /* frmNewAccount.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = frmNewAccount.mm; path = ../../source/forms/newaccount/frmNewAccount.mm; sourceTree = "<group>"; };
128                 4B03EDB31FE094F40041DE17 /* frmActivityMgr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmActivityMgr.h; path = ../../source/forms/actmgr/frmActivityMgr.h; sourceTree = "<group>"; };
129                 4B03EDB41FE094F40041DE17 /* frmActivityMgr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmActivityMgr.cpp; path = ../../source/forms/actmgr/frmActivityMgr.cpp; sourceTree = "<group>"; };
130                 4B03EDB81FE096F30041DE17 /* frmMain-Setup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "frmMain-Setup.cpp"; path = "../../source/forms/main/frmMain-Setup.cpp"; sourceTree = "<group>"; };
131                 4B4A35241F6B29EB00919765 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
132                 4B4A35291F6B2D7E00919765 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../../source/main.cpp; sourceTree = "<group>"; };
133                 4B4A352F1F6B342700919765 /* bitmapcode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bitmapcode.cpp; path = ../../source/tools/bitmapcode.cpp; sourceTree = "<group>"; };
134                 4B4A35331F6BAB1700919765 /* AppXestiaCalendar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AppXestiaCalendar.cpp; path = ../../source/AppXestiaCalendar.cpp; sourceTree = "<group>"; };
135                 4B4A35341F6BAB1700919765 /* AppXestiaCalendar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppXestiaCalendar.h; path = ../../source/AppXestiaCalendar.h; sourceTree = "<group>"; };
136                 4B4A35361F6C64C600919765 /* bitmaps.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bitmaps.h; path = ../../source/bitmaps.h; sourceTree = "<group>"; };
137                 4B4A35371F6C64CD00919765 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../../source/version.h; sourceTree = "<group>"; };
138                 4B4A35391F6C67C100919765 /* colour.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = colour.h; path = ../../source/common/colour.h; sourceTree = "<group>"; };
139                 4B4A353A1F6C67C100919765 /* defaults.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = defaults.cpp; path = ../../source/common/defaults.cpp; sourceTree = "<group>"; };
140                 4B4A353B1F6C67C100919765 /* defaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = defaults.h; path = ../../source/common/defaults.h; sourceTree = "<group>"; };
141                 4B4A353C1F6C67C100919765 /* dirs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dirs.cpp; path = ../../source/common/dirs.cpp; sourceTree = "<group>"; };
142                 4B4A353D1F6C67C100919765 /* dirs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dirs.h; path = ../../source/common/dirs.h; sourceTree = "<group>"; };
143                 4B4A353E1F6C67C100919765 /* events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = events.h; path = ../../source/common/events.h; sourceTree = "<group>"; };
144                 4B4A353F1F6C67C100919765 /* file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file.cpp; path = ../../source/common/file.cpp; sourceTree = "<group>"; };
145                 4B4A35401F6C67C100919765 /* file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = file.h; path = ../../source/common/file.h; sourceTree = "<group>"; };
146                 4B4A35411F6C67C100919765 /* monthviewgen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = monthviewgen.cpp; path = ../../source/common/monthviewgen.cpp; sourceTree = "<group>"; };
147                 4B4A35421F6C67C100919765 /* monthviewgen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = monthviewgen.h; path = ../../source/common/monthviewgen.h; sourceTree = "<group>"; };
148                 4B4A35431F6C67C100919765 /* preferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = preferences.cpp; path = ../../source/common/preferences.cpp; sourceTree = "<group>"; };
149                 4B4A35441F6C67C100919765 /* preferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = preferences.h; path = ../../source/common/preferences.h; sourceTree = "<group>"; };
150                 4B4A35451F6C67C100919765 /* random.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = random.cpp; path = ../../source/common/random.cpp; sourceTree = "<group>"; };
151                 4B4A35461F6C67C100919765 /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = random.h; path = ../../source/common/random.h; sourceTree = "<group>"; };
152                 4B4A35471F6C67C100919765 /* structs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structs.h; path = ../../source/common/structs.h; sourceTree = "<group>"; };
153                 4B4A35481F6C67C100919765 /* svrblist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svrblist.cpp; path = ../../source/common/svrblist.cpp; sourceTree = "<group>"; };
154                 4B4A35491F6C67C100919765 /* svrblist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = svrblist.h; path = ../../source/common/svrblist.h; sourceTree = "<group>"; };
155                 4B4A354A1F6C67C100919765 /* text.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = text.cpp; path = ../../source/common/text.cpp; sourceTree = "<group>"; };
156                 4B4A354B1F6C67C100919765 /* text.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = text.h; path = ../../source/common/text.h; sourceTree = "<group>"; };
157                 4B4A354C1F6C67C100919765 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../../source/common/types.h; sourceTree = "<group>"; };
158                 4B4A354D1F6C67C100919765 /* uuid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = uuid.cpp; path = ../../source/common/uuid.cpp; sourceTree = "<group>"; };
159                 4B4A354E1F6C67C100919765 /* uuid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uuid.h; path = ../../source/common/uuid.h; sourceTree = "<group>"; };
160                 4B4A355A1F6C67DC00919765 /* frmAbout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmAbout.cpp; path = ../../source/forms/about/frmAbout.cpp; sourceTree = "<group>"; };
161                 4B4A355B1F6C67DC00919765 /* frmAbout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmAbout.h; path = ../../source/forms/about/frmAbout.h; sourceTree = "<group>"; };
162                 4B4A355E1F6C67EA00919765 /* frmUpdate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmUpdate.cpp; path = ../../source/forms/update/frmUpdate.cpp; sourceTree = "<group>"; };
163                 4B4A355F1F6C67EA00919765 /* frmUpdate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmUpdate.h; path = ../../source/forms/update/frmUpdate.h; sourceTree = "<group>"; };
164                 4B4A35641F6C74D600919765 /* frmMain-Window.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "frmMain-Window.cpp"; path = "../../source/forms/main/frmMain-Window.cpp"; sourceTree = "<group>"; };
165                 4B4A35651F6C74D600919765 /* frmMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmMain.cpp; path = ../../source/forms/main/frmMain.cpp; sourceTree = "<group>"; };
166                 4B4A35661F6C74D600919765 /* frmMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmMain.h; path = ../../source/forms/main/frmMain.h; sourceTree = "<group>"; };
167                 4B4A356A1F6C759100919765 /* frmEditAccount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmEditAccount.cpp; path = ../../source/forms/editaccount/frmEditAccount.cpp; sourceTree = "<group>"; };
168                 4B4A356B1F6C759100919765 /* frmEditAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmEditAccount.h; path = ../../source/forms/editaccount/frmEditAccount.h; sourceTree = "<group>"; };
169                 4B4A356E1F6C75A500919765 /* frmNewAccount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmNewAccount.cpp; path = ../../source/forms/newaccount/frmNewAccount.cpp; sourceTree = "<group>"; };
170                 4B4A356F1F6C75A500919765 /* frmNewAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmNewAccount.h; path = ../../source/forms/newaccount/frmNewAccount.h; sourceTree = "<group>"; };
171                 4B4A35721F6C75CB00919765 /* frmCalendarEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmCalendarEditor.cpp; path = ../../source/forms/calendareditor/frmCalendarEditor.cpp; sourceTree = "<group>"; };
172                 4B4A35731F6C75CB00919765 /* frmCalendarEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmCalendarEditor.h; path = ../../source/forms/calendareditor/frmCalendarEditor.h; sourceTree = "<group>"; };
173                 4B4A35761F6C781600919765 /* frmEventEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmEventEditor.cpp; path = ../../source/forms/eventeditor/frmEventEditor.cpp; sourceTree = "<group>"; };
174                 4B4A35771F6C781600919765 /* frmEventEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmEventEditor.h; path = ../../source/forms/eventeditor/frmEventEditor.h; sourceTree = "<group>"; };
175                 4B4A357A1F6C78FF00919765 /* frmPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmPreferences.cpp; path = ../../source/forms/preferences/frmPreferences.cpp; sourceTree = "<group>"; };
176                 4B4A357B1F6C78FF00919765 /* frmPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmPreferences.h; path = ../../source/forms/preferences/frmPreferences.h; sourceTree = "<group>"; };
177                 4B4A357E1F6C7C6500919765 /* XCCalendarCtrl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarCtrl.cpp; path = ../../source/widgets/XCCalendarCtrl.cpp; sourceTree = "<group>"; };
178                 4B4A357F1F6C7C6500919765 /* XCCalendarCtrl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarCtrl.h; path = ../../source/widgets/XCCalendarCtrl.h; sourceTree = "<group>"; };
179                 4B4A35801F6C7C6500919765 /* XCCalendarDay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarDay.cpp; path = ../../source/widgets/XCCalendarDay.cpp; sourceTree = "<group>"; };
180                 4B4A35811F6C7C6500919765 /* XCCalendarDay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarDay.h; path = ../../source/widgets/XCCalendarDay.h; sourceTree = "<group>"; };
181                 4B4A35821F6C7C6500919765 /* XCCalendarDayEntry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarDayEntry.cpp; path = ../../source/widgets/XCCalendarDayEntry.cpp; sourceTree = "<group>"; };
182                 4B4A35831F6C7C6500919765 /* XCCalendarDayEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarDayEntry.h; path = ../../source/widgets/XCCalendarDayEntry.h; sourceTree = "<group>"; };
183                 4B4A35841F6C7C6500919765 /* XCCalendarList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarList.cpp; path = ../../source/widgets/XCCalendarList.cpp; sourceTree = "<group>"; };
184                 4B4A35851F6C7C6500919765 /* XCCalendarList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarList.h; path = ../../source/widgets/XCCalendarList.h; sourceTree = "<group>"; };
185                 4B4A35861F6C7C6500919765 /* XCCalendarListAccountCtrl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarListAccountCtrl.cpp; path = ../../source/widgets/XCCalendarListAccountCtrl.cpp; sourceTree = "<group>"; };
186                 4B4A35871F6C7C6500919765 /* XCCalendarListAccountCtrl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarListAccountCtrl.h; path = ../../source/widgets/XCCalendarListAccountCtrl.h; sourceTree = "<group>"; };
187                 4B4A35881F6C7C6500919765 /* XCCalendarListCalendarCtrl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarListCalendarCtrl.cpp; path = ../../source/widgets/XCCalendarListCalendarCtrl.cpp; sourceTree = "<group>"; };
188                 4B4A35891F6C7C6500919765 /* XCCalendarListCalendarCtrl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarListCalendarCtrl.h; path = ../../source/widgets/XCCalendarListCalendarCtrl.h; sourceTree = "<group>"; };
189                 4B4A358A1F6C7C6500919765 /* XCCalendarManipulator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarManipulator.cpp; path = ../../source/widgets/XCCalendarManipulator.cpp; sourceTree = "<group>"; };
190                 4B4A358B1F6C7C6500919765 /* XCCalendarManipulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarManipulator.h; path = ../../source/widgets/XCCalendarManipulator.h; sourceTree = "<group>"; };
191                 4B4A358C1F6C7C6500919765 /* XCCalendarMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarMenu.cpp; path = ../../source/widgets/XCCalendarMenu.cpp; sourceTree = "<group>"; };
192                 4B4A358D1F6C7C6500919765 /* XCCalendarMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarMenu.h; path = ../../source/widgets/XCCalendarMenu.h; sourceTree = "<group>"; };
193                 4B4A358E1F6C7C6500919765 /* XCCalendarMonthSelect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarMonthSelect.cpp; path = ../../source/widgets/XCCalendarMonthSelect.cpp; sourceTree = "<group>"; };
194                 4B4A358F1F6C7C6500919765 /* XCCalendarMonthSelect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarMonthSelect.h; path = ../../source/widgets/XCCalendarMonthSelect.h; sourceTree = "<group>"; };
195                 4B4A35901F6C7C6500919765 /* XCCalendarMonthView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarMonthView.cpp; path = ../../source/widgets/XCCalendarMonthView.cpp; sourceTree = "<group>"; };
196                 4B4A35911F6C7C6500919765 /* XCCalendarMonthView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarMonthView.h; path = ../../source/widgets/XCCalendarMonthView.h; sourceTree = "<group>"; };
197                 4B4A35921F6C7C6500919765 /* XCCalendarMonthViewDayTitle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCCalendarMonthViewDayTitle.cpp; path = ../../source/widgets/XCCalendarMonthViewDayTitle.cpp; sourceTree = "<group>"; };
198                 4B4A35931F6C7C6500919765 /* XCCalendarMonthViewDayTitle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCCalendarMonthViewDayTitle.h; path = ../../source/widgets/XCCalendarMonthViewDayTitle.h; sourceTree = "<group>"; };
199                 4B4A35941F6C7C6500919765 /* XCEventMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XCEventMenu.cpp; path = ../../source/widgets/XCEventMenu.cpp; sourceTree = "<group>"; };
200                 4B4A35951F6C7C6500919765 /* XCEventMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XCEventMenu.h; path = ../../source/widgets/XCEventMenu.h; sourceTree = "<group>"; };
201                 4B4A35A41F6C94D600919765 /* CalendarList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CalendarList.cpp; path = ../../source/objects/calendarlist/CalendarList.cpp; sourceTree = "<group>"; };
202                 4B4A35A51F6C94D600919765 /* CalendarList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CalendarList.h; path = ../../source/objects/calendarlist/CalendarList.h; sourceTree = "<group>"; };
203                 4B4A35A81F6C94EA00919765 /* CalendarObject-Save.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "CalendarObject-Save.cpp"; path = "../../source/objects/calendarobject/CalendarObject-Save.cpp"; sourceTree = "<group>"; };
204                 4B4A35A91F6C94EA00919765 /* CalendarObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CalendarObject.cpp; path = ../../source/objects/calendarobject/CalendarObject.cpp; sourceTree = "<group>"; };
205                 4B4A35AA1F6C94EA00919765 /* CalendarObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CalendarObject.h; path = ../../source/objects/calendarobject/CalendarObject.h; sourceTree = "<group>"; };
206                 4B4A35AE1F6C950700919765 /* CalendarEvent-Save.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "CalendarEvent-Save.cpp"; path = "../../source/objects/calendarevent/CalendarEvent-Save.cpp"; sourceTree = "<group>"; };
207                 4B4A35AF1F6C950700919765 /* CalendarEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CalendarEvent.cpp; path = ../../source/objects/calendarevent/CalendarEvent.cpp; sourceTree = "<group>"; };
208                 4B4A35B01F6C950700919765 /* CalendarEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CalendarEvent.h; path = ../../source/objects/calendarevent/CalendarEvent.h; sourceTree = "<group>"; };
209                 4B4A35B51F6D036300919765 /* CalendarDataStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CalendarDataStorage.cpp; path = ../../source/libraries/CalendarDataStorage/CalendarDataStorage.cpp; sourceTree = "<group>"; };
210                 4B4A35B61F6D036300919765 /* CalendarDataStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CalendarDataStorage.h; path = ../../source/libraries/CalendarDataStorage/CalendarDataStorage.h; sourceTree = "<group>"; };
211                 4B4A35B81F6DF53900919765 /* libsqlite3.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libsqlite3.framework; path = "../../../../Build/sqlite-3.20.1/libsqlite3.framework"; sourceTree = "<group>"; };
212                 4B4A35C01F6EFC6500919765 /* frmCalendarSelectMonth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = frmCalendarSelectMonth.cpp; path = ../../source/forms/calendarselectmonth/frmCalendarSelectMonth.cpp; sourceTree = "<group>"; };
213                 4B4A35C11F6EFC6500919765 /* frmCalendarSelectMonth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = frmCalendarSelectMonth.h; path = ../../source/forms/calendarselectmonth/frmCalendarSelectMonth.h; sourceTree = "<group>"; };
214                 4BF08A3C1EF6F9A0004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libwx_osx_cocoau-3.0.0.3.0.dylib"; path = "../../../../Build/wxWidgets-3.0.3/lib/libwx_osx_cocoau-3.0.0.3.0.dylib"; sourceTree = "<group>"; };
215                 4BF08A3F1EF6FB3C004CDF65 /* libxml2.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.2.dylib; path = ../../../../Libraries/libxml2.2.dylib; sourceTree = "<group>"; };
216                 4BF08A4E1EF706C7004CDF65 /* libcurl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libcurl.framework; path = "../../../../Build/curl-7.53.1/libcurl.framework"; sourceTree = "<group>"; };
217 /* End PBXFileReference section */
219 /* Begin PBXFrameworksBuildPhase section */
220                 4A6DA3DF1CAC0B3E00A15B3D /* Frameworks */ = {
221                         isa = PBXFrameworksBuildPhase;
222                         buildActionMask = 2147483647;
223                         files = (
224                                 4BF08A3D1EF6F9A0004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib in Frameworks */,
225                                 4BF08A401EF6FB3C004CDF65 /* libxml2.2.dylib in Frameworks */,
226                                 4B4A35621F6C6AAC00919765 /* CoreFoundation.framework in Frameworks */,
227                         );
228                         runOnlyForDeploymentPostprocessing = 0;
229                 };
230                 4ABACC661B20E7AE001368B0 /* Frameworks */ = {
231                         isa = PBXFrameworksBuildPhase;
232                         buildActionMask = 2147483647;
233                         files = (
234                                 4A96DD751B93D5D400FAD2CA /* SecurityInterface.framework in Frameworks */,
235                                 4BF08A411EF6FB3C004CDF65 /* libxml2.2.dylib in Frameworks */,
236                                 4BF08A3E1EF6F9A0004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib in Frameworks */,
237                                 4B4A35BC1F6DF74700919765 /* libcurl.framework in Frameworks */,
238                                 4B4A35BA1F6DF5B900919765 /* libsqlite3.framework in Frameworks */,
239                                 4A98DD431B7E57FC0002E872 /* Security.framework in Frameworks */,
240                                 4B4A35611F6C6AA600919765 /* CoreFoundation.framework in Frameworks */,
241                         );
242                         runOnlyForDeploymentPostprocessing = 0;
243                 };
244 /* End PBXFrameworksBuildPhase section */
246 /* Begin PBXGroup section */
247                 4A6DA3F21CB04F9400A15B3D /* Frameworks & Libraries */ = {
248                         isa = PBXGroup;
249                         children = (
250                                 4BF08A3F1EF6FB3C004CDF65 /* libxml2.2.dylib */,
251                                 4BF08A3C1EF6F9A0004CDF65 /* libwx_osx_cocoau-3.0.0.3.0.dylib */,
252                                 4B4A35B81F6DF53900919765 /* libsqlite3.framework */,
253                                 4BF08A4E1EF706C7004CDF65 /* libcurl.framework */,
254                                 4A96DD741B93D5D400FAD2CA /* SecurityInterface.framework */,
255                                 4A98DD421B7E57FC0002E872 /* Security.framework */,
256                                 4A98DD3A1B6ABEC80002E872 /* CoreFoundation.framework */,
257                         );
258                         name = "Frameworks & Libraries";
259                         sourceTree = "<group>";
260                 };
261                 4ABACC601B20E7AE001368B0 = {
262                         isa = PBXGroup;
263                         children = (
264                                 4A6DA3F21CB04F9400A15B3D /* Frameworks & Libraries */,
265                                 4B4A35241F6B29EB00919765 /* Images.xcassets */,
266                                 4ABACC971B20E968001368B0 /* wxcocoa.xcconfig */,
267                                 4ABACC981B20E968001368B0 /* wxdebug.xcconfig */,
268                                 4ABACC991B20E968001368B0 /* wxrelease.xcconfig */,
269                                 4ABACC9A1B20E968001368B0 /* Info_cocoa.plist */,
270                                 4B4A35281F6B2CB200919765 /* src */,
271                                 4ABACCA11B20ECA8001368B0 /* Xestia Calendar.app */,
272                                 4A6DA3E21CAC0B3E00A15B3D /* bitmaphelper */,
273                                 4B03EDAD1FDDF56F0041DE17 /* Frameworks */,
274                         );
275                         sourceTree = "<group>";
276                 };
277                 4B03EDA71FDDEF790041DE17 /* caldav */ = {
278                         isa = PBXGroup;
279                         children = (
280                                 4B03EDA91FDDF1130041DE17 /* CalDAV-XMLProcessing.cpp */,
281                                 4B03EDAA1FDDF1130041DE17 /* CalDAV.cpp */,
282                                 4B03EDA81FDDF1130041DE17 /* CalDAV.h */,
283                         );
284                         name = caldav;
285                         sourceTree = "<group>";
286                 };
287                 4B03EDAD1FDDF56F0041DE17 /* Frameworks */ = {
288                         isa = PBXGroup;
289                         children = (
290                         );
291                         name = Frameworks;
292                         sourceTree = "<group>";
293                 };
294                 4B03EDB21FE094DB0041DE17 /* actmgr */ = {
295                         isa = PBXGroup;
296                         children = (
297                                 4B03EDB41FE094F40041DE17 /* frmActivityMgr.cpp */,
298                                 4B03EDB31FE094F40041DE17 /* frmActivityMgr.h */,
299                         );
300                         name = actmgr;
301                         sourceTree = "<group>";
302                 };
303                 4B4A35281F6B2CB200919765 /* src */ = {
304                         isa = PBXGroup;
305                         children = (
306                                 4B4A35B31F6CFF9600919765 /* libraries */,
307                                 4B4A35A21F6C904700919765 /* objects */,
308                                 4B4A357D1F6C7B8700919765 /* widgets */,
309                                 4B4A35581F6C67C900919765 /* forms */,
310                                 4B4A35381F6C67B600919765 /* common */,
311                                 4B4A352E1F6B341100919765 /* bitmaphelper */,
312                                 4B4A35331F6BAB1700919765 /* AppXestiaCalendar.cpp */,
313                                 4B4A35341F6BAB1700919765 /* AppXestiaCalendar.h */,
314                                 4B4A35361F6C64C600919765 /* bitmaps.h */,
315                                 4B4A35371F6C64CD00919765 /* version.h */,
316                                 4B4A35291F6B2D7E00919765 /* main.cpp */,
317                         );
318                         name = src;
319                         sourceTree = "<group>";
320                 };
321                 4B4A352E1F6B341100919765 /* bitmaphelper */ = {
322                         isa = PBXGroup;
323                         children = (
324                                 4B4A352F1F6B342700919765 /* bitmapcode.cpp */,
325                         );
326                         name = bitmaphelper;
327                         sourceTree = "<group>";
328                 };
329                 4B4A35381F6C67B600919765 /* common */ = {
330                         isa = PBXGroup;
331                         children = (
332                                 4B4A35391F6C67C100919765 /* colour.h */,
333                                 4B4A353A1F6C67C100919765 /* defaults.cpp */,
334                                 4B4A353B1F6C67C100919765 /* defaults.h */,
335                                 4B4A353C1F6C67C100919765 /* dirs.cpp */,
336                                 4B4A353D1F6C67C100919765 /* dirs.h */,
337                                 4B4A353E1F6C67C100919765 /* events.h */,
338                                 4B4A353F1F6C67C100919765 /* file.cpp */,
339                                 4B4A35401F6C67C100919765 /* file.h */,
340                                 4B4A35411F6C67C100919765 /* monthviewgen.cpp */,
341                                 4B4A35421F6C67C100919765 /* monthviewgen.h */,
342                                 4B4A35431F6C67C100919765 /* preferences.cpp */,
343                                 4B4A35441F6C67C100919765 /* preferences.h */,
344                                 4B4A35451F6C67C100919765 /* random.cpp */,
345                                 4B4A35461F6C67C100919765 /* random.h */,
346                                 4B4A35471F6C67C100919765 /* structs.h */,
347                                 4B4A35481F6C67C100919765 /* svrblist.cpp */,
348                                 4B4A35491F6C67C100919765 /* svrblist.h */,
349                                 4B4A354A1F6C67C100919765 /* text.cpp */,
350                                 4B4A354B1F6C67C100919765 /* text.h */,
351                                 4B4A354C1F6C67C100919765 /* types.h */,
352                                 4B4A354D1F6C67C100919765 /* uuid.cpp */,
353                                 4B4A354E1F6C67C100919765 /* uuid.h */,
354                         );
355                         name = common;
356                         sourceTree = "<group>";
357                 };
358                 4B4A35581F6C67C900919765 /* forms */ = {
359                         isa = PBXGroup;
360                         children = (
361                                 4B03EDB21FE094DB0041DE17 /* actmgr */,
362                                 4B4A35BF1F6EFC2500919765 /* calendarselectmonth */,
363                                 4B4A35791F6C782D00919765 /* preferences */,
364                                 4B4A35751F6C76F000919765 /* eventeditor */,
365                                 4B4A35711F6C75B500919765 /* calendareditor */,
366                                 4B4A356D1F6C759700919765 /* newaccount */,
367                                 4B4A35691F6C758500919765 /* editaccount */,
368                                 4B4A35631F6C74CA00919765 /* main */,
369                                 4B4A355D1F6C67E100919765 /* update */,
370                                 4B4A35591F6C67D400919765 /* about */,
371                         );
372                         name = forms;
373                         sourceTree = "<group>";
374                 };
375                 4B4A35591F6C67D400919765 /* about */ = {
376                         isa = PBXGroup;
377                         children = (
378                                 4B4A355A1F6C67DC00919765 /* frmAbout.cpp */,
379                                 4B4A355B1F6C67DC00919765 /* frmAbout.h */,
380                         );
381                         name = about;
382                         sourceTree = "<group>";
383                 };
384                 4B4A355D1F6C67E100919765 /* update */ = {
385                         isa = PBXGroup;
386                         children = (
387                                 4B4A355E1F6C67EA00919765 /* frmUpdate.cpp */,
388                                 4B4A355F1F6C67EA00919765 /* frmUpdate.h */,
389                         );
390                         name = update;
391                         sourceTree = "<group>";
392                 };
393                 4B4A35631F6C74CA00919765 /* main */ = {
394                         isa = PBXGroup;
395                         children = (
396                                 4B4A35641F6C74D600919765 /* frmMain-Window.cpp */,
397                                 4B03EDB81FE096F30041DE17 /* frmMain-Setup.cpp */,
398                                 4B4A35651F6C74D600919765 /* frmMain.cpp */,
399                                 4B4A35661F6C74D600919765 /* frmMain.h */,
400                         );
401                         name = main;
402                         sourceTree = "<group>";
403                 };
404                 4B4A35691F6C758500919765 /* editaccount */ = {
405                         isa = PBXGroup;
406                         children = (
407                                 4B4A356A1F6C759100919765 /* frmEditAccount.cpp */,
408                                 4B4A356B1F6C759100919765 /* frmEditAccount.h */,
409                         );
410                         name = editaccount;
411                         sourceTree = "<group>";
412                 };
413                 4B4A356D1F6C759700919765 /* newaccount */ = {
414                         isa = PBXGroup;
415                         children = (
416                                 4B4A356E1F6C75A500919765 /* frmNewAccount.cpp */,
417                                 4B03EDB01FE092D00041DE17 /* frmNewAccount.mm */,
418                                 4B4A356F1F6C75A500919765 /* frmNewAccount.h */,
419                         );
420                         name = newaccount;
421                         sourceTree = "<group>";
422                 };
423                 4B4A35711F6C75B500919765 /* calendareditor */ = {
424                         isa = PBXGroup;
425                         children = (
426                                 4B4A35721F6C75CB00919765 /* frmCalendarEditor.cpp */,
427                                 4B4A35731F6C75CB00919765 /* frmCalendarEditor.h */,
428                         );
429                         name = calendareditor;
430                         sourceTree = "<group>";
431                 };
432                 4B4A35751F6C76F000919765 /* eventeditor */ = {
433                         isa = PBXGroup;
434                         children = (
435                                 4B4A35761F6C781600919765 /* frmEventEditor.cpp */,
436                                 4B4A35771F6C781600919765 /* frmEventEditor.h */,
437                         );
438                         name = eventeditor;
439                         sourceTree = "<group>";
440                 };
441                 4B4A35791F6C782D00919765 /* preferences */ = {
442                         isa = PBXGroup;
443                         children = (
444                                 4B4A357A1F6C78FF00919765 /* frmPreferences.cpp */,
445                                 4B4A357B1F6C78FF00919765 /* frmPreferences.h */,
446                         );
447                         name = preferences;
448                         sourceTree = "<group>";
449                 };
450                 4B4A357D1F6C7B8700919765 /* widgets */ = {
451                         isa = PBXGroup;
452                         children = (
453                                 4B4A357E1F6C7C6500919765 /* XCCalendarCtrl.cpp */,
454                                 4B4A357F1F6C7C6500919765 /* XCCalendarCtrl.h */,
455                                 4B4A35801F6C7C6500919765 /* XCCalendarDay.cpp */,
456                                 4B4A35811F6C7C6500919765 /* XCCalendarDay.h */,
457                                 4B4A35821F6C7C6500919765 /* XCCalendarDayEntry.cpp */,
458                                 4B4A35831F6C7C6500919765 /* XCCalendarDayEntry.h */,
459                                 4B4A35841F6C7C6500919765 /* XCCalendarList.cpp */,
460                                 4B4A35851F6C7C6500919765 /* XCCalendarList.h */,
461                                 4B4A35861F6C7C6500919765 /* XCCalendarListAccountCtrl.cpp */,
462                                 4B4A35871F6C7C6500919765 /* XCCalendarListAccountCtrl.h */,
463                                 4B4A35881F6C7C6500919765 /* XCCalendarListCalendarCtrl.cpp */,
464                                 4B4A35891F6C7C6500919765 /* XCCalendarListCalendarCtrl.h */,
465                                 4B4A358A1F6C7C6500919765 /* XCCalendarManipulator.cpp */,
466                                 4B4A358B1F6C7C6500919765 /* XCCalendarManipulator.h */,
467                                 4B4A358C1F6C7C6500919765 /* XCCalendarMenu.cpp */,
468                                 4B4A358D1F6C7C6500919765 /* XCCalendarMenu.h */,
469                                 4B4A358E1F6C7C6500919765 /* XCCalendarMonthSelect.cpp */,
470                                 4B4A358F1F6C7C6500919765 /* XCCalendarMonthSelect.h */,
471                                 4B4A35901F6C7C6500919765 /* XCCalendarMonthView.cpp */,
472                                 4B4A35911F6C7C6500919765 /* XCCalendarMonthView.h */,
473                                 4B4A35921F6C7C6500919765 /* XCCalendarMonthViewDayTitle.cpp */,
474                                 4B4A35931F6C7C6500919765 /* XCCalendarMonthViewDayTitle.h */,
475                                 4B4A35941F6C7C6500919765 /* XCEventMenu.cpp */,
476                                 4B4A35951F6C7C6500919765 /* XCEventMenu.h */,
477                         );
478                         name = widgets;
479                         sourceTree = "<group>";
480                 };
481                 4B4A35A21F6C904700919765 /* objects */ = {
482                         isa = PBXGroup;
483                         children = (
484                                 4B03EDA71FDDEF790041DE17 /* caldav */,
485                                 4B4A35AD1F6C94F600919765 /* calendarevent */,
486                                 4B4A35A71F6C94DF00919765 /* calendarobject */,
487                                 4B4A35A31F6C922700919765 /* calendarlist */,
488                         );
489                         name = objects;
490                         sourceTree = "<group>";
491                 };
492                 4B4A35A31F6C922700919765 /* calendarlist */ = {
493                         isa = PBXGroup;
494                         children = (
495                                 4B4A35A41F6C94D600919765 /* CalendarList.cpp */,
496                                 4B4A35A51F6C94D600919765 /* CalendarList.h */,
497                         );
498                         name = calendarlist;
499                         sourceTree = "<group>";
500                 };
501                 4B4A35A71F6C94DF00919765 /* calendarobject */ = {
502                         isa = PBXGroup;
503                         children = (
504                                 4B4A35A81F6C94EA00919765 /* CalendarObject-Save.cpp */,
505                                 4B4A35A91F6C94EA00919765 /* CalendarObject.cpp */,
506                                 4B4A35AA1F6C94EA00919765 /* CalendarObject.h */,
507                         );
508                         name = calendarobject;
509                         sourceTree = "<group>";
510                 };
511                 4B4A35AD1F6C94F600919765 /* calendarevent */ = {
512                         isa = PBXGroup;
513                         children = (
514                                 4B4A35AE1F6C950700919765 /* CalendarEvent-Save.cpp */,
515                                 4B4A35AF1F6C950700919765 /* CalendarEvent.cpp */,
516                                 4B4A35B01F6C950700919765 /* CalendarEvent.h */,
517                         );
518                         name = calendarevent;
519                         sourceTree = "<group>";
520                 };
521                 4B4A35B31F6CFF9600919765 /* libraries */ = {
522                         isa = PBXGroup;
523                         children = (
524                                 4B4A35B41F6CFF9F00919765 /* calendardatastorage */,
525                         );
526                         name = libraries;
527                         sourceTree = "<group>";
528                 };
529                 4B4A35B41F6CFF9F00919765 /* calendardatastorage */ = {
530                         isa = PBXGroup;
531                         children = (
532                                 4B4A35B51F6D036300919765 /* CalendarDataStorage.cpp */,
533                                 4B4A35B61F6D036300919765 /* CalendarDataStorage.h */,
534                         );
535                         name = calendardatastorage;
536                         sourceTree = "<group>";
537                 };
538                 4B4A35BF1F6EFC2500919765 /* calendarselectmonth */ = {
539                         isa = PBXGroup;
540                         children = (
541                                 4B4A35C01F6EFC6500919765 /* frmCalendarSelectMonth.cpp */,
542                                 4B4A35C11F6EFC6500919765 /* frmCalendarSelectMonth.h */,
543                         );
544                         name = calendarselectmonth;
545                         sourceTree = "<group>";
546                 };
547 /* End PBXGroup section */
549 /* Begin PBXNativeTarget section */
550                 4A6DA3E11CAC0B3E00A15B3D /* bitmaphelper */ = {
551                         isa = PBXNativeTarget;
552                         buildConfigurationList = 4A6DA3E61CAC0B3E00A15B3D /* Build configuration list for PBXNativeTarget "bitmaphelper" */;
553                         buildPhases = (
554                                 4A6DA3DE1CAC0B3E00A15B3D /* Sources */,
555                                 4A6DA3DF1CAC0B3E00A15B3D /* Frameworks */,
556                                 4A6DA3EE1CAC0FBD00A15B3D /* CopyFiles */,
557                         );
558                         buildRules = (
559                         );
560                         dependencies = (
561                         );
562                         name = bitmaphelper;
563                         productName = bitmaphelper;
564                         productReference = 4A6DA3E21CAC0B3E00A15B3D /* bitmaphelper */;
565                         productType = "com.apple.product-type.tool";
566                 };
567                 4ABACC681B20E7AE001368B0 /* XestiaAddressBook */ = {
568                         isa = PBXNativeTarget;
569                         buildConfigurationList = 4ABACC861B20E7AE001368B0 /* Build configuration list for PBXNativeTarget "XestiaAddressBook" */;
570                         buildPhases = (
571                                 4ABACC651B20E7AE001368B0 /* Sources */,
572                                 4ABACC661B20E7AE001368B0 /* Frameworks */,
573                                 4ABACC671B20E7AE001368B0 /* Resources */,
574                                 4ABACCA91B20F672001368B0 /* Copy Files */,
575                         );
576                         buildRules = (
577                         );
578                         dependencies = (
579                                 4A6E60761CF3A99600C187DB /* PBXTargetDependency */,
580                         );
581                         name = XestiaAddressBook;
582                         productName = XestiaAddressBook;
583                         productReference = 4ABACCA11B20ECA8001368B0 /* Xestia Calendar.app */;
584                         productType = "com.apple.product-type.application";
585                 };
586 /* End PBXNativeTarget section */
588 /* Begin PBXProject section */
589                 4ABACC611B20E7AE001368B0 /* Project object */ = {
590                         isa = PBXProject;
591                         attributes = {
592                                 LastUpgradeCheck = 0630;
593                                 ORGANIZATIONNAME = "Xestia Software Development";
594                                 TargetAttributes = {
595                                         4A6DA3E11CAC0B3E00A15B3D = {
596                                                 CreatedOnToolsVersion = 7.3;
597                                         };
598                                         4ABACC681B20E7AE001368B0 = {
599                                                 CreatedOnToolsVersion = 6.3.2;
600                                                 ProvisioningStyle = Automatic;
601                                                 SystemCapabilities = {
602                                                         com.apple.ApplicationGroups.Mac = {
603                                                                 enabled = 0;
604                                                         };
605                                                 };
606                                         };
607                                 };
608                         };
609                         buildConfigurationList = 4ABACC641B20E7AE001368B0 /* Build configuration list for PBXProject "XestiaCalendar" */;
610                         compatibilityVersion = "Xcode 3.2";
611                         developmentRegion = English;
612                         hasScannedForEncodings = 0;
613                         knownRegions = (
614                                 en,
615                                 Base,
616                         );
617                         mainGroup = 4ABACC601B20E7AE001368B0;
618                         productRefGroup = 4ABACC601B20E7AE001368B0;
619                         projectDirPath = "";
620                         projectRoot = "";
621                         targets = (
622                                 4A6DA3E11CAC0B3E00A15B3D /* bitmaphelper */,
623                                 4ABACC681B20E7AE001368B0 /* XestiaAddressBook */,
624                         );
625                 };
626 /* End PBXProject section */
628 /* Begin PBXResourcesBuildPhase section */
629                 4ABACC671B20E7AE001368B0 /* Resources */ = {
630                         isa = PBXResourcesBuildPhase;
631                         buildActionMask = 2147483647;
632                         files = (
633                                 4ABACC9C1B20E968001368B0 /* wxcocoa.xcconfig in Resources */,
634                                 4B4A35271F6B2AD400919765 /* Images.xcassets in Resources */,
635                                 4ABACC9D1B20E968001368B0 /* wxdebug.xcconfig in Resources */,
636                                 4ABACC9F1B20E968001368B0 /* Info_cocoa.plist in Resources */,
637                                 4ABACC9E1B20E968001368B0 /* wxrelease.xcconfig in Resources */,
638                         );
639                         runOnlyForDeploymentPostprocessing = 0;
640                 };
641 /* End PBXResourcesBuildPhase section */
643 /* Begin PBXSourcesBuildPhase section */
644                 4A6DA3DE1CAC0B3E00A15B3D /* Sources */ = {
645                         isa = PBXSourcesBuildPhase;
646                         buildActionMask = 2147483647;
647                         files = (
648                                 4B4A35311F6B342B00919765 /* bitmapcode.cpp in Sources */,
649                         );
650                         runOnlyForDeploymentPostprocessing = 0;
651                 };
652                 4ABACC651B20E7AE001368B0 /* Sources */ = {
653                         isa = PBXSourcesBuildPhase;
654                         buildActionMask = 2147483647;
655                         files = (
656                                 4B4A352A1F6B2D7E00919765 /* main.cpp in Sources */,
657                                 4B4A359E1F6C7C6500919765 /* XCCalendarMonthSelect.cpp in Sources */,
658                                 4B4A359B1F6C7C6500919765 /* XCCalendarListCalendarCtrl.cpp in Sources */,
659                                 4B4A35511F6C67C100919765 /* file.cpp in Sources */,
660                                 4B4A35AC1F6C94EA00919765 /* CalendarObject.cpp in Sources */,
661                                 4B4A359F1F6C7C6500919765 /* XCCalendarMonthView.cpp in Sources */,
662                                 4B4A35981F6C7C6500919765 /* XCCalendarDayEntry.cpp in Sources */,
663                                 4B4A35C21F6EFC6500919765 /* frmCalendarSelectMonth.cpp in Sources */,
664                                 4B4A35601F6C67EA00919765 /* frmUpdate.cpp in Sources */,
665                                 4B4A35561F6C67C100919765 /* text.cpp in Sources */,
666                                 4B4A356C1F6C759100919765 /* frmEditAccount.cpp in Sources */,
667                                 4B4A35541F6C67C100919765 /* random.cpp in Sources */,
668                                 4B03EDB11FE092D10041DE17 /* frmNewAccount.mm in Sources */,
669                                 4B03EDB61FE096690041DE17 /* CalDAV-XMLProcessing.cpp in Sources */,
670                                 4B4A355C1F6C67DC00919765 /* frmAbout.cpp in Sources */,
671                                 4B4A35741F6C75CB00919765 /* frmCalendarEditor.cpp in Sources */,
672                                 4B03EDB71FE0966C0041DE17 /* CalDAV.cpp in Sources */,
673                                 4B4A359A1F6C7C6500919765 /* XCCalendarListAccountCtrl.cpp in Sources */,
674                                 4B03EDB51FE094F50041DE17 /* frmActivityMgr.cpp in Sources */,
675                                 4B4A357C1F6C78FF00919765 /* frmPreferences.cpp in Sources */,
676                                 4B4A35531F6C67C100919765 /* preferences.cpp in Sources */,
677                                 4B4A35971F6C7C6500919765 /* XCCalendarDay.cpp in Sources */,
678                                 4B4A354F1F6C67C100919765 /* defaults.cpp in Sources */,
679                                 4B4A35501F6C67C100919765 /* dirs.cpp in Sources */,
680                                 4B4A35551F6C67C100919765 /* svrblist.cpp in Sources */,
681                                 4B4A35681F6C74D600919765 /* frmMain.cpp in Sources */,
682                                 4B03EDB91FE096F40041DE17 /* frmMain-Setup.cpp in Sources */,
683                                 4B4A35571F6C67C100919765 /* uuid.cpp in Sources */,
684                                 4B4A35B71F6D036300919765 /* CalendarDataStorage.cpp in Sources */,
685                                 4B4A35671F6C74D600919765 /* frmMain-Window.cpp in Sources */,
686                                 4B4A35A11F6C7C6500919765 /* XCEventMenu.cpp in Sources */,
687                                 4B4A35A61F6C94D600919765 /* CalendarList.cpp in Sources */,
688                                 4B4A359D1F6C7C6500919765 /* XCCalendarMenu.cpp in Sources */,
689                                 4B4A35BD1F6DF91500919765 /* AppXestiaCalendar.cpp in Sources */,
690                                 4B4A35991F6C7C6500919765 /* XCCalendarList.cpp in Sources */,
691                                 4B4A35A01F6C7C6500919765 /* XCCalendarMonthViewDayTitle.cpp in Sources */,
692                                 4B4A359C1F6C7C6500919765 /* XCCalendarManipulator.cpp in Sources */,
693                                 4B4A35AB1F6C94EA00919765 /* CalendarObject-Save.cpp in Sources */,
694                                 4B4A35701F6C75A500919765 /* frmNewAccount.cpp in Sources */,
695                                 4B4A35961F6C7C6500919765 /* XCCalendarCtrl.cpp in Sources */,
696                                 4B4A35521F6C67C100919765 /* monthviewgen.cpp in Sources */,
697                                 4B4A35B11F6C950700919765 /* CalendarEvent-Save.cpp in Sources */,
698                                 4B4A35B21F6C950700919765 /* CalendarEvent.cpp in Sources */,
699                                 4B4A35781F6C781600919765 /* frmEventEditor.cpp in Sources */,
700                         );
701                         runOnlyForDeploymentPostprocessing = 0;
702                 };
703 /* End PBXSourcesBuildPhase section */
705 /* Begin PBXTargetDependency section */
706                 4A6E60761CF3A99600C187DB /* PBXTargetDependency */ = {
707                         isa = PBXTargetDependency;
708                         target = 4A6DA3E11CAC0B3E00A15B3D /* bitmaphelper */;
709                         targetProxy = 4A6E60751CF3A99600C187DB /* PBXContainerItemProxy */;
710                 };
711 /* End PBXTargetDependency section */
713 /* Begin XCBuildConfiguration section */
714                 4A6DA3E71CAC0B3E00A15B3D /* Debug */ = {
715                         isa = XCBuildConfiguration;
716                         buildSettings = {
717                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
718                                 CLANG_ANALYZER_NONNULL = YES;
719                                 CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
720                                 CLANG_CXX_LIBRARY = "compiler-default";
721                                 DEPLOYMENT_LOCATION = NO;
722                                 ENABLE_TESTABILITY = YES;
723                                 GCC_PREFIX_HEADER = "$(WXROOT)/include/wx/wxprec.h";
724                                 GCC_PREPROCESSOR_DEFINITIONS = (
725                                         "$(WX_PREPROCESSOR_DEFINITIONS)",
726                                         WXBUILDING,
727                                         "$(WXPLATFORM)",
728                                         __WX__,
729                                         "wxUSE_BASE=1",
730                                         "_FILE_OFFSET_BITS=64",
731                                         _LARGE_FILES,
732                                         MACOS_CLASSIC,
733                                         "__WXMAC_XCODE__=1",
734                                         SCI_LEXER,
735                                         "WX_PRECOMP=1",
736                                         "wxUSE_UNICODE_UTF8=0",
737                                         "wxUSE_UNICODE_WCHAR=1",
738                                 );
739                                 HEADER_SEARCH_PATHS = (
740                                         "$(inherited)",
741                                         "$(WXROOT)/include",
742                                         "$(WXROOT)/build/osx/setup/cocoa/include",
743                                         "$(WXROOT)/samples/minimal",
744                                 );
745                                 LIBRARY_SEARCH_PATHS = (
746                                         "$(WXROOT)/lib",
747                                         /Users/kiri/Libraries,
748                                 );
749                                 MACOSX_DEPLOYMENT_TARGET = 10.10;
750                                 PRODUCT_NAME = "$(TARGET_NAME)";
751                                 WXPLATFORM = __WXOSX_COCOA__;
752                                 WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3";
753                         };
754                         name = Debug;
755                 };
756                 4A6DA3E81CAC0B3E00A15B3D /* Release */ = {
757                         isa = XCBuildConfiguration;
758                         buildSettings = {
759                                 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
760                                 CLANG_ANALYZER_NONNULL = YES;
761                                 CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
762                                 CLANG_CXX_LIBRARY = "compiler-default";
763                                 DEPLOYMENT_LOCATION = NO;
764                                 GCC_PREFIX_HEADER = "$(WXROOT)/include/wx/wxprec.h";
765                                 GCC_PREPROCESSOR_DEFINITIONS = (
766                                         "$(WX_PREPROCESSOR_DEFINITIONS)",
767                                         WXBUILDING,
768                                         "$(WXPLATFORM)",
769                                         __WX__,
770                                         "wxUSE_BASE=1",
771                                         "_FILE_OFFSET_BITS=64",
772                                         _LARGE_FILES,
773                                         MACOS_CLASSIC,
774                                         "__WXMAC_XCODE__=1",
775                                         SCI_LEXER,
776                                         "WX_PRECOMP=1",
777                                         "wxUSE_UNICODE_UTF8=0",
778                                         "wxUSE_UNICODE_WCHAR=1",
779                                 );
780                                 HEADER_SEARCH_PATHS = (
781                                         "$(inherited)",
782                                         "$(WXROOT)/include",
783                                         "$(WXROOT)/build/osx/setup/cocoa/include",
784                                         "$(WXROOT)/samples/minimal",
785                                 );
786                                 LIBRARY_SEARCH_PATHS = (
787                                         "$(WXROOT)/lib",
788                                         /Users/kiri/Libraries,
789                                 );
790                                 MACOSX_DEPLOYMENT_TARGET = 10.10;
791                                 PRODUCT_NAME = "$(TARGET_NAME)";
792                                 WXPLATFORM = __WXOSX_COCOA__;
793                                 WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3";
794                         };
795                         name = Release;
796                 };
797                 4ABACC841B20E7AE001368B0 /* Debug */ = {
798                         isa = XCBuildConfiguration;
799                         baseConfigurationReference = 4ABACC981B20E968001368B0 /* wxdebug.xcconfig */;
800                         buildSettings = {
801                                 ALWAYS_SEARCH_USER_PATHS = NO;
802                                 ARCHS = "$(ARCHS_STANDARD)";
803                                 CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
804                                 CLANG_CXX_LIBRARY = "compiler-default";
805                                 CLANG_ENABLE_MODULES = YES;
806                                 CLANG_ENABLE_OBJC_ARC = YES;
807                                 CLANG_WARN_BOOL_CONVERSION = YES;
808                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
809                                 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
810                                 CLANG_WARN_EMPTY_BODY = YES;
811                                 CLANG_WARN_ENUM_CONVERSION = YES;
812                                 CLANG_WARN_INT_CONVERSION = YES;
813                                 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
814                                 CLANG_WARN_UNREACHABLE_CODE = YES;
815                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
816                                 COPY_PHASE_STRIP = NO;
817                                 DEBUG_INFORMATION_FORMAT = dwarf;
818                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
819                                 GCC_C_LANGUAGE_STANDARD = gnu99;
820                                 GCC_DYNAMIC_NO_PIC = NO;
821                                 GCC_NO_COMMON_BLOCKS = YES;
822                                 GCC_OPTIMIZATION_LEVEL = 0;
823                                 GCC_PREPROCESSOR_DEFINITIONS = (
824                                         "DEBUG=1",
825                                         "$(inherited)",
826                                 );
827                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
828                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
829                                 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
830                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
831                                 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
832                                 GCC_WARN_UNUSED_FUNCTION = YES;
833                                 GCC_WARN_UNUSED_VARIABLE = YES;
834                                 MACOSX_DEPLOYMENT_TARGET = 10.10;
835                                 MTL_ENABLE_DEBUG_INFO = YES;
836                                 ONLY_ACTIVE_ARCH = YES;
837                                 PRODUCT_VERSION = 0.05;
838                                 SDKROOT = macosx;
839                         };
840                         name = Debug;
841                 };
842                 4ABACC851B20E7AE001368B0 /* Release */ = {
843                         isa = XCBuildConfiguration;
844                         baseConfigurationReference = 4ABACC991B20E968001368B0 /* wxrelease.xcconfig */;
845                         buildSettings = {
846                                 ALWAYS_SEARCH_USER_PATHS = NO;
847                                 ARCHS = "$(ARCHS_STANDARD)";
848                                 CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
849                                 CLANG_CXX_LIBRARY = "compiler-default";
850                                 CLANG_ENABLE_MODULES = YES;
851                                 CLANG_ENABLE_OBJC_ARC = YES;
852                                 CLANG_WARN_BOOL_CONVERSION = YES;
853                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
854                                 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
855                                 CLANG_WARN_EMPTY_BODY = YES;
856                                 CLANG_WARN_ENUM_CONVERSION = YES;
857                                 CLANG_WARN_INT_CONVERSION = YES;
858                                 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
859                                 CLANG_WARN_UNREACHABLE_CODE = YES;
860                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
861                                 COPY_PHASE_STRIP = NO;
862                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
863                                 ENABLE_NS_ASSERTIONS = NO;
864                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
865                                 GCC_C_LANGUAGE_STANDARD = gnu99;
866                                 GCC_NO_COMMON_BLOCKS = YES;
867                                 GCC_OPTIMIZATION_LEVEL = 0;
868                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
869                                 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
870                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
871                                 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
872                                 GCC_WARN_UNUSED_FUNCTION = YES;
873                                 GCC_WARN_UNUSED_VARIABLE = YES;
874                                 MACOSX_DEPLOYMENT_TARGET = 10.10;
875                                 MTL_ENABLE_DEBUG_INFO = NO;
876                                 PRODUCT_VERSION = 0.05;
877                                 SDKROOT = macosx;
878                         };
879                         name = Release;
880                 };
881                 4ABACC871B20E7AE001368B0 /* Debug */ = {
882                         isa = XCBuildConfiguration;
883                         baseConfigurationReference = 4ABACC971B20E968001368B0 /* wxcocoa.xcconfig */;
884                         buildSettings = {
885                                 ALWAYS_SEARCH_USER_PATHS = YES;
886                                 ARCHS = "$(ARCHS_STANDARD)";
887                                 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
888                                 CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
889                                 CLANG_CXX_LIBRARY = "libc++";
890                                 CODE_SIGN_ENTITLEMENTS = "";
891                                 COMBINE_HIDPI_IMAGES = YES;
892                                 CURL_FRAMEWORKPATH = "/Users/kiri/Build/curl-7.53.1/";
893                                 FRAMEWORK_SEARCH_PATHS = (
894                                         "$(CURL_FRAMEWORKPATH)/**",
895                                         "$(inherited)",
896                                         "$(PROJECT_DIR)",
897                                         "$(SQLITE3_FRAMEWORKPATH)",
898                                 );
899                                 GCC_PREFIX_HEADER = "$(WXROOT)/include/wx/wxprec.h";
900                                 GCC_PREPROCESSOR_DEFINITIONS = (
901                                         "$(WX_PREPROCESSOR_DEFINITIONS)",
902                                         WXBUILDING,
903                                         "$(WXPLATFORM)",
904                                         __WX__,
905                                         "wxUSE_BASE=1",
906                                         "_FILE_OFFSET_BITS=64",
907                                         _LARGE_FILES,
908                                         MACOS_CLASSIC,
909                                         "__WXMAC_XCODE__=1",
910                                         SCI_LEXER,
911                                         "WX_PRECOMP=1",
912                                         "wxUSE_UNICODE_UTF8=0",
913                                         "wxUSE_UNICODE_WCHAR=1",
914                                 );
915                                 HEADER_SEARCH_PATHS = (
916                                         "$(CURL_FRAMEWORKPATH)/include",
917                                         "$(WXROOT)/include",
918                                         "$(WXROOT)/build/osx/setup/cocoa/include",
919                                         "$(WXROOT)/samples/minimal",
920                                         "$(LIBXML2_PATH)/include/",
921                                         "$(inherited)",
922                                 );
923                                 INFOPLIST_FILE = "$(SRCROOT)/Info_cocoa.plist";
924                                 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
925                                 LIBRARY_SEARCH_PATHS = (
926                                         "$(inherited)",
927                                         "$(WXROOT)/lib",
928                                         "$(LIBXML2_PATH)/.libs",
929                                 );
930                                 LIBXML2_PATH = "/Users/kiri/Build/libxml2-2.9.4";
931                                 MACOSX_DEPLOYMENT_TARGET = 10.8;
932                                 OTHER_CPLUSPLUSFLAGS = (
933                                         "$(OTHER_CFLAGS)",
934                                         "-x",
935                                         "objective-c++",
936                                         "-I../../source/common",
937                                 );
938                                 OTHER_LDFLAGS = (
939                                         "-framework",
940                                         WebKit,
941                                         "-framework",
942                                         IOKit,
943                                         "-framework",
944                                         Carbon,
945                                         "-framework",
946                                         Cocoa,
947                                         "-framework",
948                                         AudioToolbox,
949                                         "-framework",
950                                         OpenGL,
951                                         "-framework",
952                                         QTKit,
953                                         "$(OTHER_LDFLAGS)",
954                                         "-lz",
955                                 );
956                                 PRODUCT_BUNDLE_IDENTIFIER = "uk.co.xestia.Xestia-Calendar";
957                                 PRODUCT_NAME = "Xestia Calendar";
958                                 PRODUCT_VERSION = 0.05;
959                                 SQLITE3_FRAMEWORKPATH = "/Users/kiri/Build/sqlite-3.20.1";
960                                 USER_HEADER_SEARCH_PATHS = "";
961                                 WXPLATFORM = __WXOSX_COCOA__;
962                                 WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3";
963                         };
964                         name = Debug;
965                 };
966                 4ABACC881B20E7AE001368B0 /* Release */ = {
967                         isa = XCBuildConfiguration;
968                         baseConfigurationReference = 4ABACC971B20E968001368B0 /* wxcocoa.xcconfig */;
969                         buildSettings = {
970                                 ALWAYS_SEARCH_USER_PATHS = YES;
971                                 ARCHS = "$(ARCHS_STANDARD)";
972                                 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
973                                 CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
974                                 CLANG_CXX_LIBRARY = "libc++";
975                                 CODE_SIGN_ENTITLEMENTS = "";
976                                 COMBINE_HIDPI_IMAGES = YES;
977                                 CURL_FRAMEWORKPATH = "/Users/kiri/Build/curl-7.53.1/";
978                                 FRAMEWORK_SEARCH_PATHS = (
979                                         "$(CURL_FRAMEWORKPATH)/**",
980                                         "$(inherited)",
981                                         "$(PROJECT_DIR)",
982                                         "$(SQLITE3_FRAMEWORKPATH)",
983                                 );
984                                 GCC_PREFIX_HEADER = "$(WXROOT)/include/wx/wxprec.h";
985                                 GCC_PREPROCESSOR_DEFINITIONS = (
986                                         "$(WX_PREPROCESSOR_DEFINITIONS)",
987                                         WXBUILDING,
988                                         "$(WXPLATFORM)",
989                                         __WX__,
990                                         "wxUSE_BASE=1",
991                                         "_FILE_OFFSET_BITS=64",
992                                         _LARGE_FILES,
993                                         MACOS_CLASSIC,
994                                         "__WXMAC_XCODE__=1",
995                                         SCI_LEXER,
996                                         "WX_PRECOMP=1",
997                                         "wxUSE_UNICODE_UTF8=0",
998                                         "wxUSE_UNICODE_WCHAR=1",
999                                 );
1000                                 HEADER_SEARCH_PATHS = (
1001                                         "$(CURL_FRAMEWORKPATH)/include",
1002                                         "$(WXROOT)/include",
1003                                         "$(WXROOT)/build/osx/setup/cocoa/include",
1004                                         "$(WXROOT)/samples/minimal",
1005                                         "$(LIBXML2_PATH)/include/",
1006                                         "$(inherited)",
1007                                 );
1008                                 INFOPLIST_FILE = "$(SRCROOT)/Info_cocoa.plist";
1009                                 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
1010                                 LIBRARY_SEARCH_PATHS = (
1011                                         "$(inherited)",
1012                                         "$(WXROOT)/lib",
1013                                         "$(LIBXML2_PATH)/.libs",
1014                                 );
1015                                 LIBXML2_PATH = "/Users/kiri/Build/libxml2-2.9.4";
1016                                 MACOSX_DEPLOYMENT_TARGET = 10.8;
1017                                 OTHER_CPLUSPLUSFLAGS = (
1018                                         "$(OTHER_CFLAGS)",
1019                                         "-x",
1020                                         "objective-c++",
1021                                         "-I../../source/common",
1022                                 );
1023                                 OTHER_LDFLAGS = (
1024                                         "-framework",
1025                                         WebKit,
1026                                         "-framework",
1027                                         IOKit,
1028                                         "-framework",
1029                                         Carbon,
1030                                         "-framework",
1031                                         Cocoa,
1032                                         "-framework",
1033                                         AudioToolbox,
1034                                         "-framework",
1035                                         OpenGL,
1036                                         "-framework",
1037                                         QTKit,
1038                                         "$(OTHER_LDFLAGS)",
1039                                         "-lz",
1040                                 );
1041                                 PRODUCT_BUNDLE_IDENTIFIER = "uk.co.xestia.Xestia-Calendar";
1042                                 PRODUCT_NAME = "Xestia Calendar";
1043                                 PRODUCT_VERSION = 0.05;
1044                                 SQLITE3_FRAMEWORKPATH = "/Users/kiri/Build/sqlite-3.20.1";
1045                                 USER_HEADER_SEARCH_PATHS = "";
1046                                 WXPLATFORM = __WXOSX_COCOA__;
1047                                 WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3";
1048                         };
1049                         name = Release;
1050                 };
1051 /* End XCBuildConfiguration section */
1053 /* Begin XCConfigurationList section */
1054                 4A6DA3E61CAC0B3E00A15B3D /* Build configuration list for PBXNativeTarget "bitmaphelper" */ = {
1055                         isa = XCConfigurationList;
1056                         buildConfigurations = (
1057                                 4A6DA3E71CAC0B3E00A15B3D /* Debug */,
1058                                 4A6DA3E81CAC0B3E00A15B3D /* Release */,
1059                         );
1060                         defaultConfigurationIsVisible = 0;
1061                         defaultConfigurationName = Release;
1062                 };
1063                 4ABACC641B20E7AE001368B0 /* Build configuration list for PBXProject "XestiaCalendar" */ = {
1064                         isa = XCConfigurationList;
1065                         buildConfigurations = (
1066                                 4ABACC841B20E7AE001368B0 /* Debug */,
1067                                 4ABACC851B20E7AE001368B0 /* Release */,
1068                         );
1069                         defaultConfigurationIsVisible = 0;
1070                         defaultConfigurationName = Release;
1071                 };
1072                 4ABACC861B20E7AE001368B0 /* Build configuration list for PBXNativeTarget "XestiaAddressBook" */ = {
1073                         isa = XCConfigurationList;
1074                         buildConfigurations = (
1075                                 4ABACC871B20E7AE001368B0 /* Debug */,
1076                                 4ABACC881B20E7AE001368B0 /* Release */,
1077                         );
1078                         defaultConfigurationIsVisible = 0;
1079                         defaultConfigurationName = Release;
1080                 };
1081 /* End XCConfigurationList section */
1082         };
1083         rootObject = 4ABACC611B20E7AE001368B0 /* Project object */;
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy