Skip to content

Commit b683dda

Browse files
author
chenliming
committed
add carthage
1 parent 4fbf00b commit b683dda

File tree

3 files changed

+164
-4
lines changed

3 files changed

+164
-4
lines changed

FrameWork/LFLiveKit.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@
24942494
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
24952495
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
24962496
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2497-
MACH_O_TYPE = staticlib;
2497+
MACH_O_TYPE = mh_dylib;
24982498
OTHER_LDFLAGS = "-ObjC";
24992499
PRODUCT_BUNDLE_IDENTIFIER = com.youku.LFLiveKit;
25002500
PRODUCT_NAME = LFLiveKit;
@@ -2519,7 +2519,7 @@
25192519
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
25202520
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
25212521
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2522-
MACH_O_TYPE = staticlib;
2522+
MACH_O_TYPE = mh_dylib;
25232523
OTHER_LDFLAGS = "-ObjC";
25242524
PRODUCT_BUNDLE_IDENTIFIER = com.youku.LFLiveKit;
25252525
PRODUCT_NAME = LFLiveKit;
@@ -2649,7 +2649,7 @@
26492649
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
26502650
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
26512651
LIBRARY_SEARCH_PATHS = "$(inherited)";
2652-
MACH_O_TYPE = staticlib;
2652+
MACH_O_TYPE = mh_dylib;
26532653
OTHER_LDFLAGS = "";
26542654
PRODUCT_BUNDLE_IDENTIFIER = com.youku.LFLiveKit;
26552655
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2673,7 +2673,7 @@
26732673
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
26742674
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
26752675
LIBRARY_SEARCH_PATHS = "$(inherited)";
2676-
MACH_O_TYPE = staticlib;
2676+
MACH_O_TYPE = mh_dylib;
26772677
OTHER_LDFLAGS = "";
26782678
PRODUCT_BUNDLE_IDENTIFIER = com.youku.LFLiveKit;
26792679
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0800"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "84D003751DB8FE1000560583"
18+
BuildableName = "LFLiveKitFramework-universal"
19+
BlueprintName = "LFLiveKitFramework-universal"
20+
ReferencedContainer = "container:LFLiveKit.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
34+
</TestAction>
35+
<LaunchAction
36+
buildConfiguration = "Debug"
37+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39+
launchStyle = "0"
40+
useCustomWorkingDirectory = "NO"
41+
ignoresPersistentStateOnLaunch = "NO"
42+
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
44+
allowLocationSimulation = "YES">
45+
<MacroExpansion>
46+
<BuildableReference
47+
BuildableIdentifier = "primary"
48+
BlueprintIdentifier = "84D003751DB8FE1000560583"
49+
BuildableName = "LFLiveKitFramework-universal"
50+
BlueprintName = "LFLiveKitFramework-universal"
51+
ReferencedContainer = "container:LFLiveKit.xcodeproj">
52+
</BuildableReference>
53+
</MacroExpansion>
54+
<AdditionalOptions>
55+
</AdditionalOptions>
56+
</LaunchAction>
57+
<ProfileAction
58+
buildConfiguration = "Release"
59+
shouldUseLaunchSchemeArgsEnv = "YES"
60+
savedToolIdentifier = ""
61+
useCustomWorkingDirectory = "NO"
62+
debugDocumentVersioning = "YES">
63+
<MacroExpansion>
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "84D003751DB8FE1000560583"
67+
BuildableName = "LFLiveKitFramework-universal"
68+
BlueprintName = "LFLiveKitFramework-universal"
69+
ReferencedContainer = "container:LFLiveKit.xcodeproj">
70+
</BuildableReference>
71+
</MacroExpansion>
72+
</ProfileAction>
73+
<AnalyzeAction
74+
buildConfiguration = "Debug">
75+
</AnalyzeAction>
76+
<ArchiveAction
77+
buildConfiguration = "Release"
78+
revealArchiveInOrganizer = "YES">
79+
</ArchiveAction>
80+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0800"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "8495F66A1DB8F14600542124"
18+
BuildableName = "LFLiveKit.framework"
19+
BlueprintName = "LFLiveKitFramework"
20+
ReferencedContainer = "container:LFLiveKit.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
34+
</TestAction>
35+
<LaunchAction
36+
buildConfiguration = "Debug"
37+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39+
launchStyle = "0"
40+
useCustomWorkingDirectory = "NO"
41+
ignoresPersistentStateOnLaunch = "NO"
42+
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
44+
allowLocationSimulation = "YES">
45+
<MacroExpansion>
46+
<BuildableReference
47+
BuildableIdentifier = "primary"
48+
BlueprintIdentifier = "8495F66A1DB8F14600542124"
49+
BuildableName = "LFLiveKit.framework"
50+
BlueprintName = "LFLiveKitFramework"
51+
ReferencedContainer = "container:LFLiveKit.xcodeproj">
52+
</BuildableReference>
53+
</MacroExpansion>
54+
<AdditionalOptions>
55+
</AdditionalOptions>
56+
</LaunchAction>
57+
<ProfileAction
58+
buildConfiguration = "Release"
59+
shouldUseLaunchSchemeArgsEnv = "YES"
60+
savedToolIdentifier = ""
61+
useCustomWorkingDirectory = "NO"
62+
debugDocumentVersioning = "YES">
63+
<MacroExpansion>
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "8495F66A1DB8F14600542124"
67+
BuildableName = "LFLiveKit.framework"
68+
BlueprintName = "LFLiveKitFramework"
69+
ReferencedContainer = "container:LFLiveKit.xcodeproj">
70+
</BuildableReference>
71+
</MacroExpansion>
72+
</ProfileAction>
73+
<AnalyzeAction
74+
buildConfiguration = "Debug">
75+
</AnalyzeAction>
76+
<ArchiveAction
77+
buildConfiguration = "Release"
78+
revealArchiveInOrganizer = "YES">
79+
</ArchiveAction>
80+
</Scheme>

0 commit comments

Comments
 (0)