Skip to content

Commit 9013aa7

Browse files
committed
Added README and LICENSE to the project.
1 parent 3b2c773 commit 9013aa7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stickySlider.xcodeproj/project.pbxproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
EE88360C1F1FE425001F5C38 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EE88360B1F1FE425001F5C38 /* Assets.xcassets */; };
1414
EE88360F1F1FE425001F5C38 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE88360D1F1FE425001F5C38 /* LaunchScreen.storyboard */; };
1515
EE8836171F1FE498001F5C38 /* PHStickySlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE8836161F1FE498001F5C38 /* PHStickySlider.swift */; };
16+
EE88361D1F20232A001F5C38 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = EE88361C1F20232A001F5C38 /* README.md */; };
17+
EE88361F1F202330001F5C38 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = EE88361E1F202330001F5C38 /* LICENSE */; };
1618
/* End PBXBuildFile section */
1719

1820
/* Begin PBXFileReference section */
@@ -24,6 +26,8 @@
2426
EE88360E1F1FE425001F5C38 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2527
EE8836101F1FE425001F5C38 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2628
EE8836161F1FE498001F5C38 /* PHStickySlider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PHStickySlider.swift; sourceTree = "<group>"; };
29+
EE88361C1F20232A001F5C38 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
30+
EE88361E1F202330001F5C38 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
2731
/* End PBXFileReference section */
2832

2933
/* Begin PBXFrameworksBuildPhase section */
@@ -40,6 +44,8 @@
4044
EE8835F81F1FE425001F5C38 = {
4145
isa = PBXGroup;
4246
children = (
47+
EE88361E1F202330001F5C38 /* LICENSE */,
48+
EE88361C1F20232A001F5C38 /* README.md */,
4349
EE8836031F1FE425001F5C38 /* stickySlider */,
4450
EE8836021F1FE425001F5C38 /* Products */,
4551
);
@@ -129,6 +135,7 @@
129135
files = (
130136
EE88360F1F1FE425001F5C38 /* LaunchScreen.storyboard in Resources */,
131137
EE88360C1F1FE425001F5C38 /* Assets.xcassets in Resources */,
138+
EE88361F1F202330001F5C38 /* LICENSE in Resources */,
132139
EE88360A1F1FE425001F5C38 /* Main.storyboard in Resources */,
133140
);
134141
runOnlyForDeploymentPostprocessing = 0;
@@ -142,6 +149,7 @@
142149
files = (
143150
EE8836171F1FE498001F5C38 /* PHStickySlider.swift in Sources */,
144151
EE8836071F1FE425001F5C38 /* ViewController.swift in Sources */,
152+
EE88361D1F20232A001F5C38 /* README.md in Sources */,
145153
EE8836051F1FE425001F5C38 /* AppDelegate.swift in Sources */,
146154
);
147155
runOnlyForDeploymentPostprocessing = 0;
@@ -306,6 +314,7 @@
306314
EE8836151F1FE425001F5C38 /* Release */,
307315
);
308316
defaultConfigurationIsVisible = 0;
317+
defaultConfigurationName = Release;
309318
};
310319
/* End XCConfigurationList section */
311320
};

0 commit comments

Comments
 (0)