Skip to content

Commit

Permalink
Merge pull request #4 from molon/dev
Browse files Browse the repository at this point in the history
travis and svg
  • Loading branch information
molon authored Jun 30, 2016
2 parents 714aea9 + 73c7c0c commit 1d4c254
Show file tree
Hide file tree
Showing 6 changed files with 369 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
language: objective-c
osx_image: xcode7
xcode_project: Example/MLLayoutDemo.xcworkspace
xcode_scheme: MLLayoutDemo
before_install:
- brew update
- brew upgrade xctool
script:
- xctool -project Example/MLLayoutDemo.xcworkspace -scheme MLLayoutDemo build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- brew update
- brew upgrade xctool
notifications:
email:
- dudl@qq.com
# after_success:
# - bash <(curl -s https://codecov.io/bash)

podfile: Example/Podfile
script:
xctool
-workspace Example/MLLayoutDemo.xcworkspace
-scheme MLLayoutDemo
-sdk iphonesimulator
build
ONLY_ACTIVE_ARCH=NO
CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "361136E11D181C45007D28D6"
BuildableName = "MLLayoutDemo.app"
BlueprintName = "MLLayoutDemo"
ReferencedContainer = "container:MLLayoutDemo.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 = "361136FA1D181C45007D28D6"
BuildableName = "MLLayoutDemoTests.xctest"
BlueprintName = "MLLayoutDemoTests"
ReferencedContainer = "container:MLLayoutDemo.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "361137051D181C45007D28D6"
BuildableName = "MLLayoutDemoUITests.xctest"
BlueprintName = "MLLayoutDemoUITests"
ReferencedContainer = "container:MLLayoutDemo.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "361136E11D181C45007D28D6"
BuildableName = "MLLayoutDemo.app"
BlueprintName = "MLLayoutDemo"
ReferencedContainer = "container:MLLayoutDemo.xcodeproj">
</BuildableReference>
</MacroExpansion>
<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">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "361136E11D181C45007D28D6"
BuildableName = "MLLayoutDemo.app"
BlueprintName = "MLLayoutDemo"
ReferencedContainer = "container:MLLayoutDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "361136E11D181C45007D28D6"
BuildableName = "MLLayoutDemo.app"
BlueprintName = "MLLayoutDemo"
ReferencedContainer = "container:MLLayoutDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MLLayout
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/molon/MLLayout/master/LICENSE)&nbsp;
[![CocoaPods](http://img.shields.io/cocoapods/v/MLLayout.svg?style=flat)](http://cocoapods.org/?q=MLLayout)&nbsp;
[![CocoaPods](http://img.shields.io/cocoapods/p/MLLayout.svg?style=flat)](http://cocoapods.org/?q=MLLayout)&nbsp;
[![Build Status](https://travis-ci.org/molon/MLLayout.svg?branch=master)](https://travis-ci.org/molon/MLLayout)&nbsp;

Flexbox in Objective-C, using Facebook's css-layout.

Expand Down

0 comments on commit 1d4c254

Please sign in to comment.