Revision: 2466
http://sourceforge.net/p/swingme/code/2466
Author: yuranet
Date: 2021-06-22 20:23:37 +0000 (Tue, 22 Jun 2021)
Log Message:
-----------
launching works on ios
Modified Paths:
--------------
SwingMETest/ios/xcode/SwingMEDemo/Info.plist
Added Paths:
-----------
SwingMETest/ios/proguard.append.cfg
SwingMETest/ios/src/main/resources/
Added: SwingMETest/ios/proguard.append.cfg
===================================================================
--- SwingMETest/ios/proguard.append.cfg (rev 0)
+++ SwingMETest/ios/proguard.append.cfg 2021-06-22 20:23:37 UTC (rev 2466)
@@ -0,0 +1,3 @@
+
+-keep class net.yura.mobile.test.MyMidlet { *; }
+
Modified: SwingMETest/ios/xcode/SwingMEDemo/Info.plist
===================================================================
--- SwingMETest/ios/xcode/SwingMEDemo/Info.plist 2021-06-22 20:04:15 UTC (rev 2465)
+++ SwingMETest/ios/xcode/SwingMEDemo/Info.plist 2021-06-22 20:23:37 UTC (rev 2466)
@@ -27,7 +27,9 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MOE.Main.Class</key>
- <string>org.moe.samples.planets.ios.Main</string>
+ <string>net.yura.ios.SwingMEiOSApplication</string>
+ <key>SwingME.Main.Class</key>
+ <string>net.yura.mobile.test.MyMidlet</string>
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UILaunchStoryboardName</key>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|