瀏覽代碼

Config.xcconfig: #include? "../../ConfigOverride.xcconfig"

Allow config override file to take action from two directories up, to align with Loop and other DIY projects.
bjornoleh 2 年之前
父節點
當前提交
9ea35c9174
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Config.xcconfig

+ 1 - 1
Config.xcconfig

@@ -9,4 +9,4 @@ APP_ICON = OiAPS_Icon
 APP_URL_SCHEME = freeaps-x
 
 #include? "ConfigOverride.xcconfig"
-//#include? "../../ConfigOverride.xcconfig"
+#include? "../../ConfigOverride.xcconfig"