Skip to content

Commit 1c23050

Browse files
Merge branch 'snapshot' of https://github.com/robovm/robovm-samples
2 parents 430f323 + 4fbd6ad commit 1c23050

File tree

4,410 files changed

+5980
-409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,410 files changed

+5980
-409
lines changed

AQTapDemo/build.gradle

-3
This file was deleted.

Adventure/build.gradle

-3
This file was deleted.

AppPrefs/build.gradle

-3
This file was deleted.

ApplicationShortcuts/build.gradle

-3
This file was deleted.

AudioRecorder/build.gradle

-3
This file was deleted.

BatteryStatus/build.gradle

-3
This file was deleted.

CollectionView-Simple/build.gradle

-3
This file was deleted.

ContractR/versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"libGDXVersion": "1.7.0",
3-
"roboVMVersion": "1.8.0",
2+
"libGDXVersion": "1.9.1",
3+
"roboVMVersion": "1.13.0",
44
"androidGradleToolsVersion": "1.2.3",
55
"androidBuildToolsVersion": "23.0.1",
66
"androidSDKVersion": "23"

CurrentAddress/build.gradle

-3
This file was deleted.

CustomAnimatableProperty/build.gradle

-3
This file was deleted.

CustomFrameworks/MySwiftFramework/MySwiftFramework.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@
337337
DYLIB_COMPATIBILITY_VERSION = 1;
338338
DYLIB_CURRENT_VERSION = 1;
339339
DYLIB_INSTALL_NAME_BASE = "@rpath";
340+
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
340341
INFOPLIST_FILE = MySwiftFramework/Info.plist;
341342
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
342343
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -354,6 +355,7 @@
354355
DYLIB_COMPATIBILITY_VERSION = 1;
355356
DYLIB_CURRENT_VERSION = 1;
356357
DYLIB_INSTALL_NAME_BASE = "@rpath";
358+
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
357359
INFOPLIST_FILE = MySwiftFramework/Info.plist;
358360
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
359361
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";

CustomFrameworks/build.gradle

-3
This file was deleted.

DateCell/build.gradle

-3
This file was deleted.

DocInteraction/build.gradle

-3
This file was deleted.

Footprint/build.gradle

-3
This file was deleted.

HelloWorld-console/build.gradle

-3
This file was deleted.

HelloWorld-no-ib/build.gradle

-3
This file was deleted.

HelloWorld/build.gradle

-3
This file was deleted.

IAPStoreProductViewController/build.gradle

-3
This file was deleted.

InAppPurchases/build.gradle

-3
This file was deleted.

LaunchMe/build.gradle

-3
This file was deleted.

LazyTableImages/build.gradle

-3
This file was deleted.

LocateMe/build.gradle

-3
This file was deleted.

MessageComposer/build.gradle

-3
This file was deleted.

MetalBasic2D/build.gradle

-3
This file was deleted.

MetalBasic3D/build.gradle

-9
This file was deleted.

MoveMe/build.gradle

-3
This file was deleted.

MoviePlayer/build.gradle

-3
This file was deleted.

Notifications/build.gradle

-3
This file was deleted.

PhotoMap/build.gradle

-3
This file was deleted.

PhotoPicker/build.gradle

-3
This file was deleted.

PhotoScroller/build.gradle

-3
This file was deleted.

QuickContacts/build.gradle

-3
This file was deleted.

Quiz/build.gradle

-3
This file was deleted.

README.md

+18-38

Regions/build.gradle

-3
This file was deleted.

SamplePhotosApp/build.gradle

-3
This file was deleted.

StackView/build.gradle

-3
This file was deleted.

StreetScroller/build.gradle

-3
This file was deleted.

TVMLAudioVideo/build.gradle

-3
This file was deleted.

TableSearch/build.gradle

-3
This file was deleted.

Tabster-no-ib/build.gradle

-3
This file was deleted.

Tabster/build.gradle

-3
This file was deleted.

Teslameter/build.gradle

-3
This file was deleted.

TheElements/build.gradle

-3
This file was deleted.

TouchesGesture/build.gradle

-3
This file was deleted.

TouchesResponder/build.gradle

-3
This file was deleted.

UICatalog/build.gradle

-3
This file was deleted.

VideoRecorder/build.gradle

-3
This file was deleted.

build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// Pull the plugin from Maven Central
22
buildscript {
3-
project.ext.roboVMVersion = "1.13.0"
4-
project.ext.roboVMGradleVersion = "1.13.0"
3+
project.ext.roboVMVersion = "1.14.0"
4+
project.ext.roboVMGradleVersion = "1.14.0"
5+
project.ext.roboPodsVersion = "1.14.0"
56

67
repositories {
78
mavenLocal()
@@ -49,4 +50,4 @@ allprojects {
4950

5051
task wrapper(type: Wrapper) {
5152
gradleVersion = '2.8'
52-
}
53+
}

console/README.md

+5

HelloWorld-console/pom.xml console/helloworld-console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<parent>
88
<groupId>org.robovm</groupId>
9-
<artifactId>robovm-samples-parent</artifactId>
9+
<artifactId>robovm-samples-console-parent</artifactId>
1010
<version>1.0</version>
1111
</parent>
1212

File renamed without changes.

console/pom.xml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
4+
<modelVersion>4.0.0</modelVersion>
5+
6+
<parent>
7+
<groupId>org.robovm</groupId>
8+
<artifactId>robovm-samples-parent</artifactId>
9+
<version>1.0</version>
10+
</parent>
11+
12+
<artifactId>robovm-samples-console-parent</artifactId>
13+
<name>RoboVM Console Samples Parent</name>
14+
<packaging>pom</packaging>
15+
16+
<licenses>
17+
<license>
18+
<name>The Apache Software License, Version 2.0</name>
19+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
20+
<distribution>repo</distribution>
21+
</license>
22+
</licenses>
23+
24+
<build>
25+
<plugins>
26+
<plugin>
27+
<groupId>org.apache.maven.plugins</groupId>
28+
<artifactId>maven-source-plugin</artifactId>
29+
</plugin>
30+
<plugin>
31+
<groupId>org.apache.maven.plugins</groupId>
32+
<artifactId>maven-javadoc-plugin</artifactId>
33+
</plugin>
34+
</plugins>
35+
</build>
36+
37+
<modules>
38+
<module>helloworld-console</module>
39+
</modules>
40+
</project>

0 commit comments

Comments
 (0)