mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
[PR #74] [MERGED] Updates project so it builds with Swift 2.3 #113
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/74
Author: @JagCesar
Created: 9/8/2016
Status: ✅ Merged
Merged: 9/16/2016
Merged by: @coneybeare
Base:
master← Head:feature/swift2.3📝 Commits (1)
96f70c8Updates project so it builds with Swift 2.3📊 Changes
5 files changed (+44 additions, -30 deletions)
View changed files
📝
Armchair.xcodeproj/project.pbxproj(+21 -3)📝
Armchair.xcodeproj/xcshareddata/xcschemes/Armchair.xcscheme(+1 -1)📝
Armchair.xcodeproj/xcshareddata/xcschemes/ArmchairMac.xcscheme(+1 -1)📝
Source/Armchair.swift(+6 -5)📝
iOS Example.xcodeproj/project.pbxproj(+15 -20)📄 Description
I've seen there are Pull Requests that updates so this code runs Swift 3. I would say it's dangerous to refactor to Swift 3 without having any unit tests.
The fix needed so the project builds with Swift 2.3 is a lot smaller, which means it's a smaller chance of something breaking.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.