From c059a57d0962574e743d375b13067a14c2d21c9c Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 13 Dec 2022 10:14:30 +0800 Subject: [PATCH 1/2] update iOS libs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 352f1492..92a93511 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +windows/lib/** filter=lfs diff=lfs merge=lfs -text *.a filter=lfs diff=lfs merge=lfs -text From 555a7b7a4277e716e0f1c82da0829982e0dcabe1 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 13 Dec 2022 10:15:21 +0800 Subject: [PATCH 2/2] update example iOS project files --- example/ios/Runner.xcodeproj/project.pbxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index 90696464..969bf9ad 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -345,6 +345,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + OTHER_CFLAGS = "-fvisibility=default"; PRODUCT_BUNDLE_IDENTIFIER = app.polyvox.example; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -476,6 +477,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + OTHER_CFLAGS = "-fvisibility=default"; PRODUCT_BUNDLE_IDENTIFIER = app.polyvox.example; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -499,6 +501,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + OTHER_CFLAGS = "-fvisibility=default"; PRODUCT_BUNDLE_IDENTIFIER = app.polyvox.example; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";