Skip to content

Commit

Permalink
Update with Xcode 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Jun 1, 2018
1 parent 86639db commit 0932f61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Framework/Sources/UIColor+SRGAppearance.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ - (id)transformedValue:(id)value

NSScanner *scanner = [NSScanner scannerWithString:value];
if ([value hasPrefix:@"#"]) {
[scanner setScanLocation:1];
scanner.scanLocation = 1;
}

unsigned rgbValue = 0;
Expand Down
2 changes: 1 addition & 1 deletion SRGAppearance.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = SRG;
LastUpgradeCheck = 0930;
LastUpgradeCheck = 0940;
ORGANIZATIONNAME = "SRG SSR";
TargetAttributes = {
6FA09D351D9E6F8900EDCA64 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?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/>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
LastUpgradeVersion = "0940"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 0932f61

Please sign in to comment.