* Updated yarn.lock * Fastlane ensure branch for cutting builds (#815) * Version Bump to 45 (#818) * Android Version Bump to 45 (#819) * Updated yarn.lock (#817) * Version Bump to 45 * Fix Create on Create channel to not push another Create Channel screen (#820) * Version Bump to 46 (#821) * Version Bump to 46 (#822) * RN-205/RN-210 Allow tapping buttons on post and DM lists without closing keyboard (#823) * Version Bump to 47 (#824) * Version Bump to 47 (#825) * Release 1.1 changelog (#827) * Release 1.1 changelog * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Set supported server version * update fastlane * Update fastlane android release
24 lines
736 B
Text
24 lines
736 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>BNDL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.1.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>47</string>
|
|
</dict>
|
|
</plist>
|