Skip to content

Commit

Permalink
🔧 update xcode files
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardodino committed Jul 1, 2022
1 parent 71ec73f commit ff8e67e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
{
"object": {
"pins": [
{
"package": "SimplyCoreAudio",
"repositoryURL": "https://github.com/rnine/SimplyCoreAudio.git",
"state": {
"branch": null,
"revision": "a76df85c7188f6cbb5b49392632bb65f2e112a4c",
"version": null
}
},
{
"package": "swift-atomics",
"repositoryURL": "https://github.com/apple/swift-atomics.git",
"state": {
"branch": null,
"revision": "3e95ba32cd1b4c877f6163e8eea54afc4e63bf9f",
"version": "0.0.3"
}
"pins" : [
{
"identity" : "simplycoreaudio",
"kind" : "remoteSourceControl",
"location" : "https://github.com/rnine/SimplyCoreAudio.git",
"state" : {
"revision" : "a76df85c7188f6cbb5b49392632bb65f2e112a4c"
}
]
},
"version": 1
},
{
"identity" : "swift-atomics",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-atomics.git",
"state" : {
"revision" : "3e95ba32cd1b4c877f6163e8eea54afc4e63bf9f",
"version" : "0.0.3"
}
}
],
"version" : 2
}
4 changes: 2 additions & 2 deletions BeezyLight/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="20037"/>
</dependencies>
<scenes>
<!--Application-->
Expand Down

0 comments on commit ff8e67e

Please sign in to comment.