Custom in the dmg bundle package icons

Hello

I created an ant script to create a Setup program for my application JavaFx:

<?xml version="1.0" encoding="UTF-8"?>
<project name="app-javafx" default="do-deploy" basedir="." xmlns:fx="javafx:com.sun.javafx.tools.ant">
    <property name="java8.jdk.home" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_11.jdk/Contents/Home" />
    <property name="javafx.tools.ant.jar" value="${java8.jdk.home}/lib/ant-javafx.jar" />
    <target name="init-fx-tasks">
        <taskdef resource="com/sun/javafx/tools/ant/antlib.xml" uri="javafx:com.sun.javafx.tools.ant" classpath="${javafx.tools.ant.jar}" />
    </target>
    <target name="setup-staging-area">
        <delete dir="externalLibs" />
        <delete dir="project" />
        <delete dir="projectRefs" />

        <mkdir dir="externalLibs" />

        <copy todir="externalLibs">
            <fileset dir="..\lib">
                <include name="**.jar" />
            </fileset>
        </copy>

        <!--LIBRERIE PERSONALIZZATE-->
        <copy todir="externalLibs">
            <fileset dir=".">
                <include name="**.jar" />
            </fileset>
        </copy>


        <mkdir dir="project" />
        <copy todir="project">
            <fileset dir="generated-sources">
                <include name="gfx/**" />
            </fileset>
        </copy>
        <copy todir="project">
            <fileset dir="..\src\main">
                <include name="resources/**" />
            </fileset>
        </copy>
        <copy todir="project">
            <fileset dir="..\src\main">
                <include name="java/**" />
            </fileset>
        </copy>

        <mkdir dir="projectRefs" />
    </target>
    <target name='do-compile'>
        <delete dir="build" />
        <mkdir dir="build/src" />
        <mkdir dir="build/libs" />
        <mkdir dir="build/classes" />

        <!-- Copy project-libs references -->
        <copy todir="build/libs">
            <fileset dir="externalLibs">
                <include name="**.jar" />
            </fileset>
        </copy>

        <!-- Copy project references -->

        <!-- Copy project sources itself -->
        <copy todir="build/src">
            <fileset dir="project/gfx">
                <include name="**/*" />
            </fileset>
        </copy>
        <copy todir="build/src">
            <fileset dir="project/resources">
                <include name="**/*" />
            </fileset>
        </copy>
        <copy todir="build/src">
            <fileset dir="project/java">
                <include name="**/*" />
            </fileset>
        </copy>

        <javac fork="true" executable="${java8.jdk.home}/bin/javac" includeantruntime="false" source="1.8" target="1.8" srcdir="build/src" destdir="build/classes" encoding="UTF-8">
            <classpath>
                <fileset dir="build/libs">
                    <include name="*" />
                </fileset>
                <filelist>
                    <file name="${java8.jdk.home}/jre/lib/jfxrt.jar" />
                </filelist>
            </classpath>
        </javac>

        <!-- Copy over none Java-Files -->
        <copy todir="build/classes">
            <fileset dir="project/gfx">
                <exclude name="**/*.java" />
            </fileset>
            <fileset dir="project/resources">
                <exclude name="**/*.java" />
            </fileset>
            <fileset dir="project/java">
                <exclude name="**/*.java" />
            </fileset>
        </copy>


    </target>
    <target name="do-deploy" depends="setup-staging-area, do-compile, init-fx-tasks">
        <delete file="dist" />
        <delete file="deploy" />
    
        <mkdir dir="dist" />
        <mkdir dir="dist/libs" />

        <copy todir="dist/libs">
            <fileset dir="externalLibs">
                <include name="*" />
            </fileset>
        </copy>

        <fx:resources id="appRes">
            <fx:fileset dir="dist" includes="app-javafx.jar" />
            <fx:fileset dir="dist" includes="libs/*" />
        </fx:resources>

        <fx:application id="fxApplication" name="app" version="3.0" mainClass="it.client.Main" preloaderclass="it.SplashScreenUi" toolkit="fx" />

        <fx:jar destfile="dist/app-javafx.jar">
            <fx:application refid="fxApplication" />
            <fileset dir="build/classes">
            </fileset>
            <fx:resources refid="appRes" />


            <manifest>
                <attribute name="Implementation-Vendor" value="Vendor" />
                <attribute name="Implementation-Title" value="app" />
                <attribute name="Implementation-Version" value="3.0.0" />
            </manifest>
        </fx:jar>


        <mkdir dir="deploy" />
        <!-- Need to use ${basedir} because somehow the ant task is calculating the directory differently -->
        <fx:deploy outdir="${basedir}/deploy" outfile="app-javafx" nativeBundles="all" height="768" width="1024" verbose="true">
            <fx:info title="app" vendor="Vendor" copyright="Copyright Tutti i diritti riservati" />
            <fx:application refId="fxApplication" />
            <fx:resources refid="appRes" />

            <fx:preferences shortcut="true" install="true" menu="true" />

            <fx:permissions elevated="true" />


            <!-- Custom JVM setup for application -->
            <fx:platform>
                <fx:jvmarg value="-Xmx1024m" />
            </fx:platform>
        </fx:deploy>
    </target>
</project>

During compilation, I see:

Using base JDK at: /Library/Java/JavaVirtualMachines/jdk1.8.0_11.jdk
  Using default package resource [Bundle config file] (add package/macosx/Info.plist to the class path to customize)
  Using default package resource [icon] (add package/macosx/app.icns to the class path to customize)
Creating app bundle: /Users/Utente/Documents/workspaceServer/javafx/target/deploy/bundles/app.app
Config files are saved to /var/folders/q6/vmt_h0tx3rgdbt_4h2_2f3780000gn/T/build6635061168386632777.fxbundler/macosx. Use them to customize package.
fxbund
ler/macosx. Use them to customize package.

So I get files in the temp directory and I copied them to my target of the project directory. Unfortunally javafxbuilder not use to customize the package so I think that the path where I put the files that will not.

Can you help me?

Thank you

Resources are found do sniff classpath: your classpath is missing 'dot '.

Instead of

Please try to

Reference: deployment of JavaFX Applications: Application independent packaging | 2 JavaFX tutorials and Documentation

Tags: Java

Similar Questions

  • Custom in the alt - tab popup icon

    I was wondering if there is a chance to see a custom icon, even in the alt - tab popup (in mode "non-aero").

    After that I changed the icon of the application pinned to the taskbar without problem, removed the IconCache.db file and rebooted the system, the alt - tab pane always displays the icon of the original application.

    Hello

    I see that you want to set a decorative custom of Alt + Tab . However, the definition of a custom icon on a superposition of Alt + Tab is not possible.

    Kind regards.

  • Trying to install Firefox 4.0, when I move the Firefox icon to the Application icon (in the dmg file) I get message that there is a newer version, but the version he is 3.6. What is going on?

    I have Mac OS 10.5.8 and Firefox 3.6.16. I am trying to install Firefox 4.0. I downloaded the dmg file, opened it, and flies over the Firefox icon to the Application icon. The result was a message saying:
    "A new already called"Firefox"exists at this location. You want to replace it with the older one you are moving? »
    I checked the Firefox already in my Applications folder and it is without a doubt 3.6.16, I hesitate to go ahead with the replacement until I know why I get this (apparently) wrong message. Can you help me?

    Yes, Firefox 4.0 is a more advanced than 3.6.16 version.

    Mozilla made the updates of security for older versions of long after a new version of Firefox is available. 3.5.18 Firefox came out at the same time that 3.6.16, and both are scheduled for another update daily now.

  • Validation for the Packaging icon error

    I get the following error when debug my app in same Burrito so I don't Icon.png in my package:

    "Error in the application of packaging:

    The file with the Icon.png path may not be packaged, unless the descriptor field application.icon.image57x57 is set to Icon.png
    "Error: posting AIR failed.

    BlackBerry - tablet.xml foobar - app.xml contain application.icon.image57x57.

    Where can I specify that override this validation error?

    Update: I have not found a soultion to this reconstructed so my application instead.

  • My playlists on apple music continues to repeat the first progress song and custom to the next song

    My playlists on apple music continues to repeat the first progress song and custom to the next song

    Hi, tabby1008!

    Thanks a lot for the use of Community Support from Apple! After reading your post, I understand that when you listen to music from Apple, one song keeps repeating instead of skip to the next track, when it finishes. I wouldn't listen to the same song over and over again when Apple's music catalog is so big, so I'm happy to help you!

    First of all, check that the "repeat" feature is not enabled. The following article gives some information about the feature 'repeat' and what to look for.

    Use of music music Apple in the app

    The "Shuffle and repeat your music" section provides this information:

    Shuffle or repeat your music

    Press on at the bottom of the playback screen to mix songs in a playlist or album. Alternatively, you can ask Siri to scramble your music.

    Type once to play entire playlist or album looped or twice to repeat a song.

    When activated, the icon for a repetition will be "BOLD". If this is the case, type just the icon to activate the recurrence at the wide. The next page of this article will show you where these buttons:

    If the repeat function is turned off, try closing the music app using the steps described in the article below.

    Force a nearby application on your iPhone, iPad or iPod touch

    Once the music app is closed, press the icon to open it again and then try to play your songs. If one is always repeat, restart the device. Instructions on the way can be found in the following article.

    Restart your iPhone, iPad or iPod touch

    Good listening!

  • ActiveX refnum probe custom in the numeric form

    Hi all

    OK this can be simple or impossible, but I can't understand it.

    When you explore a thread of refnum ActiveX on the diagram, it shows a unique number (or 0 if its not valid).  This is useful if the refnum changes (like walking through an XML using DOMDocument)

    However when I tried to make a customized probe, the probe is refnum control icon if you do not see a number.  This doesn't help me.  I tried to change this control in the custom to a digital probe, but it breaks.  (in fact when I tried to use a table as the probe custom LV2010 for a table of refnum, it gave me a message about incompatible type and then it crashed)

    Is there a way to show the number of the refnum in a custom probe?  I guess it would be the same as showing the number instead of the control in a regular front diagram, so maybe he has to be separated first, but how the probe simple builtin it do?

    On a side note, using the window spy Probe, 1 d or 2D tables, the probe display just a single element.  Is there a way to expand the table to display more than 1 item in this window? All values on the left side in a single line, but with 2D especially tables it's hard to see where the next column starts.

    Thanks for your help.

    TS9,

    Please refer to the following Knowledge Base when you attempt to display a value of refnum in labview. Using type cast to U32 I could extract the refnum and the output of an indicator number using the following code. I had to make the display format of the hexadecimal indicator; You can do this by clicking the indicator and click the display format.

    You can use this idea when you create a custom probe. Make sure you select 'New'... custom probe (and select new probe). This will create a vi with a panel front and block diagram. You could create a custom probe that does the same thing as this indicator.

    I hope this helps.

  • Remove the Windows 7 Desktop icon shadows

    How can I remove the shades of the Windows 7 Desktop icon? Whenever I place the cursor on one of the icons that square shadow appears behind her.

    I tried just abut everything to stop these shadows to appear.

    Thank you

    The solution to remove the shadows of the desktop icon is to show the performance Options screen and remove the control of the last listed issue "use Visual styles on windows and buttons" then click on apply and then OK. This will change the global settings for Custom.

    However, there are some side effects of the use of this option that removes the shadows of the icon on the desktop. It changes your taskbar to style XP Taskbar and change also a custom icon, menus, and other advanced to default appearance settings. All the settings you have previously changed must be reaccomplished.

    When you open Internet Explorer, it looks great in color etc that he did with XP which is now easier to read that Win 7, I feel. Each person will have to just play with the advanced appearance settings and select the ones they like best.

    So far, I'm very happy with the settings I have now and also do not have the shadow of the icon on the desktop.

    ColTom2

  • where can I find what is the latest update package?

    Where can I find what is the latest update package? I use a blowtorch to debug problems with OS 6, but I don't know if it is up-to-date. The OTA update claims it is, but which is related to the carrier, right? I use a T-mobile SIM card.

    The options said ' bundle 6.0 335 (v6.0.0.161 platform 6.4.0.75) ' is the most recent?

    Thank you!

    Package Version: 6.0.0.1907
    Composed of:

    • Applications: 6.0.0.448
    • Software platform: 6.4.0.210

    ^^, This is the latest operating system for the Torch 9800.

    Operating system device provided are "released" by specific carriers once that they are certified and trained to their support technicians, but still, you are able to load any carrier the same model by following the instructions below.

    See the link below for download and simple installation instructions.

    https://www.BlackBerry.com/downloads/entry.do?code=494C08F7A144D3CC4CFA661ED1244039

    Make a backup of your device first, using Desktop Manager > backup. Close the office at the end Manager.

    1. download the OS files to the PC then install on the PC by running (double click) the downloaded file.
    2. go in c:\program files Research in motion\apploader and delete the file named "vendor.xml."
    3. plug in the BB and double-click on "Loader.exe." It is located in the same place as the above vendor.xml file.

  • Need to call the PL/SQL Package in the group dynamics of approval class that implements IDynamicApprovalGroup

    Hi all

    This is regarding the approval of invoice AP I need in my project where the user selects the users/people approval when creating the invoice based on logic. There may be any number of users who could be part of the approval group.

    Approval users information is stored in a table with a single Bill.

    When the user initiates invoice approval, approval of the Bill should go to all the people/users selected in the invoice.

    I created the dynamic of approval group which is the result of a java class. This java class implements IDynamicApprovalGroup. (what is the oracle Developer Guide).

    I called PL/SQL to java class package to get all the details of users of custom for the current invoice table.

    I used the DriverManager.getConnection method by hard coding (JDBC URL, Username, Pwd) connection details that works perfectly fine.

    But I don't want to hard-code the connection details because it will change in bodies SIT/UAT/PROD.

    Please ask you to guide me if there is no solution for the information of connection without hard coding it.

    Following code used to get the connection details

    try {}

    Class.forName ("oracle.jdbc.driver.OracleDriver");

    System.out.println ("= class loaded");

    }

    catch (ClassNotFoundException ex) {}

    System.out.println ("= class loading error");

    ex.printStackTrace ();

    }

    Fitting out = null;

    CallableStatement cstmt = null;

    Try

    {

    connection = DriverManager.getConnection ("jdbc:oracle:thin:@xxhostname:1521/SID", "FUSION", "*");

    Connection = GetConnection ();

    System.out.println ("= connection =" + connection);

    prepare the call

    cstmt = connection.prepareCall ("{call XX_AP_INV_DYN_APPROVAL_PKG. {GET_GROUP_PARTICIPANTS (?,?)} ») ;

    cstmt.setString (1, '12345');   ID on invoice

    Exit of the register

    cstmt.registerOutParameter (2, java.sql.Types.VARCHAR);

    Call the stored procedure

    cstmt. Execute();

    System.out.println ("= procedure being executed");

    approvalGroupMembers = cstmt.getString (2).split("#");

    System.out.println ("= output:" + cstmt.getString (2));

    }

    catch (Exception ex) {}

    ex.printStackTrace ();

    }

    Finally

    {

    Try

    {

    If (cstmt! = null)

    close the callable statement

    {

    cstmt. Close();

    cstmt = null;

    }

    System.out.println ("= stmt closed");

    }

    catch (SQLException ex)

    {

    System.out.println ("= stmt close err");

    ex.printStackTrace ();

    }

    Try

    {

    If (connection! = null)

    close the connection

    {

    Connection.Close;

    connection = null;

    }

    System.out.println ("= closed conn");

    }

    catch (SQLException ex)

    {

    System.out.println ("= Close conn err");

    ex.printStackTrace ();

    }

    }

    Thank you

    Dipak.

    HI Dembélé - you should be able to call the provider database from the java class. Documentation is here. However, you need to specify the name of the data provider that is the same in all environments. Do you know what it is? If it's not I'll take a look and get back to you.

    __

    Peter Maurer

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • Add custom in the analytical center of the lines of obiee11g lines

    Hello

    I want to add custom table lines. Only lines custom placed after the specified lines, based on requirements.

    In the screenshot, lines custom here is sum (1 + 2 + 3), sum(4+5), sum (6 + 7 + 8)

    ERR4.jpg

    To do this, I created RPD and exported in Ms.

    I have the analytic choice to create the report.

    To add lines custom, I choose Add custom calculated item.

    I tried. But I have no way out.

    Please see the screenshots

    err1.jpg

    err2.jpg

    err3.jpg

    See the output

    err5.jpg

    Please help me. I couldn't place the lines custom after the specified lines.

    Thnaks in advance,

    Bruno has.

    Make 1 more column for Prod_ID and then use fx of expression to sort values Prod_ID using the Case statement.

    using PivotTable the aggregate value or icon of sigma to sum up the values.

  • Captivate 9 App Packaging - icons

    With the old stand-alone app package manager, I was able to first generate the output of the HTML5 and add an icon to the application before packaging.  With app package that is integrated in the main application, it is not this intermediate step and it seems that I am stuck with the default Captivate icon.  Does anyone know a way around this?

    If not, is it possible to come back from my days working in Captivate 9 to 7 Captivate format, until this "improvement" has been made?  (The Captivate 7 app standalone package manager will not affect files html5 published by Captivate 9).

    Thank you

    Neil

    Sorry, solved my problem.  Quite simply, do not use the app package manager integrated into Captivate.  Publier publish HTML5 Zippes, and then add icon.png and your config.xml in the zip file.  Go to Phonegap Build and '+ new application' button at the top right.

  • I start on the site where I bought Adobe After Effects. Then I pressed 'Download', but the site you get on says (translated from English): there are problems, try again later. Get in touch with the customer, if the problem keept going. "While it

    I start on the site where I bought Adobe After Effects. Then I pressed 'Download', but the site you get on says (translated from English): there are problems, try again later. Get in touch with the customer, if the problem keept going. "So, here am I, I really hope someone knows the answer...

    Thank you

    Are you referring to CC version After Effects?

    If so, you must download and install Adobe Creative Cloud app using whiuch, you can install after effects CC.

    Windows:

    https://ccmdls.adobe.com/AdobeProducts/KCCC/1/Win32/CreativeCloudSet-up.exe

    Mac:

    https://ccmdls.Adobe.com/AdobeProducts/KCCC/1/OSX10/CreativeCloudInstaller.dmg

    Reference:

    Download and install Adobe Creative Cloud apps

  • Error occurred during the application of packaging: Android - x 86

    Hello

    I tried to export ARMAMENTS existing Android for Android - x 86:

    This application uses to 2 ANE for In - App purchases. One for iOS and another for Android. I repacked the Android DONKEY file to be compatible with Android - x 86 and I also add the new Flash Builder ""-arch ' with the value of "x 86" and place it before '-shops ". "

    Error occurred during the application of packaging:

    output file is not writable

    use:

    ADT - checkstore SIGNING_OPTIONS

    ADT-certificate - cn < name > (-UO < org - unit >)? (o < org - name >)? (-c < country >)? (- validityPeriod < years >)? (1024 RSA: 2048-RSA) < pfx file > < password >

    ADT-help

    ADT-migrate SIGNING_OPTIONS (< air-file-in > | < flown-file-in >) < fichier_resultat >

    ADT-package SIGNING_OPTIONS (-aerial target)? <>Package-output (FILE_OPTIONS < app-desc > | < input-package >)

    ADT-package SIGNING_OPTIONS-target flown < output-package > (< app-desc > FILE AND PATH OPTIONS | < input-package >)

    ADT-package - target (apk | apk-debug | emulator apk | apk-captive-runtime) (CONNECT_OPTIONS? |) LISTEN_OPTIONS? ) (- airDownloadURL < url >)? (ARCH_OPTIONS)? SIGNING_OPTIONS < output-package > (< app-desc > PLATFORM-SDK-OPTION?) FILE-AND-PATH-OPTIONS | PLATFORM-SDK-OPTION < input-package >? )

    ADT-package - target (ipa-test | ipa-debug | ipa-app-store | ipa-ad-hoc: ipa-test-interpreter | ipa-debug-interpreter | ipa-test-interpreter-Simulator | ipa-debug-interpreter-simulator) (CONNECT_OPTIONS? |) LISTEN_OPTIONS? ) (- sampler)? ANE_LINK_OPTIONS? AOT_MODE_OPTIONS? SIGNING_OPTIONS < output-package > (< app-desc > PLATFORM-SDK-OPTION?) FILE-AND-PATH-OPTIONS | PLATFORM-SDK-OPTION < input-package >? )

    ADT-package SIGNING_OPTIONS? -target native SIGNING_OPTIONS? <>Output-package (< app-desc > FILE AND PATH OPTIONS | < input-package >)

    ADT-package SIGNING_OPTIONS? -migrate SIGNING_OPTIONS-target native SIGNING_OPTIONS? OPTION-PATH < output-package > < app-desc > FILE_OPTIONS

    ADT-package SIGNING_OPTIONS? -bundle target SIGNING_OPTIONS? <>Output-package (< app-desc > FILE AND PATH OPTIONS | < input-package >)

    ADT-package SIGNING_OPTIONS? -target the donkey < output-package > < ext-desc > ANE_OPTIONS

    ADT-prepare < airi-file > < app-desc > FILE_AND_PATH_OPTIONS

    ADT-sign SIGNING_OPTIONS (-target (air: flown | ane))? (< airi-file > | < unsigned-ane-file >) < fichier_resultat >

    ADT-devices OPTION of platform PLATFORM-SDK-OPTION?

    ADT - installRuntime OPTION of platform PLATFORM-SDK-OPTION? DEVICE OPTION? (- < apk file > package)?

    ADT - installApp OPTION of platform PLATFORM-SDK-OPTION? DEVICE OPTION? -package < apk file. IPA-file >

    ADT - uninstallRuntime OPTION of platform PLATFORM-SDK-OPTION? DEVICE OPTION?

    ADT - uninstallApp OPTION of platform PLATFORM-SDK-OPTION? DEVICE OPTION? -appid < app - id >

    ADT - launchApp {OPTION of platform PLATFORM-SDK-OPTION? DEVICE OPTION? (port - debuggerPort)? -appid < app id >}

    ADT - runtimeVersion OPTION of platform PLATFORM-SDK-OPTION? DEVICE OPTION?

    ADT - appVersion OPTION of platform PLATFORM-SDK-OPTION? DEVICE OPTION? -appid < app - id >

    ADT-version

    SIGNING_OPTIONS:-< type > stores (-< store > keystore)? (- storepass < pass >)? (- alias < aliasName >)? (- keypass < pass >)? (- providerName < name >)? (- tsa < url >)? (- service-profile <>layout)?

    FILE_OPTIONS: < fileOrDir > * ((C-< dir >< fileOrDir > +) |) (-e < file > < path >)) *

    ARCH_OPTIONS:-arch (armv7 | x 86)

    CONNECT_OPTIONS:-connect < host >

    LISTEN_OPTIONS:-listening < port >

    ANE_LINK_OPTIONS:-hideAneLibSymbols (yes | no)

    ANE_OPTIONS:-CFC < EFA > (-platform < name > (-platformoptions < file >). < fileOrDir > * (C - < dir > < fileOrDir > +) *) *.

    FILE-AND-PATH-OPTIONS: (OPTION-PATH |) FILE - OPTIONS) - AND-PATH-FILE OPTIONS?

    OPTION: PATH - extdir < dir >

    Platform-OPTION:-platform (android: ios)

    PLATFORM-SDK-OPTION:-platformsdk < platform-sdk-home-dir >

    OPTION: DEVICE-device (deviceID | ios simulator)

    AOT_MODE_OPTIONS:-useLegacyAOT (yes | no)

    Hello

    I am able to repro the bug, if I change the 'DEMAND' while packing the apk and change it to "somedirectory/helloworld.apk' to 'helloworld.apk '. So a quick solution would be to remove all path and do simple APPLICATION parameter value 'helloworld.apk' when packing with - arch argument.

    Also, there is a known issue with FB4.7 that it will fail to install the APK for Android device when they are packed with the option Ark on export Release version. So always choose option 'Keep bin-release-temp file' that will keep the APK even if FB fails to install/launch of the device.

    -Nimisha

  • Problem with the new sizes of icons for iOS 7 while that submitted to App Store

    Hello

    I have compiled my AIR application that includes the new sizes of icons for iOS 7 (76 x 76, 120 x 120, 152 x 152 and the Spotlight search result 40 x 40 and 80 x 80 icons) from the command-line using AIR 3.9. Here is the section of the icon of my XML application descriptor:

    <>icon

    < image29x29 > icons/icon29x29.png < / image29x29 >

    < image48x48 > icons/icon48x48.png < / image48x48 >

    < image57x57 > icons/icon57x57.png < / image57x57 >

    < image72x72 > icons/icon72x72.png < / image72x72 >

    < image114x114 > icons/icon114x114.png < / image114x114 >

    < image512x512 > icons/icon512x512.png < / image512x512 >

    < image58x58 > icons/icon58x58.png < / image58x58 >

    < image144x144 > icons/icon144x144.png < / image144x144 >

    <!-icons additional app for iOS - 7 >

    < image40x40 > icons/icon40x40.png < / image40x40 >

    < image76x76 > icons/icon76x76.png < / image76x76 >

    < image80x80 > icons/icon80x80.png < / image80x80 >

    < image120x120 > icons/icon120x120.png < / image120x120 >

    < image152x152 > icons/icon152x152.png < / image152x152 >

    < / icon >

    App (.) IPA) is installed and works very well in all the all devices (Ipad, IPhone). While submiting the same application to Apple's App Store with app store available profile, I received three warnings. Those are the following:

    (1) ITMS-9000 WARNING: 'Missing recommended file icon. The package does not contain an icon of the app for iPhone / iPod Touch exactly 120' x 120' pixels, in .png format. "to SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage).

    (2) WARNING-ITMS-9000: 'Missing recommended file icon. The package does not contain an icon of the app for iPhone / iPod Touch exactly 76 "x 76" pixels, in .png format. "to SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage).

    (3) ITMS-9000 WARNING: 'Missing recommended file icon. The package does not contain an icon of the app for iPhone / iPod Touch exactly ' 152 x 152' pixels, in .png format. "to SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage).

    Can someone help me?

    3.9.0.960, who was transferred recently.

    -Pahup

  • Where is the button 'Use small icons' customize the toolbar (or equivalent) passed?

    I think my toolbar is taking up a lot of screen space since I installed Firefox version 29,0. I want like to screen for web pages space that possible but have still my toolbar is accessible at all times. Is it possible to do what the button 'use small icons' in the toolbar Customize with some other (hidden) setting? I don't mind if it crops up and down "big buttons.

    I read something about a 'Restorer of classic theme", which is the only recommended way to go for now?

    --
    Thanks for a great web browser, I use it as my main browser since version 1.0.x.

    Thank you, but that does not make the icons smaller in size as the old way, used to work.

    I try the extension Classic theme restaurant to see if it will fix it. So far, he seems to have a bug that I informed the author.

Maybe you are looking for