Skip to content

Commit

Permalink
1.1.1 (#37)
Browse files Browse the repository at this point in the history
* Update framework

* Update ViafouraCore.podspec

---------

Co-authored-by: CI <[email protected]>
  • Loading branch information
mdesimone-viafoura and CI authored Jun 14, 2024
1 parent 23ab2aa commit 0900e20
Show file tree
Hide file tree
Showing 25 changed files with 556 additions and 43 deletions.
2 changes: 1 addition & 1 deletion ViafouraCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ViafouraCore'
s.version = '1.1.0'
s.version = '1.1.1'
s.swift_versions = ['5.0']
s.summary = 'Viafoura SDK'
s.description = 'This SDK allows you to integrate Viafoura tools into your iOS app.'
Expand Down
10 changes: 5 additions & 5 deletions ViafouraSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>ViafouraSDK.framework/ViafouraSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>ViafouraSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ViafouraSDK.framework/ViafouraSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ViafouraSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController")
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end


@protocol UIViewControllerTransitionCoordinator;

@interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK))
Expand All @@ -612,6 +611,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK26VFNewCommentViewController")




@interface VFNewCommentViewController (SWIFT_EXTENSION(ViafouraSDK)) <UITextViewDelegate>
- (void)textViewDidChange:(UITextView * _Nonnull)textView;
@end
Expand Down Expand Up @@ -676,7 +676,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK31VFPreviewCommentsViewController")




@interface VFPreviewCommentsViewController (SWIFT_EXTENSION(ViafouraSDK))
- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent;
@end
Expand All @@ -698,6 +697,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK31VFPreviewCommentsViewController")




SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController")
@interface VFProfileViewController : VFUIViewController
- (void)viewDidLoad;
Expand All @@ -708,6 +708,12 @@ SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController")



@class UIScrollView;

@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK)) <UIScrollViewDelegate>
- (void)scrollViewDidScroll:(UIScrollView * _Nonnull)scrollView;
@end


@class UIImagePickerController;

Expand Down Expand Up @@ -815,14 +821,14 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFVerticalTrendingViewController")


@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary<NSKeyValueChangeKey, id> * _Nullable)change context:(void * _Nullable)context;
- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent;
@end




@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent;
- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary<NSKeyValueChangeKey, id> * _Nullable)change context:(void * _Nullable)context;
@end


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39032,6 +39032,63 @@
"mangledName": "$s11ViafouraSDK18VFCustomizableViewO22commentCellCustomBadgeyAcA08VFCustomhD0C_tcACmF",
"moduleName": "ViafouraSDK"
},
{
"kind": "Var",
"name": "commentCellSeparator",
"printedName": "commentCellSeparator",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFSeparatorView) -> ViafouraSDK.VFCustomizableView",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(ViafouraSDK.VFSeparatorView) -> ViafouraSDK.VFCustomizableView",
"children": [
{
"kind": "TypeNominal",
"name": "VFCustomizableView",
"printedName": "ViafouraSDK.VFCustomizableView",
"usr": "s:11ViafouraSDK18VFCustomizableViewO"
},
{
"kind": "TypeNominal",
"name": "Tuple",
"printedName": "(separator: ViafouraSDK.VFSeparatorView)",
"children": [
{
"kind": "TypeNominal",
"name": "VFSeparatorView",
"printedName": "ViafouraSDK.VFSeparatorView",
"usr": "c:@M@ViafouraSDK@objc(cs)VFSeparatorView"
}
]
}
]
},
{
"kind": "TypeNominal",
"name": "Metatype",
"printedName": "ViafouraSDK.VFCustomizableView.Type",
"children": [
{
"kind": "TypeNominal",
"name": "VFCustomizableView",
"printedName": "ViafouraSDK.VFCustomizableView",
"usr": "s:11ViafouraSDK18VFCustomizableViewO"
}
]
}
]
}
],
"declKind": "EnumElement",
"usr": "s:11ViafouraSDK18VFCustomizableViewO20commentCellSeparatoryAcA011VFSeparatorD0C_tcACmF",
"mangledName": "$s11ViafouraSDK18VFCustomizableViewO20commentCellSeparatoryAcA011VFSeparatorD0C_tcACmF",
"moduleName": "ViafouraSDK"
},
{
"kind": "Var",
"name": "previewEmptyCommentsView",
Expand Down Expand Up @@ -40349,6 +40406,63 @@
"mangledName": "$s11ViafouraSDK18VFCustomizableViewO17bottomPickerLabelyAcA7VFLabelC_SbtcACmF",
"moduleName": "ViafouraSDK"
},
{
"kind": "Var",
"name": "bottomPickerSeparator",
"printedName": "bottomPickerSeparator",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(ViafouraSDK.VFCustomizableView.Type) -> (ViafouraSDK.VFSeparatorView) -> ViafouraSDK.VFCustomizableView",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(ViafouraSDK.VFSeparatorView) -> ViafouraSDK.VFCustomizableView",
"children": [
{
"kind": "TypeNominal",
"name": "VFCustomizableView",
"printedName": "ViafouraSDK.VFCustomizableView",
"usr": "s:11ViafouraSDK18VFCustomizableViewO"
},
{
"kind": "TypeNominal",
"name": "Tuple",
"printedName": "(separatorView: ViafouraSDK.VFSeparatorView)",
"children": [
{
"kind": "TypeNominal",
"name": "VFSeparatorView",
"printedName": "ViafouraSDK.VFSeparatorView",
"usr": "c:@M@ViafouraSDK@objc(cs)VFSeparatorView"
}
]
}
]
},
{
"kind": "TypeNominal",
"name": "Metatype",
"printedName": "ViafouraSDK.VFCustomizableView.Type",
"children": [
{
"kind": "TypeNominal",
"name": "VFCustomizableView",
"printedName": "ViafouraSDK.VFCustomizableView",
"usr": "s:11ViafouraSDK18VFCustomizableViewO"
}
]
}
]
}
],
"declKind": "EnumElement",
"usr": "s:11ViafouraSDK18VFCustomizableViewO21bottomPickerSeparatoryAcA011VFSeparatorD0C_tcACmF",
"mangledName": "$s11ViafouraSDK18VFCustomizableViewO21bottomPickerSeparatoryAcA011VFSeparatorD0C_tcACmF",
"moduleName": "ViafouraSDK"
},
{
"kind": "Var",
"name": "chatCellContentLabel",
Expand Down Expand Up @@ -44170,6 +44284,37 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "scrollViewDidScroll",
"printedName": "scrollViewDidScroll(_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "UIScrollView",
"printedName": "UIKit.UIScrollView",
"usr": "c:objc(cs)UIScrollView"
}
],
"declKind": "Func",
"usr": "c:@CM@ViafouraSDK@objc(cs)VFProfileViewController(im)scrollViewDidScroll:",
"mangledName": "$s11ViafouraSDK23VFProfileViewControllerC06scrollD9DidScrollyySo08UIScrollD0CF",
"moduleName": "ViafouraSDK",
"objc_name": "scrollViewDidScroll:",
"declAttributes": [
"Dynamic",
"ObjC",
"Custom",
"AccessControl"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
Expand Down Expand Up @@ -62833,7 +62978,7 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/UserCommentsList\/UserCommentsTableViewController.swift",
"kind": "StringLiteral",
"offset": 527,
"offset": 526,
"length": 17,
"value": "\"userCommentCell\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,7 @@ public enum VFCustomizableView {
case commentCellDislikeLabel(label: VFLabel)
case commentCellReplyLabel(label: VFLabel)
case commentCellCustomBadge(badge: VFCustomBadgeView)
case commentCellSeparator(separator: VFSeparatorView)
case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView)
case previewSeeMoreCommentsButton(button: VFButton)
case previewTitleLabel(label: VFLabel)
Expand All @@ -1557,6 +1558,7 @@ public enum VFCustomizableView {
case bottomPickerTitle(label: VFLabel)
case bottomPickerTitleLabel(label: VFLabel)
case bottomPickerLabel(label: VFLabel, isActive: Swift.Bool)
case bottomPickerSeparator(separatorView: VFSeparatorView)
case chatCellContentLabel(label: VFLabel)
case chatCellDateLabel(label: VFLabel)
case chatCellUserNameLabel(label: VFLabel)
Expand Down Expand Up @@ -1708,6 +1710,9 @@ extension VFUpdateStoryContainerError {
extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any])
}
extension VFProfileViewController : UIKit.UIScrollViewDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView {
@objc deinit
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,7 @@ public enum VFCustomizableView {
case commentCellDislikeLabel(label: ViafouraSDK.VFLabel)
case commentCellReplyLabel(label: ViafouraSDK.VFLabel)
case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView)
case commentCellSeparator(separator: ViafouraSDK.VFSeparatorView)
case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView)
case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton)
case previewTitleLabel(label: ViafouraSDK.VFLabel)
Expand All @@ -1557,6 +1558,7 @@ public enum VFCustomizableView {
case bottomPickerTitle(label: ViafouraSDK.VFLabel)
case bottomPickerTitleLabel(label: ViafouraSDK.VFLabel)
case bottomPickerLabel(label: ViafouraSDK.VFLabel, isActive: Swift.Bool)
case bottomPickerSeparator(separatorView: ViafouraSDK.VFSeparatorView)
case chatCellContentLabel(label: ViafouraSDK.VFLabel)
case chatCellDateLabel(label: ViafouraSDK.VFLabel)
case chatCellUserNameLabel(label: ViafouraSDK.VFLabel)
Expand Down Expand Up @@ -1708,6 +1710,9 @@ extension ViafouraSDK.VFUpdateStoryContainerError {
extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any])
}
extension ViafouraSDK.VFProfileViewController : UIKit.UIScrollViewDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView {
@objc deinit
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,7 @@ public enum VFCustomizableView {
case commentCellDislikeLabel(label: VFLabel)
case commentCellReplyLabel(label: VFLabel)
case commentCellCustomBadge(badge: VFCustomBadgeView)
case commentCellSeparator(separator: VFSeparatorView)
case previewEmptyCommentsView(emptyCommentsView: VFEmptyCommentsView)
case previewSeeMoreCommentsButton(button: VFButton)
case previewTitleLabel(label: VFLabel)
Expand All @@ -1557,6 +1558,7 @@ public enum VFCustomizableView {
case bottomPickerTitle(label: VFLabel)
case bottomPickerTitleLabel(label: VFLabel)
case bottomPickerLabel(label: VFLabel, isActive: Swift.Bool)
case bottomPickerSeparator(separatorView: VFSeparatorView)
case chatCellContentLabel(label: VFLabel)
case chatCellDateLabel(label: VFLabel)
case chatCellUserNameLabel(label: VFLabel)
Expand Down Expand Up @@ -1708,6 +1710,9 @@ extension VFUpdateStoryContainerError {
extension VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any])
}
extension VFProfileViewController : UIKit.UIScrollViewDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView {
@objc deinit
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,7 @@ public enum VFCustomizableView {
case commentCellDislikeLabel(label: ViafouraSDK.VFLabel)
case commentCellReplyLabel(label: ViafouraSDK.VFLabel)
case commentCellCustomBadge(badge: ViafouraSDK.VFCustomBadgeView)
case commentCellSeparator(separator: ViafouraSDK.VFSeparatorView)
case previewEmptyCommentsView(emptyCommentsView: ViafouraSDK.VFEmptyCommentsView)
case previewSeeMoreCommentsButton(button: ViafouraSDK.VFButton)
case previewTitleLabel(label: ViafouraSDK.VFLabel)
Expand All @@ -1557,6 +1558,7 @@ public enum VFCustomizableView {
case bottomPickerTitle(label: ViafouraSDK.VFLabel)
case bottomPickerTitleLabel(label: ViafouraSDK.VFLabel)
case bottomPickerLabel(label: ViafouraSDK.VFLabel, isActive: Swift.Bool)
case bottomPickerSeparator(separatorView: ViafouraSDK.VFSeparatorView)
case chatCellContentLabel(label: ViafouraSDK.VFLabel)
case chatCellDateLabel(label: ViafouraSDK.VFLabel)
case chatCellUserNameLabel(label: ViafouraSDK.VFLabel)
Expand Down Expand Up @@ -1708,6 +1710,9 @@ extension ViafouraSDK.VFUpdateStoryContainerError {
extension ViafouraSDK.VFProfileViewController : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any])
}
extension ViafouraSDK.VFProfileViewController : UIKit.UIScrollViewDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class VFSeparatorView : UIKit.UIView {
@objc deinit
}
Expand Down
Binary file not shown.
Binary file modified ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 0900e20

Please sign in to comment.