-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed local build issues (14" M1 MBP / macOS 12.3.1 #338
base: main
Are you sure you want to change the base?
Conversation
cbserra
commented
May 25, 2022
- Accepted XCode suggestions.
- Removed Carthage references to frameworks.
- Fixed metadata references to FuseSwift and SavannaKit frameworks.
…; fixed references to Fuse and Savana frameworks
@@ -138,7 +138,6 @@ | |||
2C2066A121FE47090082570E /* PopoverViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopoverViewController.swift; sourceTree = "<group>"; }; | |||
2C2066A321FE47CE0082570E /* PopoverView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopoverView.swift; sourceTree = "<group>"; }; | |||
2C2066A521FE53870082570E /* SearchField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchField.swift; sourceTree = "<group>"; }; | |||
2C3B003D22E3775300BBD4D0 /* SavannaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SavannaKit.framework; path = ../../../Carthage/Build/Mac/SavannaKit.framework; sourceTree = "<group>"; }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Old Carthage reference removed. OK to do?
@@ -154,7 +153,6 @@ | |||
2C9761DE2214E46800AFF8CD /* Script.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Script.swift; sourceTree = "<group>"; }; | |||
2C9761E02214E68D00AFF8CD /* ScriptTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScriptTableViewCell.swift; sourceTree = "<group>"; }; | |||
2CA245DB224822EA00586DFD /* ScriptTableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScriptTableView.swift; sourceTree = "<group>"; }; | |||
2CB9D7F024319BAC00135424 /* Fuse.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fuse.framework; path = ../../../Carthage/Build/Mac/Fuse.framework; sourceTree = "<group>"; }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Old Carthage reference removed. OK to do?
@@ -411,7 +409,7 @@ | |||
isa = PBXProject; | |||
attributes = { | |||
LastSwiftUpdateCheck = 1100; | |||
LastUpgradeCheck = 1010; | |||
LastUpgradeCheck = 1330; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This and the rest of the file's edits I believe were modified by accepting XCode's suggestions. Was that ok?
"revision": "bb51ee074152a7361e7085d10723f699c79fe673", | ||
"version": "0.15.1" | ||
} | ||
"pins" : [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why these changed.
@@ -97,7 +97,7 @@ extension Script: Fuseable { | |||
} | |||
} | |||
|
|||
protocol ScriptDelegate: class { | |||
protocol ScriptDelegate: AnyObject { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XCode suggestion
@@ -1,6 +1,6 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<Scheme | |||
LastUpgradeVersion = "1100" | |||
LastUpgradeVersion = "1330" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |