Commit 4e55fc8f authored by nanahira's avatar nanahira

disable bitcode in ci

parent 7a478796
Pipeline #4269 passed with stages
in 7 minutes and 53 seconds
......@@ -62,6 +62,7 @@ patch-header:
- mv dist/src ./unity-src
- cd unity-src
- chmod +x *.sh
- sed -i 's/ENABLE_BITCODE = YES;/ENABLE_BITCODE = NO;/g' Unity-iPhone.xcodeproj/project.pbxproj
- sed -i -e '/>UIStatusBarStyle</i\ <key>UIFileSharingEnabled</key>\n <true />\n <key>LSSupportsOpeningDocumentsInPlace</key>\n <true />' -e '/>UIApplicationExitsOnSuspend</,+1d' ./Info.plist
- patch -p1 < ../misc/patches/iPhone_Sensors.mm.patch
- echo '#define UNITY_USES_LOCATION 0' >> ./Classes/Preprocessor.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment