<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">Le 14/06/2017 à 10:34, Johnny Jazeix a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CAEtcAPFsksEzUXG68g2q3As+qA1ASy2Quud7=8o4g3G5KoA0Vw@mail.gmail.com">
<div dir="ltr"><br>
<div class="gmail_extra">
<div class="gmail_quote">
<div>You can use 0.70, it's the same one except one fix for
Windows.<br>
</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>I had to work around a few points to go through the
compilation:</div>
<div><br>
</div>
<div>1. VERSION_CODE is expected in ApplicationInfo.h</div>
<div>Not sure about what it is, I just defined it as
some numeric constant in config.h.</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
I just pushed an updated config.h and instruction on the master
branch. It will fix the undefined constant.<br>
<br>
What you can do is to make a native CMake build. It works on MacOS
but the resulting binary cannot be packaged for an app store
release.<br>
<br>
<br>
<blockquote type="cite"
cite="mid:CAEtcAPFsksEzUXG68g2q3As+qA1ASy2Quud7=8o4g3G5KoA0Vw@mail.gmail.com">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div><br>
</div>
<div>For BUILD_DATE, I guess you'll have it in the config.h
created in the build folder once you have compiled with
cmake (see below).<br>
<br>
</div>
<div>For ACTIVATION_MODE, it would be better to have the
confirmation, but it should be <span class="gmail-pl-s">"inapp".<br>
</span></div>
</div>
</div>
</div>
</blockquote>
I think you should stick to NO. Well this is a commercial issue. My
suggestions:<br>
<br>
- Remove the Macos version out of Apple store and distribute it on
gcompris.net like for the Windows version. In this case, set the
ACTIVATION_MODE to "internal".<br>
- For the iOS version as we don't sell it anymore the
ACTIVATION_MODE should be "no". <br>
<br>
<blockquote type="cite"
cite="mid:CAEtcAPFsksEzUXG68g2q3As+qA1ASy2Quud7=8o4g3G5KoA0Vw@mail.gmail.com">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>
<div class="gmail_extra">Then I end up with a complete
build (modulo some iOS signing magic), but it lacks
all the resources.</div>
<div class="gmail_extra">That doesn't surprise me
since I skipped those lines from the platforms/ios
readme file:</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">"At root dir create the
directory</div>
<div class="gmail_extra">mkdir rcc</div>
<div class="gmail_extra">mkdir translations</div>
<div class="gmail_extra">And fill copy the appropriate
files in them."</div>
<div class="gmail_extra">--> which files shall I
copy? Those from src/activities? Should I process
them with CMake before?</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
Yes, the CMake process include these builds. Well I am even not sure
the translations are built. The easiest is to make a Linux build and
copy those dirs to you mac.<br>
<br>
On linux:<br>
cd build<br>
make getSvnTranslations<br>
cmake ..<br>
make BuildTranslations<br>
make<br>
<br>
Now you have all the files in share/gcompris-qt/rcc and
share/gcompris-qt/translations<br>
Copy these directories to your mac.<br>
<blockquote type="cite"
cite="mid:CAEtcAPFsksEzUXG68g2q3As+qA1ASy2Quud7=8o4g3G5KoA0Vw@mail.gmail.com">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>
<div class="gmail_extra"><br>
</div>
</div>
</div>
</blockquote>
<br>
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>
<div class="gmail_extra">Bruno, if you have some hints
about those points to resolve them properly it would
be of great help!</div>
<div class="gmail_extra"><br>
</div>
<br>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
Here you are ;)<br>
<br>
If you send me your itunes email address I can add you as admin of
GCompris on the Apple store.<br>
<br>
Bruno.<br>
</body>
</html>