Skip to content
Snippets Groups Projects
Commit 97f13753 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent a40e62f8
No related branches found
No related tags found
No related merge requests found
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.geuz.onelab" package="org.geuz.onelab"
android:versionName="1.5.2" android:versionName="1.6.0"
android:versionCode="28" android:versionCode="29"
android:installLocation="auto" > android:installLocation="auto" >
<uses-sdk android:minSdkVersion="14" <uses-sdk android:minSdkVersion="14"
......
...@@ -35,11 +35,11 @@ ...@@ -35,11 +35,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.5.2</string> <string>1.6.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.5.2.0</string> <string>1.6.0.0</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>UIFileSharingEnabled</key> <key>UIFileSharingEnabled</key>
......
...@@ -155,14 +155,14 @@ ...@@ -155,14 +155,14 @@
{ {
[_sections addObject:s]; [_sections addObject:s];
[_sectionstitle addObject:t]; [_sectionstitle addObject:t];
[self addParameterNumber:p inSection:s]; [self addParameterNumber:p inSection:s];
} }
- (void)addSection:(NSMutableArray*)s withTitle:(NSString*)t withParameterString:(onelab::string)p - (void)addSection:(NSMutableArray*)s withTitle:(NSString*)t withParameterString:(onelab::string)p
{ {
[_sections addObject:s]; [_sections addObject:s];
[_sectionstitle addObject:t]; [_sectionstitle addObject:t];
[self addParameterString:p inSection:s]; [self addParameterString:p inSection:s];
} }
NSString *GetSectionTitle(NSString *name) NSString *GetSectionTitle(NSString *name)
...@@ -186,7 +186,7 @@ NSString *GetSectionTitle(NSString *name) ...@@ -186,7 +186,7 @@ NSString *GetSectionTitle(NSString *name)
NSInteger compareParameter(id p1, id p2, void *context) NSInteger compareParameter(id p1, id p2, void *context)
{ {
return [[p1 getName] compare:[p2 getName]]; return [[p1 getName] compare:[p2 getName]];
} }
- (void)refreshTableView - (void)refreshTableView
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment