From 513da9cad40dd54bfee3959180a100a92019973c Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Wed, 6 Sep 2017 22:21:04 +0300 Subject: [PATCH] Add Utils group to the project --- OpenVPN Adapter.xcodeproj/project.pbxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OpenVPN Adapter.xcodeproj/project.pbxproj b/OpenVPN Adapter.xcodeproj/project.pbxproj index 365031e..2472913 100644 --- a/OpenVPN Adapter.xcodeproj/project.pbxproj +++ b/OpenVPN Adapter.xcodeproj/project.pbxproj @@ -504,10 +504,18 @@ name = "Certificates and Keys"; sourceTree = ""; }; + C9E4401A1F6081FF001D7C41 /* Utils */ = { + isa = PBXGroup; + children = ( + ); + name = Utils; + sourceTree = ""; + }; C9FF73B71EB7421600E995AC /* Helpers */ = { isa = PBXGroup; children = ( C9235AC61EB24F2A00C7D303 /* Types and Constants */, + C9E4401A1F6081FF001D7C41 /* Utils */, ); name = Helpers; sourceTree = "";