Skip to content

Commit

Permalink
More project setting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandedeoglu committed Sep 21, 2016
1 parent 33f6d27 commit 5345928
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Example/iOS Example/iOS Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<group>"; };
Expand Down Expand Up @@ -66,6 +76,14 @@
path = "iOS Example";
sourceTree = "<group>";
};
BC6FF0C21D92FEA8002E6571 /* Products */ = {
isa = PBXGroup;
children = (
BC6FF0C71D92FEA9002E6571 /* KDCircularProgress.framework */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -113,13 +131,29 @@
mainGroup = BC5B0C101D92F75600B43506;
productRefGroup = BC5B0C1A1D92F75600B43506 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = BC6FF0C21D92FEA8002E6571 /* Products */;
ProjectRef = BC5B0C2E1D92F76E00B43506 /* KDCircularProgress.xcodeproj */;
},
);
projectRoot = "";
targets = (
BC5B0C181D92F75600B43506 /* iOS Example */,
);
};
/* 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;
Expand Down Expand Up @@ -299,6 +333,7 @@
BC5B0C2D1D92F75600B43506 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit 5345928

Please sign in to comment.