Skip to content

Commit

Permalink
First Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpsenairekar2911 committed Sep 6, 2022
1 parent 7331dda commit 0a7d636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.system-extension.install</key>
<false/>
</dict>
</plist>
9 changes: 2 additions & 7 deletions CometChatSwift/CometChatSwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CometChatPro</key>
<string></string>
<string>1</string>
<key>CometChatProDevelopment</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>googlechromes</string>
<string>comgooglemaps</string>
<string>comgooglemaps-x-callback</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
Expand Down Expand Up @@ -74,10 +74,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>comgooglemaps</string>
<string>comgooglemaps-x-callback</string>
</array>
</dict>
</plist>

0 comments on commit 0a7d636

Please sign in to comment.