We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CFBundleSupportedPlatforms
1 parent 4f112e5 commit 6867429Copy full SHA for 6867429
ios_build/Makefile
@@ -9,7 +9,6 @@ ios: ./ios/libCYRTextView.framework/libCYRTextView
9
ditto ./Build/Release-iphoneos/ ./ios/
10
rm ./ios/libCYRTextView.framework/libCYRTextView
11
lipo -create ./build/Release-iphonesimulator/libCYRTextView.framework/libCYRTextView ./build/Release-iphoneos/libCYRTextView.framework/libCYRTextView -output ./ios/libCYRTextView.framework/libCYRTextView
12
- /usr/libexec/PlistBuddy -c "Add :CFBundleSupportedPlatforms: string iPhoneSimulator" ./ios/libCYRTextView.framework/Info.plist
13
14
clean:
15
rm -Rf build
0 commit comments