From: Steve Brokenshire Date: Sat, 9 Sep 2017 07:36:37 +0000 (+0100) Subject: macOS: Add XABPriorityCtrl.cpp to the XestiaAddressBook application in the Xcode... X-Git-Tag: release-0.20~4 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=3ccffc151c20a3333a73802caf53a9e5c2f95d1a macOS: Add XABPriorityCtrl.cpp to the XestiaAddressBook application in the Xcode project --- diff --git a/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj b/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj index 60e0ef4..e337b7c 100644 --- a/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj +++ b/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj @@ -113,6 +113,7 @@ 4ABACC9F1B20E968001368B0 /* Info_cocoa.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4ABACC9A1B20E968001368B0 /* Info_cocoa.plist */; }; 4ADDA7F51B222936007AD131 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4ADDA7F41B222936007AD131 /* main.cpp */; }; 4AE7527A1B24F8B90058ECBE /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4AE752791B24F8B90058ECBE /* Images.xcassets */; }; + 4BA8B3921F63CE7D00065071 /* XABPriorityCtrl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BA8B38F1F63CA8A00065071 /* XABPriorityCtrl.cpp */; }; 4BF08A2F1EF6D838004CDF65 /* SFML.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF08A291EF6D647004CDF65 /* SFML.framework */; }; 4BF08A301EF6D83A004CDF65 /* sfml-system.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF08A281EF6D647004CDF65 /* sfml-system.framework */; }; 4BF08A311EF6D83D004CDF65 /* sfml-audio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF08A271EF6D647004CDF65 /* sfml-audio.framework */; }; @@ -362,6 +363,8 @@ 4ABACCA11B20ECA8001368B0 /* Xestia Address Book.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Xestia Address Book.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 4ADDA7F41B222936007AD131 /* main.cpp */ = {isa = PBXFileReference; indentWidth = 8; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../../source/main.cpp; sourceTree = ""; tabWidth = 8; usesTabs = 1; }; 4AE752791B24F8B90058ECBE /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 4BA8B38F1F63CA8A00065071 /* XABPriorityCtrl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XABPriorityCtrl.cpp; path = ../../source/widgets/XABPriorityCtrl.cpp; sourceTree = ""; }; + 4BA8B3901F63CA8A00065071 /* XABPriorityCtrl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XABPriorityCtrl.h; path = ../../source/widgets/XABPriorityCtrl.h; sourceTree = ""; }; 4BF08A271EF6D647004CDF65 /* sfml-audio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "sfml-audio.framework"; path = "../../../../Libraries/sfml-audio.framework"; sourceTree = ""; }; 4BF08A281EF6D647004CDF65 /* sfml-system.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "sfml-system.framework"; path = "../../../../Libraries/sfml-system.framework"; sourceTree = ""; }; 4BF08A291EF6D647004CDF65 /* SFML.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SFML.framework; path = ../../../../Libraries/SFML.framework; sourceTree = ""; }; @@ -692,6 +695,8 @@ 4A83E3D91B237162003294C2 /* widgets */ = { isa = PBXGroup; children = ( + 4BA8B38F1F63CA8A00065071 /* XABPriorityCtrl.cpp */, + 4BA8B3901F63CA8A00065071 /* XABPriorityCtrl.h */, 4A83E3DA1B237178003294C2 /* XABAccountView.cpp */, 4A83E3DB1B237178003294C2 /* XABAccountView.h */, 4A6DA3D71CAC0AAC00A15B3D /* XABContactMenu.cpp */, @@ -868,6 +873,7 @@ 4A6DA3471CAC049B00A15B3D /* frmActivityMgr-tasks.cpp in Sources */, 4A6DA3B01CAC069D00A15B3D /* frmContactEditorEmail.cpp in Sources */, 4A83E3471B236DD7003294C2 /* frmPreferences.cpp in Sources */, + 4BA8B3921F63CE7D00065071 /* XABPriorityCtrl.cpp in Sources */, 4A6DA3AE1CAC069D00A15B3D /* frmContactEditorCalAdr.cpp in Sources */, 4A6DA3AA1CAC069D00A15B3D /* frmContactEditor-Save.cpp in Sources */, 4A6DA3481CAC049B00A15B3D /* frmActivityMgr.cpp in Sources */,