Skip to content

Commit

Permalink
fix: add sample projects config
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Nov 30, 2023
1 parent adedd9f commit 06edf92
Show file tree
Hide file tree
Showing 10 changed files with 967 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ iOSInjectionProject/
### SwiftPackageManager ###
Packages
xcuserdata
*.xcodeproj
# *.xcodeproj


### SwiftPM ###
Expand All @@ -99,13 +99,11 @@ xcuserdata
## Xcode 8 and earlier

### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
# *.xcodeproj/*
# !*.xcodeproj/project.xcworkspace/
# !*.xcworkspace/contents.xcworkspacedata
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings
# **/xcshareddata/WorkspaceSettings.xcsettings

## MacOS
.DS_Store
Expand Down

Large diffs are not rendered by default.

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"pins" : [
{
"identity" : "kingfisher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Kingfisher.git",
"state" : {
"revision" : "277f1ab2c6664b19b4a412e32b094b201e2d5757",
"version" : "7.10.0"
}
}
],
"version" : 2
}
Loading

0 comments on commit 06edf92

Please sign in to comment.