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.
## 📋 Pull Request Information
**Original PR:** https://github.com/UrbanApps/Armchair/pull/119
**Author:** [@mabidakun](https://github.com/mabidakun)
**Created:** 3/30/2018
**Status:** ✅ Merged
**Merged:** 4/9/2018
**Merged by:** [@coneybeare](https://github.com/coneybeare)
**Base:** `master` ← **Head:** `Xcode-9.3-Swift-4.1-Fixes`
---
### 📝 Commits (3)
- [`ffd05b1`](https://github.com/UrbanApps/Armchair/commit/ffd05b16a59927b616471e6fd1b1ae0ef72f209b) Fixes a compile-time failure caused by referening to the useStoreKitReviewPrompt method, which is no included for macOS.
- [`ead9ec4`](https://github.com/UrbanApps/Armchair/commit/ead9ec4656105151750a3d9283fdb739693724fe) Replaces code for checking the platform and OS version, with a simplified call that meets the original intent.
- [`de6e53d`](https://github.com/UrbanApps/Armchair/commit/de6e53da445d893af193061799d5f96e9a6ea54c) Applies Xcode-9.3. Fix-it which adds compile time warnings for the implicit retention of self.
### 📊 Changes
**6 files changed** (+27 additions, -12 deletions)
<details>
<summary>View changed files</summary>
📝 `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)
</details>
### 📄 Description
Contains a few minor modifications to resolve an error and a few warnings under Xcode-9.3/Swift-4.1
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.