Skip to content

Commit 6867429

Browse files
AppStore will reject your app if you have two values inside CFBundleSupportedPlatforms
1 parent 4f112e5 commit 6867429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios_build/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ios: ./ios/libCYRTextView.framework/libCYRTextView
99
ditto ./Build/Release-iphoneos/ ./ios/
1010
rm ./ios/libCYRTextView.framework/libCYRTextView
1111
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
1312

1413
clean:
1514
rm -Rf build

0 commit comments

Comments
 (0)