mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
[PR #119] [MERGED] Xcode 9.3 swift 4.1 fixes #131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UrbanApps/Armchair/pull/119
Author: @mabidakun
Created: 3/30/2018
Status: ✅ Merged
Merged: 4/9/2018
Merged by: @coneybeare
Base:
master← Head:Xcode-9.3-Swift-4.1-Fixes📝 Commits (3)
ffd05b1Fixes a compile-time failure caused by referening to the useStoreKitReviewPrompt method, which is no included for macOS.ead9ec4Replaces code for checking the platform and OS version, with a simplified call that meets the original intent.de6e53dApplies Xcode-9.3. Fix-it which adds compile time warnings for the implicit retention of self.📊 Changes
6 files changed (+27 additions, -12 deletions)
View changed files
📝
Armchair.xcodeproj/project.pbxproj(+5 -1)📝
Armchair.xcodeproj/xcshareddata/xcschemes/Armchair.xcscheme(+1 -3)📝
Armchair.xcodeproj/xcshareddata/xcschemes/ArmchairMac.xcscheme(+1 -3)📝
Mac Example.xcodeproj/project.pbxproj(+5 -1)📝
Source/Armchair.swift(+10 -3)📝
iOS Example.xcodeproj/project.pbxproj(+5 -1)📄 Description
Contains a few minor modifications to resolve an error and a few warnings under Xcode-9.3/Swift-4.1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.