Skip to content

Commit

Permalink
support Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
easyui committed Jan 5, 2017
1 parent c1f9742 commit e15eee2
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 4 deletions.
80 changes: 80 additions & 0 deletions EZPlayer.xcodeproj/xcshareddata/xcschemes/EZPlayer.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "995E79161DD99D5A006CE7E9"
BuildableName = "EZPlayer.framework"
BlueprintName = "EZPlayer"
ReferencedContainer = "container:EZPlayer.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "995E79161DD99D5A006CE7E9"
BuildableName = "EZPlayer.framework"
BlueprintName = "EZPlayer"
ReferencedContainer = "container:EZPlayer.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "995E79161DD99D5A006CE7E9"
BuildableName = "EZPlayer.framework"
BlueprintName = "EZPlayer"
ReferencedContainer = "container:EZPlayer.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
4 changes: 0 additions & 4 deletions EZPlayer/EZPlayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1226,10 +1226,6 @@ extension EZPlayer {
default:
break
}




}
}
}
Expand Down

0 comments on commit e15eee2

Please sign in to comment.