Skip to content

Commit 5345928

Browse files
committed
More project setting changes.
1 parent 33f6d27 commit 5345928

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Example/iOS Example/iOS Example.xcodeproj/project.pbxproj

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
BC5B0C271D92F75600B43506 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC5B0C251D92F75600B43506 /* LaunchScreen.storyboard */; };
1515
/* End PBXBuildFile section */
1616

17+
/* Begin PBXContainerItemProxy section */
18+
BC6FF0C61D92FEA9002E6571 /* PBXContainerItemProxy */ = {
19+
isa = PBXContainerItemProxy;
20+
containerPortal = BC5B0C2E1D92F76E00B43506 /* KDCircularProgress.xcodeproj */;
21+
proxyType = 2;
22+
remoteGlobalIDString = BC5B0BE81D92F4FA00B43506;
23+
remoteInfo = "KDCircularProgress iOS";
24+
};
25+
/* End PBXContainerItemProxy section */
26+
1727
/* Begin PBXFileReference section */
1828
BC5B0C191D92F75600B43506 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1929
BC5B0C1C1D92F75600B43506 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -66,6 +76,14 @@
6676
path = "iOS Example";
6777
sourceTree = "<group>";
6878
};
79+
BC6FF0C21D92FEA8002E6571 /* Products */ = {
80+
isa = PBXGroup;
81+
children = (
82+
BC6FF0C71D92FEA9002E6571 /* KDCircularProgress.framework */,
83+
);
84+
name = Products;
85+
sourceTree = "<group>";
86+
};
6987
/* End PBXGroup section */
7088

7189
/* Begin PBXNativeTarget section */
@@ -113,13 +131,29 @@
113131
mainGroup = BC5B0C101D92F75600B43506;
114132
productRefGroup = BC5B0C1A1D92F75600B43506 /* Products */;
115133
projectDirPath = "";
134+
projectReferences = (
135+
{
136+
ProductGroup = BC6FF0C21D92FEA8002E6571 /* Products */;
137+
ProjectRef = BC5B0C2E1D92F76E00B43506 /* KDCircularProgress.xcodeproj */;
138+
},
139+
);
116140
projectRoot = "";
117141
targets = (
118142
BC5B0C181D92F75600B43506 /* iOS Example */,
119143
);
120144
};
121145
/* End PBXProject section */
122146

147+
/* Begin PBXReferenceProxy section */
148+
BC6FF0C71D92FEA9002E6571 /* KDCircularProgress.framework */ = {
149+
isa = PBXReferenceProxy;
150+
fileType = wrapper.framework;
151+
path = KDCircularProgress.framework;
152+
remoteRef = BC6FF0C61D92FEA9002E6571 /* PBXContainerItemProxy */;
153+
sourceTree = BUILT_PRODUCTS_DIR;
154+
};
155+
/* End PBXReferenceProxy section */
156+
123157
/* Begin PBXResourcesBuildPhase section */
124158
BC5B0C171D92F75600B43506 /* Resources */ = {
125159
isa = PBXResourcesBuildPhase;
@@ -299,6 +333,7 @@
299333
BC5B0C2D1D92F75600B43506 /* Release */,
300334
);
301335
defaultConfigurationIsVisible = 0;
336+
defaultConfigurationName = Release;
302337
};
303338
/* End XCConfigurationList section */
304339
};

0 commit comments

Comments
 (0)