Skip to content

Commit 4f62337

Browse files
committed
Release 13.2.0
1 parent f74f137 commit 4f62337

File tree

322 files changed

+424773
-699335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+424773
-699335
lines changed
0 Bytes
Binary file not shown.

package/Objective-C Example/ASAPPChatDemoObjC.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
3087DD6D1D53D01800C8C327 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3087DD6C1D53D01800C8C327 /* Assets.xcassets */; };
1414
3087DD701D53D01800C8C327 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3087DD6E1D53D01800C8C327 /* LaunchScreen.storyboard */; };
1515
3A2DA7A825BB277800A99873 /* ASAPPSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A2DA7A725BB277800A99873 /* ASAPPSDK.xcframework */; };
16-
3A2DA7A925BB277800A99873 /* ASAPPSDK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3A2DA7A725BB277800A99873 /* ASAPPSDK.xcframework */; settings = {ATTRIBUTES = ( ); }; };
16+
3A2DA7A925BB277800A99873 /* ASAPPSDK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3A2DA7A725BB277800A99873 /* ASAPPSDK.xcframework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
1717
/* End PBXBuildFile section */
1818

1919
/* Begin PBXCopyFilesBuildPhase section */

package/with bitcode/dynamic/ASAPPSDK.xcframework/Info.plist

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>ASAPPSDK.framework/ASAPPSDK</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>ASAPPSDK.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>ASAPPSDK.framework/ASAPPSDK</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>ASAPPSDK.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

package/with bitcode/dynamic/ASAPPSDK.xcframework/ios-arm64/ASAPPSDK.framework/COPYING

-170
This file was deleted.

package/with bitcode/dynamic/ASAPPSDK.xcframework/ios-arm64/ASAPPSDK.framework/Headers/ASAPPSDK-Swift.h

-83
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
281281
@import Foundation;
282282
@import ObjectiveC;
283283
@import UIKit;
284-
@import WebKit;
285284
#endif
286285

287286
#endif
@@ -1209,7 +1208,6 @@ SWIFT_CLASS("_TtC8ASAPPSDK17AnimatedImageView")
12091208

12101209

12111210

1212-
12131211
/// :nodoc:
12141212
SWIFT_CLASS("_TtC8ASAPPSDK23ComponentViewController")
12151213
@interface ComponentViewController : ASAPPViewController
@@ -1232,85 +1230,6 @@ SWIFT_CLASS("_TtC8ASAPPSDK23ComponentViewController")
12321230

12331231

12341232

1235-
/// A layout manager capable of drawing the custom attributes set by the <code>DownStyler</code>.
1236-
/// Insert this into a TextKit stack manually, or use the provided <code>DownTextView</code>.
1237-
SWIFT_CLASS("_TtC8ASAPPSDK17DownLayoutManager")
1238-
@interface DownLayoutManager : NSLayoutManager
1239-
- (void)drawGlyphsForGlyphRange:(NSRange)glyphsToShow atPoint:(CGPoint)origin;
1240-
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1241-
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
1242-
@end
1243-
1244-
1245-
/// A layout manager that draws the line fragments.
1246-
/// Line fragments are the areas with a document that contain lines of text. There
1247-
/// are two types.
1248-
/// <ol>
1249-
/// <li>
1250-
/// A <em>line rect</em> (drawn in red) indicates the maximum rect enclosing the line.
1251-
/// This inlcudes not only the textual content, but also the padding (if any) around that text.
1252-
/// </li>
1253-
/// <li>
1254-
/// A <em>line used rect</em> (drawn in blue) is the smallest rect enclosing the textual content.
1255-
/// </li>
1256-
/// </ol>
1257-
/// The visualization of these rects is useful when determining the paragraph styles
1258-
/// of a <code>DownStyler</code>.
1259-
/// Insert this into a TextKit stack manually, or use the provided <code>DownDebugTextView</code>.
1260-
SWIFT_CLASS("_TtC8ASAPPSDK22DownDebugLayoutManager")
1261-
@interface DownDebugLayoutManager : DownLayoutManager
1262-
- (void)drawGlyphsForGlyphRange:(NSRange)glyphsToShow atPoint:(CGPoint)origin;
1263-
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1264-
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
1265-
@end
1266-
1267-
@class NSTextContainer;
1268-
1269-
/// A text view capable of parsing and rendering markdown via the AST.
1270-
SWIFT_CLASS("_TtC8ASAPPSDK12DownTextView")
1271-
@interface DownTextView : UITextView
1272-
@property (nonatomic, copy) NSString * _Null_unspecified text;
1273-
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
1274-
- (nonnull instancetype)initWithFrame:(CGRect)frame textContainer:(NSTextContainer * _Nullable)textContainer SWIFT_UNAVAILABLE;
1275-
@end
1276-
1277-
1278-
/// A text view capable of parsing and rendering markdown via the AST, as well as line fragments.
1279-
/// See <code>DownDebugLayoutManager</code>.
1280-
SWIFT_CLASS("_TtC8ASAPPSDK17DownDebugTextView")
1281-
@interface DownDebugTextView : DownTextView
1282-
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
1283-
@end
1284-
1285-
1286-
1287-
@class WKWebViewConfiguration;
1288-
1289-
SWIFT_CLASS("_TtC8ASAPPSDK8DownView")
1290-
@interface DownView : WKWebView
1291-
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
1292-
- (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
1293-
@end
1294-
1295-
@class WKNavigationResponse;
1296-
@class WKNavigationAction;
1297-
@class WKNavigation;
1298-
1299-
@interface DownView (SWIFT_EXTENSION(ASAPPSDK)) <WKNavigationDelegate>
1300-
- (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse decisionHandler:(void (^ _Nonnull)(WKNavigationResponsePolicy))decisionHandler;
1301-
- (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationAction:(WKNavigationAction * _Nonnull)navigationAction decisionHandler:(void (^ _Nonnull)(WKNavigationActionPolicy))decisionHandler;
1302-
- (void)webView:(WKWebView * _Nonnull)webView didFinishNavigation:(WKNavigation * _Null_unspecified)navigation;
1303-
@end
1304-
1305-
1306-
1307-
1308-
1309-
1310-
1311-
1312-
1313-
13141233

13151234

13161235

@@ -1377,8 +1296,6 @@ SWIFT_CLASS_NAMED("SessionDelegate")
13771296

13781297

13791298

1380-
1381-
13821299

13831300

13841301

0 commit comments

Comments
 (0)