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
<properties> | |
<environment>devapp</environment> | |
<brand>xms</brand> | |
</properties> |
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
<resources> | |
<resource> | |
<directory>res</directory> | |
<targetPath>${project.build.directory}/filtered-res</targetPath> | |
</resource> | |
<resource> | |
<directory>assets</directory> | |
<targetPath>${project.build.directory}/filtered-assets</targetPath> | |
</resource> | |
<resource> |
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
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-resources-plugin</artifactId> | |
<version>2.6</version> | |
<configuration> | |
<overwrite>true</overwrite> | |
</configuration> | |
<executions> | |
<execution> | |
<phase>initialize</phase> |
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
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>${android-maven-plugin.version}</version> | |
<configuration> | |
<resourceDirectory>${project.build.directory}/filtered-res</resourceDirectory> | |
<assetsDirectory>${project.build.directory}/filtered-assets</assetsDirectory> | |
<androidManifestFile>${project.build.directory}/AndroidManifest.xml</androidManifestFile> | |
</configuration> | |
</plugin> |
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
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<configuration> | |
<renameManifestPackage>com.company.android.${main.package}</renameManifestPackage> | |
<manifestApplicationLabel>${app.name}</manifestApplicationLabel> | |
</configuration> | |
</plugin> |
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
<resources> | |
<resource> | |
<directory>${basedir}</directory> | |
<targetPath>${project.build.directory}</targetPath> | |
<includes> | |
<include>AndroidManifest.xml</include> | |
</includes> | |
</resource> | |
</resources> |
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
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<configuration> | |
<androidManifestFile>${project.build.directory}/AndroidManifest.xml</androidManifestFile> | |
</configuration> | |
</plugin> |
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
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>${android-maven-plugin.version}</version> | |
<configuration> | |
<manifest> | |
<providerAuthorities> | |
<property> | |
<name>com.company.android.product.provider.Provider1</name> | |
<value>com.company.android.${environment}</value> |
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
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: e25c9ec9dc72f156924e0bd2473f35c83ffe733f | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit haswell | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1 | |
CLT: 5.1.0.0.1.1393561416 | |
Clang: 5.1 build 503 |
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
==> Downloading https://github.com/facebook/xctool/archive/v0.1.14.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/xctool-0.1.14.tar.gz | |
==> Verifying xctool-0.1.14.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/xctool-0.1.14.tar.gz | |
==> ./scripts/build.sh XT_INSTALL_ROOT=/usr/local/Cellar/xctool/0.1.14/libexec | |
2014-03-17 07:23:47.929 xcodebuild[87842:1007] [MT] PluginLoading: Required plug-in compatibility UUID A2E4D43F-41F4-4FB9-BB94-7177011C9AED for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SparkInspectorXcodePlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs | |
2014-03-17 07:23:48.145 xcodebuild[87853:1007] [MT] PluginLoading: Required plug-in compatibility UUID A2E4D43F-41F4-4FB9-BB94-7177011C9AED for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SparkInspectorXcodePlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs | |
2014-03-17 07:23:48.352 xcodebuild[87864:1007] [MT] PluginLoading: Required plug-in compatibility UUID A |
OlderNewer