This file contains hidden or 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
➜ unzip -l native-cocoapods-corinne.zip | |
Archive: native-cocoapods-corrine.zip | |
Length Date Time Name | |
-------- ---- ---- ---- | |
0 05-20-15 14:27 native-cocoapods/ | |
0 05-21-15 12:32 native-cocoapods/files/ | |
0 04-27-15 11:35 native-cocoapods/files/FHStarterProject/ | |
208 04-14-15 11:40 native-cocoapods/files/FHStarterProject/AppDelegate.h | |
... | |
0 04-27-15 11:35 native-cocoapods/resources/ |
This file contains hidden or 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
CONFIG_NETWORKING=y | |
CONFIG_NET_LOG=y | |
CONFIG_NET_BUF_LOG=y | |
CONFIG_SYS_LOG_NET_LEVEL=4 | |
CONFIG_SYS_LOG_NET_BUF_LEVEL=2 | |
CONFIG_SYS_LOG_LWM2M_LEVEL=4 | |
CONFIG_TEST_RANDOM_GENERATOR=y | |
CONFIG_NET_IPV6=y | |
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=3 | |
CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=2 |
This file contains hidden or 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
update 'pom.xml' [1] and add the confluent repository entry: | |
... | |
<repositories> | |
<repository> | |
<id>confluent</id> | |
<url>http://packages.confluent.io/maven/</url> | |
</repository> | |
</repositories> | |
... |
OlderNewer