-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #15: Manual integration using carthage framework
Merge in MML/infobip-mobile-messaging-react-native-plugin from okoroleva_MM-3869_ManualIntegration to master Squashed commit of the following: commit 4199eecbcfe71142a91ddfb0a51287c53e897f4c Author: Olga Koroleva <[email protected]> Date: Tue Jun 30 09:31:56 2020 +0300 minor update commit 3018d6f93c1f9bc67c53acf376edcf844bc6a5c8 Author: Olga Koroleva <[email protected]> Date: Tue Jun 30 00:14:51 2020 +0300 manual integration
- Loading branch information
Showing
16 changed files
with
21 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github "infobip/mobile-messaging-sdk-ios" "8.0.6" |
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 @@ | ||
github "infobip/mobile-messaging-sdk-ios" "8.0.6" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,6 @@ | ||
#!/bin/bash | ||
echo "Building MobileMessaging.framework with Carthage started..." | ||
cd ios || { echo "[MobileMessagingPlugin] can't find ios folder"; exit 1; } | ||
carthage update --cache-builds | ||
echo "Building MobileMessaging.framework with Carthage finished." | ||
cd - |