summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-03-04 23:29:41 +0100
committerJose <jose@zeroc.com>2019-03-04 23:29:41 +0100
commitb3d6de5fd636c65d9d58081e7831278c5e6f213f (patch)
tree4ec246195ae7eb972cde2d3d1bcffe89ddd8c975
parentRename slice2swift output files with the prefix of the Slice module (diff)
downloadice-b3d6de5fd636c65d9d58081e7831278c5e6f213f.tar.bz2
ice-b3d6de5fd636c65d9d58081e7831278c5e6f213f.tar.xz
ice-b3d6de5fd636c65d9d58081e7831278c5e6f213f.zip
Sort Xcode projects
-rw-r--r--swift/Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/swift/Rakefile b/swift/Rakefile
index 5a2406ddc00..c98a60da924 100644
--- a/swift/Rakefile
+++ b/swift/Rakefile
@@ -147,7 +147,6 @@ def create_iceproj(platform)
config.build_settings["GCC_PREPROCESSOR_DEFINITIONS"] = [
"ICE_STATIC_LIBS"
]
- config.build_settings["GCC_SYMBOLS_PRIVATE_EXTERN"] = "YES"
}
target.add_system_framework("Security")
@@ -190,6 +189,7 @@ def create_iceproj(platform)
copy_phase.dst_subfolder_spec = Xcodeproj::Constants::COPY_FILES_BUILD_PHASE_DESTINATIONS[:frameworks]
file = copy_phase.add_file_reference(ice_objc_target.product_reference)
file.settings = { 'ATTRIBUTES' => ['CodeSignOnCopy'] }
+ project.sort()
project.save()
end
@@ -261,6 +261,7 @@ def create_testproj(platform, tests)
file = copy_phase.add_file_reference(framework.product_reference)
file.settings = { 'ATTRIBUTES' => ['CodeSignOnCopy'] }
end
+ test_project.sort()
test_project.save()
end