<config>
<executableName>${app.executable}</executableName>
<mainClass>${app.mainclass}</mainClass>
<os>ios</os>
<arch>thumbv7</arch>
<target>ios</target>
<iosInfoPList>Info.plist.xml</iosInfoPList>
<resources>
<resource>
<directory>data</directory>
</resource>
<resource>
<directory>resources</directory>
<skipPngCrush>true</skipPngCrush>
</resource>
</resources>
<libs>
<lib>libs/libUIViewPager.a</lib>
<lib>libs/libAMSmoothAlert.a</lib>
<lib>libs/libgoogleanalytics.a</lib>
<lib>z</lib>
</libs>
<frameworks>
<framework>CoreData</framework>
<framework>CoreLocation</framework>
<framework>CoreGraphics</framework>
<framework>Foundation</framework>
<framework>SystemConfiguration</framework>
<framework>UIKit</framework>
<framework>OpenGLES</framework>
<framework>QuartzCore</framework>
<framework>CoreGraphics</framework>
<framework>OpenAL</framework>
<framework>AudioToolbox</framework>
<framework>AVFoundation</framework>
<framework>AdSupport</framework>
<framework>MessageUI</framework>
<framework>EventKit</framework>
<framework>EventKitUI</framework>
</frameworks>
<forceLinkClasses>
<pattern>com.android.okhttp.HttpHandler</pattern>
<pattern>com.android.org.conscrypt.OpenSSLProvider</pattern>
<pattern>org.apache.harmony.security.provider.cert.DRLCertFactory</pattern>
<pattern>com.android.org.bouncycastle.jce.provider.BouncyCastleProvider</pattern>
<pattern>org.apache.harmony.security.provider.crypto.CryptoProvider</pattern>
<pattern>com.android.org.conscrypt.JSSEProvider</pattern>
</forceLinkClasses>
</config>
Info.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>de</string>
<key>CFBundleDisplayName</key>
<string>${app.name}</string>
<key>CFBundleExecutable</key>
<string>${app.executable}</string>
<key>CFBundleIdentifier</key>
<string>${app.id}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>7.0</string>
<key>CFBundleName</key>
<string>${app.name}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${app.version}</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${app.build}</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
</array>
<key>NSLocationAlwaysUsageDescription</key>
<string> I neet location</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Icon</string>
<string>Icon@2x</string>
<string>Icon-76</string>
<string>Icon-76@2x</string>
<string>Icon-40@2x</string>
<string>Icon-40</string>
<string>Icon-40@3x</string>
<string>Icon-60@2x</string>
<string>Icon-60@3x</string>
</array>
</dict>
</dict>
</dict>
</plist>
--
You received this message because you are subscribed to the Google Groups "RoboVM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robovm+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.