Skip to content

Commit

Permalink
[Chore]: Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Mar 2, 2024
1 parent 8509231 commit f873066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SLAvatarKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '17.1'
s.osx.deployment_target = '14.1'

s.source_files = 'Sources/**/*.{swift,h,m}'
s.source_files = 'SLAvatarKit/**/*.{swift,h,m}'
end
2 changes: 1 addition & 1 deletion SLAvatarKit/AvatarKitUI/Core/Agreement/AFAgreement.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct AFAgreement: View {

var body: some View {
VStack {
Image(.memojisHeader)
Image("memojisHeader")
.resizable()
.scaledToFit()
.frame(width: UIScreen.main.bounds.width, alignment: .center)
Expand Down

0 comments on commit f873066

Please sign in to comment.