Skip to content

Commit

Permalink
updated export option plist
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Dec 19, 2023
1 parent 5698654 commit 71c0320
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/react-native-room-kit/example/ios/ExportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,22 @@
<plist version="1.0">
<dict>
<key>compileBitcode</key>
<false/>
<true/>
<key>destination</key>
<string>export</string>
<key>method</key>
<string>ad-hoc</string>
<key>provisioningProfiles</key>
<dict>
<key>live.100ms.reactnative</key>
<string>ReactNativeDistributionCertificate</string>
<key>live.100ms.reactnative.RNExampleBroadcastUpload</key>
<string>RNExampleBroadcastUploadAdHocProfile</string>
</dict>
<key>signingCertificate</key>
<string>Apple Distribution</string>
<key>signingStyle</key>
<string>automatic</string>
<string>manual</string>
<key>stripSwiftSymbols</key>
<true/>
<key>teamID</key>
Expand Down

0 comments on commit 71c0320

Please sign in to comment.