generated from cortinico/kotlin-gradle-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better support for importing your own code and third dependencies to your Kotlin Better performance and Caching A full working example for using the plugin with iOS
- Loading branch information
1 parent
199d1ee
commit cf57c26
Showing
38 changed files
with
1,326 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?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>API_KEY</key> | ||
<string>AIzaSyCfrkiVxg1CHk8FwdMIOP8dWcWa4BMR7YQ</string> | ||
<key>GCM_SENDER_ID</key> | ||
<string>986130107097</string> | ||
<key>PLIST_VERSION</key> | ||
<string>1</string> | ||
<key>BUNDLE_ID</key> | ||
<string>fr.frankois944.kmp.smp4kmp.example</string> | ||
<key>PROJECT_ID</key> | ||
<string>fir-kmpdemo-6cde4</string> | ||
<key>STORAGE_BUCKET</key> | ||
<string>fir-kmpdemo-6cde4.firebasestorage.app</string> | ||
<key>IS_ADS_ENABLED</key> | ||
<false/> | ||
<key>IS_ANALYTICS_ENABLED</key> | ||
<false/> | ||
<key>IS_APPINVITE_ENABLED</key> | ||
<true/> | ||
<key>IS_GCM_ENABLED</key> | ||
<true/> | ||
<key>IS_SIGNIN_ENABLED</key> | ||
<true/> | ||
<key>GOOGLE_APP_ID</key> | ||
<string>1:986130107097:ios:bc74692aa1cda1762fccc8</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.