Skip to content

Commit

Permalink
Update XcodeGen config (#28)
Browse files Browse the repository at this point in the history
* Update XcodeGen config

* Update project.yml

* 4.2
  • Loading branch information
stephencelis authored Jan 7, 2019
1 parent e867586 commit 31768ae
Show file tree
Hide file tree
Showing 8 changed files with 304 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM norionomura/swift:41
FROM swift:4.2

WORKDIR /package

Expand Down
197 changes: 185 additions & 12 deletions Html.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions Html.xcodeproj/xcshareddata/xcschemes/Html_watchOS.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_A56629B8583F524D8DABDEB1B3B5FCB8"
BuildableName = "Html.framework"
BlueprintName = "Html_watchOS"
ReferencedContainer = "container:Html.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_FA846A49F72C052E4C6D4EB6DDB7C485"
BuildableName = "HtmlTests.xctest"
BlueprintName = "HtmlTests_watchOS"
ReferencedContainer = "container:Html.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_A56629B8583F524D8DABDEB1B3B5FCB8"
BuildableName = "Html.framework"
BlueprintName = "Html_watchOS"
ReferencedContainer = "container:Html.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CommandLineArguments>
</CommandLineArguments>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_A56629B8583F524D8DABDEB1B3B5FCB8"
BuildableName = "Html.framework"
BlueprintName = "Html_watchOS"
ReferencedContainer = "container:Html.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CommandLineArguments>
</CommandLineArguments>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_A56629B8583F524D8DABDEB1B3B5FCB8"
BuildableName = "Html.framework"
BlueprintName = "Html_watchOS"
ReferencedContainer = "container:Html.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
</CommandLineArguments>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
19 changes: 0 additions & 19 deletions Html.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions Html.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🗺 swift-html

[![Swift 4.1](https://img.shields.io/badge/swift-4.1-ED523F.svg?style=flat)](https://swift.org/download/)
[![Swift 4.2](https://img.shields.io/badge/swift-4.2-ED523F.svg?style=flat)](https://swift.org/download/)
[![iOS/macOS CI](https://img.shields.io/circleci/project/github/pointfreeco/swift-html/master.svg?label=ios/macos)](https://circleci.com/gh/pointfreeco/swift-html)
[![Linux CI](https://img.shields.io/travis/pointfreeco/swift-html/master.svg?label=linux)](https://travis-ci.org/pointfreeco/swift-html)
[![@pointfreeco](https://img.shields.io/badge/contact-@pointfreeco-5AA9E7.svg?style=flat)](https://twitter.com/pointfreeco)
Expand Down
19 changes: 10 additions & 9 deletions project.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
name: Html
fileGroups:
- Html.playground
options:
bundleIdPrefix: co.pointfree
deploymentTarget:
iOS: 10.0
macOS: '10.10'
tvOS: 10.0
iOS: 8.0
macOS: 10.9
tvOS: 9.0
watchOS: 2.0
indentWidth: 2
tabWidth: 2
usesTabs: false
targets:
Html:
platform: [macOS, iOS, tvOS]
settings:
FRAMEWORK_SEARCH_PATHS: $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks
scheme:
testTargets: [HtmlTests_$platform]
info:
path: Info.plist
platform: [macOS, iOS, tvOS, watchOS]
scheme:
testTargets: [HtmlTests_$platform]
sources: [Sources]
type: framework
HtmlTests:
dependencies: [{target: HtmlTests_$platform}]
platform: [macOS, iOS, tvOS]
platform: [macOS, iOS, tvOS, watchOS]
sources:
- path: Tests
excludes:
Expand Down

0 comments on commit 31768ae

Please sign in to comment.