Revision: 13903
          http://sourceforge.net/p/skim-app/code/13903
Author:   hofman
Date:     2023-12-14 10:13:14 +0000 (Thu, 14 Dec 2023)
Log Message:
-----------
no need for weak references in MRR as we don't use it here

Modified Paths:
--------------
    trunk/SkimTransitions/SkimTransitions.xcodeproj/project.pbxproj

Modified: trunk/SkimTransitions/SkimTransitions.xcodeproj/project.pbxproj
===================================================================
--- trunk/SkimTransitions/SkimTransitions.xcodeproj/project.pbxproj     
2023-12-14 10:10:11 UTC (rev 13902)
+++ trunk/SkimTransitions/SkimTransitions.xcodeproj/project.pbxproj     
2023-12-14 10:13:14 UTC (rev 13903)
@@ -609,7 +609,6 @@
                                CLANG_CXX_LIBRARY = "libc++";
                                CLANG_ENABLE_MODULES = YES;
                                CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_ENABLE_OBJC_WEAK = YES;
                                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
                                CLANG_WARN_BOOL_CONVERSION = YES;
                                CLANG_WARN_COMMA = YES;
@@ -668,7 +667,6 @@
                                CLANG_CXX_LIBRARY = "libc++";
                                CLANG_ENABLE_MODULES = YES;
                                CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_ENABLE_OBJC_WEAK = YES;
                                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
                                CLANG_WARN_BOOL_CONVERSION = YES;
                                CLANG_WARN_COMMA = YES;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to