Skip to content

Commit db0814c

Browse files
author
chenliming
committed
update
1 parent 3a9e0ef commit db0814c

28 files changed

+290
-9
lines changed

LFLiveKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "LFLiveKit"
5-
s.version = "2.2.2.8"
5+
s.version = "2.2.3"
66
s.summary = "LaiFeng ios Live. LFLiveKit."
77
s.homepage = "https://github.com/chenliming777"
88
s.license = { :type => "MIT", :file => "LICENSE" }

LFLiveKit/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.2.7</string>
18+
<string>2.2.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LFLiveKit/LFLiveKit.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
DYLIB_INSTALL_NAME_BASE = "@rpath";
502502
HEADER_SEARCH_PATHS = (
503503
"\"$(SRCROOT)/../Vendor/GPUImage.framework/Headers\"",
504-
"\"$(SRCROOT)/../Vendor/pili_rtmp.framework/Headers\"",
504+
"\"$(SRCROOT)/../Vendor/pili-librtmp.framework/Headers\"",
505505
);
506506
INFOPLIST_FILE = Info.plist;
507507
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -524,7 +524,7 @@
524524
DYLIB_INSTALL_NAME_BASE = "@rpath";
525525
HEADER_SEARCH_PATHS = (
526526
"\"$(SRCROOT)/../Vendor/GPUImage.framework/Headers\"",
527-
"\"$(SRCROOT)/../Vendor/pili_rtmp.framework/Headers\"",
527+
"\"$(SRCROOT)/../Vendor/pili-librtmp.framework/Headers\"",
528528
);
529529
INFOPLIST_FILE = Info.plist;
530530
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

LFLiveKit/LFLiveKit/publish/LFStreamRtmpSocket.m

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
#import "LFStreamRTMPSocket.h"
1010

11-
#if __has_include(<pili_rtmp/rtmp.h>)
12-
#import <pili_rtmp/rtmp.h>
13-
#elif __has_include("pili_rtmp/rtmp.h")
14-
#import "pili_rtmp/rtmp.h"
11+
#if __has_include(<pili-librtmp/rtmp.h>)
12+
#import <pili-librtmp/rtmp.h>
13+
#elif __has_include("pili-librtmp/rtmp.h")
14+
#import "pili-librtmp/rtmp.h"
1515
#else
1616
#import "rtmp.h"
1717
#endif
753 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Vendor/pili_rtmp.framework/_CodeSignature/CodeResources Vendor/pili-librtmp.framework/_CodeSignature/CodeResources

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</data>
4747
<key>Info.plist</key>
4848
<data>
49-
IXtWyFBgIb9xtuVHWWG7iOCpFVg=
49+
jBTUuQpeANWyu36KXLiUdaEFXR8=
5050
</data>
5151
</dict>
5252
<key>files2</key>

Vendor/pili_rtmp.framework/Info.plist

-730 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,255 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
84D8B54A1D767EB400752B56 /* pili_librtmp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84D8B5491D767EB400752B56 /* pili_librtmp.h */; };
11+
84D8B54C1D767EB400752B56 /* pili_librtmp.m in Sources */ = {isa = PBXBuildFile; fileRef = 84D8B54B1D767EB400752B56 /* pili_librtmp.m */; };
12+
/* End PBXBuildFile section */
13+
14+
/* Begin PBXCopyFilesBuildPhase section */
15+
84D8B5441D767EB400752B56 /* CopyFiles */ = {
16+
isa = PBXCopyFilesBuildPhase;
17+
buildActionMask = 2147483647;
18+
dstPath = "include/$(PRODUCT_NAME)";
19+
dstSubfolderSpec = 16;
20+
files = (
21+
84D8B54A1D767EB400752B56 /* pili_librtmp.h in CopyFiles */,
22+
);
23+
runOnlyForDeploymentPostprocessing = 0;
24+
};
25+
/* End PBXCopyFilesBuildPhase section */
26+
27+
/* Begin PBXFileReference section */
28+
84D8B5461D767EB400752B56 /* libpili-librtmp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libpili-librtmp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
29+
84D8B5491D767EB400752B56 /* pili_librtmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pili_librtmp.h; sourceTree = "<group>"; };
30+
84D8B54B1D767EB400752B56 /* pili_librtmp.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = pili_librtmp.m; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
84D8B5431D767EB400752B56 /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
84D8B53D1D767EB300752B56 = {
45+
isa = PBXGroup;
46+
children = (
47+
84D8B5481D767EB400752B56 /* pili-librtmp */,
48+
84D8B5471D767EB400752B56 /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
84D8B5471D767EB400752B56 /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
84D8B5461D767EB400752B56 /* libpili-librtmp.a */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
84D8B5481D767EB400752B56 /* pili-librtmp */ = {
61+
isa = PBXGroup;
62+
children = (
63+
84D8B5491D767EB400752B56 /* pili_librtmp.h */,
64+
84D8B54B1D767EB400752B56 /* pili_librtmp.m */,
65+
);
66+
path = "pili-librtmp";
67+
sourceTree = "<group>";
68+
};
69+
/* End PBXGroup section */
70+
71+
/* Begin PBXNativeTarget section */
72+
84D8B5451D767EB400752B56 /* pili-librtmp */ = {
73+
isa = PBXNativeTarget;
74+
buildConfigurationList = 84D8B54F1D767EB400752B56 /* Build configuration list for PBXNativeTarget "pili-librtmp" */;
75+
buildPhases = (
76+
84D8B5421D767EB400752B56 /* Sources */,
77+
84D8B5431D767EB400752B56 /* Frameworks */,
78+
84D8B5441D767EB400752B56 /* CopyFiles */,
79+
);
80+
buildRules = (
81+
);
82+
dependencies = (
83+
);
84+
name = "pili-librtmp";
85+
productName = "pili-librtmp";
86+
productReference = 84D8B5461D767EB400752B56 /* libpili-librtmp.a */;
87+
productType = "com.apple.product-type.library.static";
88+
};
89+
/* End PBXNativeTarget section */
90+
91+
/* Begin PBXProject section */
92+
84D8B53E1D767EB300752B56 /* Project object */ = {
93+
isa = PBXProject;
94+
attributes = {
95+
LastUpgradeCheck = 0730;
96+
ORGANIZATIONNAME = admin;
97+
TargetAttributes = {
98+
84D8B5451D767EB400752B56 = {
99+
CreatedOnToolsVersion = 7.3.1;
100+
};
101+
};
102+
};
103+
buildConfigurationList = 84D8B5411D767EB300752B56 /* Build configuration list for PBXProject "pili-librtmp" */;
104+
compatibilityVersion = "Xcode 3.2";
105+
developmentRegion = English;
106+
hasScannedForEncodings = 0;
107+
knownRegions = (
108+
en,
109+
);
110+
mainGroup = 84D8B53D1D767EB300752B56;
111+
productRefGroup = 84D8B5471D767EB400752B56 /* Products */;
112+
projectDirPath = "";
113+
projectRoot = "";
114+
targets = (
115+
84D8B5451D767EB400752B56 /* pili-librtmp */,
116+
);
117+
};
118+
/* End PBXProject section */
119+
120+
/* Begin PBXSourcesBuildPhase section */
121+
84D8B5421D767EB400752B56 /* Sources */ = {
122+
isa = PBXSourcesBuildPhase;
123+
buildActionMask = 2147483647;
124+
files = (
125+
84D8B54C1D767EB400752B56 /* pili_librtmp.m in Sources */,
126+
);
127+
runOnlyForDeploymentPostprocessing = 0;
128+
};
129+
/* End PBXSourcesBuildPhase section */
130+
131+
/* Begin XCBuildConfiguration section */
132+
84D8B54D1D767EB400752B56 /* Debug */ = {
133+
isa = XCBuildConfiguration;
134+
buildSettings = {
135+
ALWAYS_SEARCH_USER_PATHS = NO;
136+
CLANG_ANALYZER_NONNULL = YES;
137+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
138+
CLANG_CXX_LIBRARY = "libc++";
139+
CLANG_ENABLE_MODULES = YES;
140+
CLANG_ENABLE_OBJC_ARC = YES;
141+
CLANG_WARN_BOOL_CONVERSION = YES;
142+
CLANG_WARN_CONSTANT_CONVERSION = YES;
143+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
144+
CLANG_WARN_EMPTY_BODY = YES;
145+
CLANG_WARN_ENUM_CONVERSION = YES;
146+
CLANG_WARN_INT_CONVERSION = YES;
147+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
148+
CLANG_WARN_UNREACHABLE_CODE = YES;
149+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
150+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
151+
COPY_PHASE_STRIP = NO;
152+
DEBUG_INFORMATION_FORMAT = dwarf;
153+
ENABLE_STRICT_OBJC_MSGSEND = YES;
154+
ENABLE_TESTABILITY = YES;
155+
GCC_C_LANGUAGE_STANDARD = gnu99;
156+
GCC_DYNAMIC_NO_PIC = NO;
157+
GCC_NO_COMMON_BLOCKS = YES;
158+
GCC_OPTIMIZATION_LEVEL = 0;
159+
GCC_PREPROCESSOR_DEFINITIONS = (
160+
"DEBUG=1",
161+
"$(inherited)",
162+
);
163+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
164+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
165+
GCC_WARN_UNDECLARED_SELECTOR = YES;
166+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
167+
GCC_WARN_UNUSED_FUNCTION = YES;
168+
GCC_WARN_UNUSED_VARIABLE = YES;
169+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
170+
MTL_ENABLE_DEBUG_INFO = YES;
171+
ONLY_ACTIVE_ARCH = YES;
172+
SDKROOT = iphoneos;
173+
};
174+
name = Debug;
175+
};
176+
84D8B54E1D767EB400752B56 /* Release */ = {
177+
isa = XCBuildConfiguration;
178+
buildSettings = {
179+
ALWAYS_SEARCH_USER_PATHS = NO;
180+
CLANG_ANALYZER_NONNULL = YES;
181+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
182+
CLANG_CXX_LIBRARY = "libc++";
183+
CLANG_ENABLE_MODULES = YES;
184+
CLANG_ENABLE_OBJC_ARC = YES;
185+
CLANG_WARN_BOOL_CONVERSION = YES;
186+
CLANG_WARN_CONSTANT_CONVERSION = YES;
187+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
188+
CLANG_WARN_EMPTY_BODY = YES;
189+
CLANG_WARN_ENUM_CONVERSION = YES;
190+
CLANG_WARN_INT_CONVERSION = YES;
191+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
192+
CLANG_WARN_UNREACHABLE_CODE = YES;
193+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
194+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
195+
COPY_PHASE_STRIP = NO;
196+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
197+
ENABLE_NS_ASSERTIONS = NO;
198+
ENABLE_STRICT_OBJC_MSGSEND = YES;
199+
GCC_C_LANGUAGE_STANDARD = gnu99;
200+
GCC_NO_COMMON_BLOCKS = YES;
201+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
202+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
203+
GCC_WARN_UNDECLARED_SELECTOR = YES;
204+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
205+
GCC_WARN_UNUSED_FUNCTION = YES;
206+
GCC_WARN_UNUSED_VARIABLE = YES;
207+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
208+
MTL_ENABLE_DEBUG_INFO = NO;
209+
SDKROOT = iphoneos;
210+
VALIDATE_PRODUCT = YES;
211+
};
212+
name = Release;
213+
};
214+
84D8B5501D767EB400752B56 /* Debug */ = {
215+
isa = XCBuildConfiguration;
216+
buildSettings = {
217+
OTHER_LDFLAGS = "-ObjC";
218+
PRODUCT_NAME = "$(TARGET_NAME)";
219+
SKIP_INSTALL = YES;
220+
};
221+
name = Debug;
222+
};
223+
84D8B5511D767EB400752B56 /* Release */ = {
224+
isa = XCBuildConfiguration;
225+
buildSettings = {
226+
OTHER_LDFLAGS = "-ObjC";
227+
PRODUCT_NAME = "$(TARGET_NAME)";
228+
SKIP_INSTALL = YES;
229+
};
230+
name = Release;
231+
};
232+
/* End XCBuildConfiguration section */
233+
234+
/* Begin XCConfigurationList section */
235+
84D8B5411D767EB300752B56 /* Build configuration list for PBXProject "pili-librtmp" */ = {
236+
isa = XCConfigurationList;
237+
buildConfigurations = (
238+
84D8B54D1D767EB400752B56 /* Debug */,
239+
84D8B54E1D767EB400752B56 /* Release */,
240+
);
241+
defaultConfigurationIsVisible = 0;
242+
defaultConfigurationName = Release;
243+
};
244+
84D8B54F1D767EB400752B56 /* Build configuration list for PBXNativeTarget "pili-librtmp" */ = {
245+
isa = XCConfigurationList;
246+
buildConfigurations = (
247+
84D8B5501D767EB400752B56 /* Debug */,
248+
84D8B5511D767EB400752B56 /* Release */,
249+
);
250+
defaultConfigurationIsVisible = 0;
251+
};
252+
/* End XCConfigurationList section */
253+
};
254+
rootObject = 84D8B53E1D767EB300752B56 /* Project object */;
255+
}
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// pili_librtmp.h
3+
// pili-librtmp
4+
//
5+
// Created by admin on 16/8/31.
6+
// Copyright © 2016年 admin. All rights reserved.
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
11+
@interface pili_librtmp : NSObject
12+
13+
@end
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// pili_librtmp.m
3+
// pili-librtmp
4+
//
5+
// Created by admin on 16/8/31.
6+
// Copyright © 2016年 admin. All rights reserved.
7+
//
8+
9+
#import "pili_librtmp.h"
10+
11+
@implementation pili_librtmp
12+
13+
@end

0 commit comments

Comments
 (0)