Skip to content

Commit

Permalink
Merge pull request #1 from segmentio/bsneed/warning_fix
Browse files Browse the repository at this point in the history
Fixed warnings and removed deleted files from project.
  • Loading branch information
bsneed authored May 19, 2021
2 parents 1752010 + beecfb4 commit 8eab95b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Sources/Sovran/Subscriber.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ import Foundation
/**
Conformance to this protocol lets Stores know that they can work with a given class.
*/
public protocol Subscriber: class { }
public protocol Subscriber: AnyObject { }
9 changes: 2 additions & 7 deletions Sovran.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
A3471FFF2565DC5E00965480 /* ExampleStates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleStates.swift; sourceTree = "<group>"; };
A347201D25673E9400965480 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
A347201E25673E9400965480 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
A347201F25673EBD00965480 /* RELEASING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = RELEASING.md; sourceTree = "<group>"; };
A347202025673EE900965480 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
OBJ_12 /* SovranTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SovranTests.swift; sourceTree = "<group>"; };
OBJ_13 /* XCTestManifests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestManifests.swift; sourceTree = "<group>"; };
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -115,19 +113,16 @@
name = Products;
sourceTree = BUILT_PRODUCTS_DIR;
};
OBJ_5 /* */ = {
OBJ_5 = {
isa = PBXGroup;
children = (
A347201D25673E9400965480 /* LICENSE */,
A347201E25673E9400965480 /* README.md */,
A347201F25673EBD00965480 /* RELEASING.md */,
A347202025673EE900965480 /* CHANGELOG.md */,
OBJ_6 /* Package.swift */,
OBJ_7 /* Sources */,
OBJ_10 /* Tests */,
OBJ_14 /* Products */,
);
name = "";
sourceTree = "<group>";
};
OBJ_7 /* Sources */ = {
Expand Down Expand Up @@ -217,7 +212,7 @@
knownRegions = (
en,
);
mainGroup = OBJ_5 /* */;
mainGroup = OBJ_5;
productRefGroup = OBJ_14 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down

0 comments on commit 8eab95b

Please sign in to comment.