From 5345928bfe7cc76cac0c0b78729f97b3e3f69bed Mon Sep 17 00:00:00 2001 From: Kaan Dedeoglu Date: Wed, 21 Sep 2016 20:53:36 +0300 Subject: [PATCH] More project setting changes. --- .../iOS Example.xcodeproj/project.pbxproj | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Example/iOS Example/iOS Example.xcodeproj/project.pbxproj b/Example/iOS Example/iOS Example.xcodeproj/project.pbxproj index ad058a5..432cd5a 100644 --- a/Example/iOS Example/iOS Example.xcodeproj/project.pbxproj +++ b/Example/iOS Example/iOS Example.xcodeproj/project.pbxproj @@ -14,6 +14,16 @@ BC5B0C271D92F75600B43506 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC5B0C251D92F75600B43506 /* LaunchScreen.storyboard */; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + BC6FF0C61D92FEA9002E6571 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BC5B0C2E1D92F76E00B43506 /* KDCircularProgress.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = BC5B0BE81D92F4FA00B43506; + remoteInfo = "KDCircularProgress iOS"; + }; +/* End PBXContainerItemProxy section */ + /* Begin PBXFileReference section */ BC5B0C191D92F75600B43506 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; BC5B0C1C1D92F75600B43506 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; @@ -66,6 +76,14 @@ path = "iOS Example"; sourceTree = ""; }; + BC6FF0C21D92FEA8002E6571 /* Products */ = { + isa = PBXGroup; + children = ( + BC6FF0C71D92FEA9002E6571 /* KDCircularProgress.framework */, + ); + name = Products; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -113,6 +131,12 @@ mainGroup = BC5B0C101D92F75600B43506; productRefGroup = BC5B0C1A1D92F75600B43506 /* Products */; projectDirPath = ""; + projectReferences = ( + { + ProductGroup = BC6FF0C21D92FEA8002E6571 /* Products */; + ProjectRef = BC5B0C2E1D92F76E00B43506 /* KDCircularProgress.xcodeproj */; + }, + ); projectRoot = ""; targets = ( BC5B0C181D92F75600B43506 /* iOS Example */, @@ -120,6 +144,16 @@ }; /* End PBXProject section */ +/* Begin PBXReferenceProxy section */ + BC6FF0C71D92FEA9002E6571 /* KDCircularProgress.framework */ = { + isa = PBXReferenceProxy; + fileType = wrapper.framework; + path = KDCircularProgress.framework; + remoteRef = BC6FF0C61D92FEA9002E6571 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + /* Begin PBXResourcesBuildPhase section */ BC5B0C171D92F75600B43506 /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -299,6 +333,7 @@ BC5B0C2D1D92F75600B43506 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };