Revision: 13306
          http://sourceforge.net/p/skim-app/code/13306
Author:   hofman
Date:     2023-02-26 09:33:04 +0000 (Sun, 26 Feb 2023)
Log Message:
-----------
move iOS framework search path build setting to config files

Modified Paths:
--------------
    trunk/SkimNotes/Configurations/SkimNotes-Framework-iOS.xcconfig
    trunk/SkimNotes/Configurations/SkimNotesBase-Framework-iOS.xcconfig
    trunk/SkimNotes/SkimNotes.xcodeproj/project.pbxproj

Modified: trunk/SkimNotes/Configurations/SkimNotes-Framework-iOS.xcconfig
===================================================================
--- trunk/SkimNotes/Configurations/SkimNotes-Framework-iOS.xcconfig     
2023-02-25 23:38:56 UTC (rev 13305)
+++ trunk/SkimNotes/Configurations/SkimNotes-Framework-iOS.xcconfig     
2023-02-26 09:33:04 UTC (rev 13306)
@@ -7,3 +7,5 @@
 SDKROOT = iphoneos
 
 IPHONEOS_DEPLOYMENT_TARGET = 11.0
+
+FRAMEWORK_SEARCH_PATHS = $(inherited) 
$(SDKROOT)/System/iOSSupport/System/Library/Frameworks

Modified: trunk/SkimNotes/Configurations/SkimNotesBase-Framework-iOS.xcconfig
===================================================================
--- trunk/SkimNotes/Configurations/SkimNotesBase-Framework-iOS.xcconfig 
2023-02-25 23:38:56 UTC (rev 13305)
+++ trunk/SkimNotes/Configurations/SkimNotesBase-Framework-iOS.xcconfig 
2023-02-26 09:33:04 UTC (rev 13306)
@@ -7,3 +7,5 @@
 SDKROOT = iphoneos
 
 IPHONEOS_DEPLOYMENT_TARGET = 11.0
+
+FRAMEWORK_SEARCH_PATHS = $(inherited) 
$(SDKROOT)/System/iOSSupport/System/Library/Frameworks

Modified: trunk/SkimNotes/SkimNotes.xcodeproj/project.pbxproj
===================================================================
--- trunk/SkimNotes/SkimNotes.xcodeproj/project.pbxproj 2023-02-25 23:38:56 UTC 
(rev 13305)
+++ trunk/SkimNotes/SkimNotes.xcodeproj/project.pbxproj 2023-02-26 09:33:04 UTC 
(rev 13306)
@@ -1082,10 +1082,6 @@
                        isa = XCBuildConfiguration;
                        baseConfigurationReference = CE0C363629A936790056897C 
/* SkimNotes-Framework-iOS.xcconfig */;
                        buildSettings = {
-                               FRAMEWORK_SEARCH_PATHS = (
-                                       "$(inherited)",
-                                       
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
-                               );
                        };
                        name = Debug;
                };
@@ -1093,10 +1089,6 @@
                        isa = XCBuildConfiguration;
                        baseConfigurationReference = CE0C363629A936790056897C 
/* SkimNotes-Framework-iOS.xcconfig */;
                        buildSettings = {
-                               FRAMEWORK_SEARCH_PATHS = (
-                                       "$(inherited)",
-                                       
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
-                               );
                        };
                        name = Release;
                };
@@ -1104,10 +1096,6 @@
                        isa = XCBuildConfiguration;
                        baseConfigurationReference = CE0C363729A936790056897C 
/* SkimNotesBase-Framework-iOS.xcconfig */;
                        buildSettings = {
-                               FRAMEWORK_SEARCH_PATHS = (
-                                       "$(inherited)",
-                                       
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
-                               );
                        };
                        name = Debug;
                };
@@ -1115,10 +1103,6 @@
                        isa = XCBuildConfiguration;
                        baseConfigurationReference = CE0C363729A936790056897C 
/* SkimNotesBase-Framework-iOS.xcconfig */;
                        buildSettings = {
-                               FRAMEWORK_SEARCH_PATHS = (
-                                       "$(inherited)",
-                                       
"$(SDKROOT)/System/iOSSupport/System/Library/Frameworks",
-                               );
                        };
                        name = Release;
                };

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