-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from vincentneo/improvements-1
Next version
- Loading branch information
Showing
20 changed files
with
926 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Created by https://www.toptal.com/developers/gitignore/api/macos,xcode | ||
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,xcode | ||
|
||
### macOS ### | ||
# General | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
### macOS Patch ### | ||
# iCloud generated files | ||
*.icloud | ||
|
||
### Xcode ### | ||
## User settings | ||
xcuserdata/ | ||
|
||
## Xcode 8 and earlier | ||
*.xcscmblueprint | ||
*.xccheckout | ||
|
||
### Xcode Patch ### | ||
*.xcodeproj/* | ||
!*.xcodeproj/project.pbxproj | ||
!*.xcodeproj/xcshareddata/ | ||
!*.xcodeproj/project.xcworkspace/ | ||
!*.xcworkspace/contents.xcworkspacedata | ||
/*.gcno | ||
**/xcshareddata/WorkspaceSettings.xcsettings | ||
|
||
# End of https://www.toptal.com/developers/gitignore/api/macos,xcode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
Quality.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "mediaremote", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/PrivateFrameworks/MediaRemote", | ||
"state" : { | ||
"revision" : "ee5ae0cc17c0f759049d50e6ea95e1cf718dfda5", | ||
"version" : "0.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "protocolbuffer", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/PrivateFrameworks/ProtocolBuffer", | ||
"state" : { | ||
"revision" : "20b692d09393389120bea65098ddf66129352bb7", | ||
"version" : "0.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "simplycoreaudio", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/rnine/SimplyCoreAudio.git", | ||
"state" : { | ||
"branch" : "develop", | ||
"revision" : "343d463cffef1f30458d02ce2dc441138e9e0134" | ||
} | ||
}, | ||
{ | ||
"identity" : "sweep", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/JohnSundell/Sweep.git", | ||
"state" : { | ||
"revision" : "801c2878e4c6c5baf32fe132e1f3f3af6f9fd1b0", | ||
"version" : "0.4.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-atomics", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-atomics.git", | ||
"state" : { | ||
"revision" : "3e95ba32cd1b4c877f6163e8eea54afc4e63bf9f", | ||
"version" : "0.0.3" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
Oops, something went wrong.