Skip to content

Commit

Permalink
delete workspace from ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajijapan committed Dec 29, 2015
1 parent 9ddd2a6 commit 7531fde
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ profile
DerivedData
*.hmap
*.ipa
*.xcworkspace

# Bundler
.bundle
Expand Down
10 changes: 10 additions & 0 deletions PhotoSlider.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions PhotoSlider.xcworkspace/xcshareddata/PhotoSlider.xcscmblueprint
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "D0A6AB916F573DD274F8C517EF3CE89CC031E8C7",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"17FB51EC7B87DC25DD21E28FDFD877B479CFFAC1" : 0,
"D0A6AB916F573DD274F8C517EF3CE89CC031E8C7" : 0
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "C25ED943-543C-4837-A66E-F015E605B8D8",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"17FB51EC7B87DC25DD21E28FDFD877B479CFFAC1" : "PhotoSlider\/Carthage\/Checkouts\/Kingfisher\/",
"D0A6AB916F573DD274F8C517EF3CE89CC031E8C7" : "PhotoSlider\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "PhotoSlider",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PhotoSlider.xcworkspace",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/onevcat\/Kingfisher.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "17FB51EC7B87DC25DD21E28FDFD877B479CFFAC1"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:nakajijapan\/PhotoSlider.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "D0A6AB916F573DD274F8C517EF3CE89CC031E8C7"
}
]
}
2 changes: 1 addition & 1 deletion PhotoSliderDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
66A3BAA23076667DA79DC70A /* Frameworks */ = {
isa = PBXGroup;
children = (
DC0E42221C3185720090AC94 /* Kingfisher.framework */,
DC0E420C1C31830E0090AC94 /* PhotoSlider.framework */,
);
name = Frameworks;
Expand All @@ -113,7 +114,6 @@
DC20F44E1ADA871D009A4C64 = {
isa = PBXGroup;
children = (
DC0E42221C3185720090AC94 /* Kingfisher.framework */,
DCE8F52C1B94A2EA00B2D224 /* Resources */,
DC740B151AEC6A0900079D30 /* Podspec Metadata */,
DC20F4591ADA871D009A4C64 /* PhotoSliderDemo */,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7531fde

Please sign in to comment.