Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lincode committed Sep 8, 2016
1 parent 3e3c48f commit aa688b9
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 34 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
osx_image: xcode7.3
language: objective-c
script:
- |
xcodebuild test \
-project FRDIntent.xcodeproj \
-scheme FRDIntentTests \
-sdk iphonesimulator \
ONLY_ACTIVE_ARCH=NO
4 changes: 2 additions & 2 deletions FRDIntent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Pod::Spec.new do |s|
s.summary = "FRDIntent can handle the call between view controller"

s.description = "FRDIntent has two components URLRouter and Inteng, using for calling view controllers inner app or outer app."
s.homepage = "http://github.intra.douban.com/guolin/FRDIntent"
s.homepage = "http://github.com/douban/FRDIntent"
s.license = { :type => 'MIT', :text => 'LICENSE.md' }
s.author = { "lincode" => "[email protected]" }

s.platform = :ios, "8.0"
s.source = { :git => "http://github.intra.douban.com/guolin/FRDIntent.git", :tag => "#{s.version}" }
s.source = { :git => "http://github.com/douban/FRDIntent.git", :tag => "#{s.version}" }

s.subspec 'Intent' do |intent|
intent.source_files = 'FRDIntent/Source/Intent/**/*.swift', 'FRDIntent/Source/Core/**/*.swift'
Expand Down
99 changes: 99 additions & 0 deletions FRDIntent.xcodeproj/xcshareddata/xcschemes/FRDIntent.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?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 = "A354CC241D6EA93D00830990"
BuildableName = "FRDIntent.framework"
BlueprintName = "FRDIntent"
ReferencedContainer = "container:FRDIntent.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 = "A354CC2E1D6EA93D00830990"
BuildableName = "FRDIntentTests.xctest"
BlueprintName = "FRDIntentTests"
ReferencedContainer = "container:FRDIntent.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A354CC241D6EA93D00830990"
BuildableName = "FRDIntent.framework"
BlueprintName = "FRDIntent"
ReferencedContainer = "container:FRDIntent.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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A354CC241D6EA93D00830990"
BuildableName = "FRDIntent.framework"
BlueprintName = "FRDIntent"
ReferencedContainer = "container:FRDIntent.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A354CC241D6EA93D00830990"
BuildableName = "FRDIntent.framework"
BlueprintName = "FRDIntent"
ReferencedContainer = "container:FRDIntent.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
56 changes: 56 additions & 0 deletions FRDIntent.xcodeproj/xcshareddata/xcschemes/FRDIntentTests.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A354CC2E1D6EA93D00830990"
BuildableName = "FRDIntentTests.xctest"
BlueprintName = "FRDIntentTests"
ReferencedContainer = "container:FRDIntent.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<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">
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit aa688b9

Please sign in to comment.