diff --git a/Scripts/build_libSession_util.sh b/Scripts/build_libSession_util.sh index 998c8f462..41dcbf108 100755 --- a/Scripts/build_libSession_util.sh +++ b/Scripts/build_libSession_util.sh @@ -171,3 +171,4 @@ fi # Move the target-specific libSession-util build to the parent build directory (so XCode can have a reference to a single build) rm -rf "${BUILD_DIR}/libsession-util.xcframework" cp -r "${TARGET_BUILD_DIR}/libsession-util.xcframework" "${BUILD_DIR}/libsession-util.xcframework" +#cp -r "${TARGET_BUILD_DIR}/libsession-util.xcframework" "${TEMP_ROOT}/Previews/Session/Products/libsession-util.xcframework" diff --git a/Session.xcodeproj/project.pbxproj b/Session.xcodeproj/project.pbxproj index 8168f7477..98f581d5a 100644 --- a/Session.xcodeproj/project.pbxproj +++ b/Session.xcodeproj/project.pbxproj @@ -5550,8 +5550,8 @@ inputFileListPaths = ( ); inputPaths = ( - $BUILT_PRODUCTS_DIR/$INFOPLIST_PATH, - $TARGET_BUILD_DIR/$INFOPLIST_PATH, + "$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH", + "$TARGET_BUILD_DIR/$INFOPLIST_PATH", ); name = "Add Commit Hash To Build Info Plist"; outputFileListPaths = ( diff --git a/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme b/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme index f2e5c8744..b33e893b8 100644 --- a/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme +++ b/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme @@ -59,7 +59,6 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "NO" - codeCoverageEnabled = "YES" onlyGenerateCoverageForSpecifiedTargets = "YES"> ProfilePictureView { + public init(size: ProfilePictureView.Size) { + self.size = size + } + + public func makeUIView(context: Context) -> ProfilePictureView { ProfilePictureView(size: size) } - func updateUIView(_ uiView: ProfilePictureView, context: Context) { - uiView.update( - info, - additionalInfo: additionalInfo - ) + public func updateUIView(_ uiView: ProfilePictureView, context: Context) { + } }