Переглянути джерело

Merge branch 'BaseProject' into Home

Iñigo Valentin 9 роки тому
батько
коміт
9122480ad5
5 змінених файлів з 14 додано та 15 видалено
  1. 4 4
      README.es-ES.md
  2. 4 4
      README.es-EU.md
  3. 3 4
      README.md
  4. 1 1
      app/HomeView.swift
  5. 2 2
      app/Info.plist

+ 4 - 4
README.es-ES.md

@@ -1,6 +1,5 @@
 ---
-[Informazioa euskaraz](README.es-EU.md) 
-[Information in english](README.md)
+[Informazioa euskaraz](README.es-EU.md) - [Information in english](README.md)
 ---
 
 
@@ -13,8 +12,9 @@ Una aplicacion para iOS para miembros de [Gasteizko Margolariak](https://margola
 Hay funciones diseñadas especificamente para las Fiestas de La Blanca, y solo estarán disponibles en esas fechas.
 
 * [NO IMPLEMENTADO] Consulta en tu teléfono el Programa de Fiestas, encuentra actos alrededor tuyo ydescubre como llegar hasta ellos.
-* [NO IMPLEMENTADO] Consulta el Programa de Fiestas de Gasteizko Margolariak, detallado y con la ubicación de cada actividad...
-* [NO IMPLEMENTADO] ... pero, como no somos famosos por nuestra puntualidad, comprueba nuestra ubicación en tiempo real.
+* Consulta el Programa de Fiestas de Gasteizko Margolariak, detallado y con la ubicación de cada actividad...
+* ... pero, como no somos famosos por nuestra puntualidad, comprueba nuestra ubicación en tiempo real.
+* [NO IMPLEMENTADO] Descubre eventos a tu alrededor.
 
 
 ### Durante el resto del año ###

+ 4 - 4
README.es-EU.md

@@ -1,6 +1,5 @@
 ---
-[Informacion en castellano](README.es-ES.md) 
-[Information in english](README.md)
+[Informacion en castellano](README.es-ES.md) - [Information in english](README.md)
 ---
 
 
@@ -13,8 +12,9 @@ Una aplicacion para iOS para miembros de [Gasteizko Margolariak](https://margola
 Hay funciones diseñadas especificamente para las Fiestas de La Blanca, y solo estarán disponibles en esas fechas.
 
 * [NO IMPLEMENTADO] Consulta en tu teléfono el Programa de Fiestas, encuentra actos alrededor tuyo ydescubre como llegar hasta ellos.
-* [NO IMPLEMENTADO] Consulta el Programa de Fiestas de Gasteizko Margolariak, detallado y con la ubicación de cada actividad...
-* [NO IMPLEMENTADO] ... pero, como no somos famosos por nuestra puntualidad, comprueba nuestra ubicación en tiempo real.
+* Consulta el Programa de Fiestas de Gasteizko Margolariak, detallado y con la ubicación de cada actividad...
+* ... pero, como no somos famosos por nuestra puntualidad, comprueba nuestra ubicación en tiempo real.
+* Descubre eventos a tu alrededor.
 
 
 ### Durante el resto del año ###

+ 3 - 4
README.md

@@ -1,6 +1,5 @@
 ---
-[Información en castellano](README.es-ES.md) 
-[Informazioa euskaraz](README.es-EU.md)
+[Información en castellano](README.es-ES.md) - [Informazioa euskaraz](README.es-EU.md)
 ---
 
 
@@ -13,8 +12,8 @@ An iOS app intended for members of [Gasteizko Margolariak](https://margolariak.c
 This features will be only available during the city festivals.
 
 * [TODO] Check out the festival schedule, discover events all around the city, and get their location.
-* [TODO] Check out the schedule for the members of Gasteizko Margolariak, indicating the location of every event and activity...
-* [TODO] ... but, since we are not known for our puntuality, check out the location of Gasteizko Margolariak in real time.
+* Check out the schedule for the members of Gasteizko Margolariak, indicating the location of every event and activity...
+* ... but, since we are not known for our puntuality, check out the location of Gasteizko Margolariak in real time.
 * [TODO] Approximate distance to important event around the city.
 
 

+ 1 - 1
app/HomeView.swift

@@ -106,7 +106,7 @@ class HomeView: UIView {
 		setUpFutureActivities(context: self.moc!, delegate: self.delegate!, lang: self.lang!, parent: self.futureActivitiesSection.getContentStack())
 		setUpSocial(parent: self.socialSection.getContentStack())
 		setUpGallery(context: self.moc!, delegate: self.delegate!, parent: self.gallerySection.getContentStack())
-		setUpLablanca(context: self.moc!, delegate: self.delegate!, self.lang!)
+		setUpLablanca(context: self.moc!, delegate: self.delegate!, lang: self.lang!)
 	}
 	
 	

+ 2 - 2
app/Info.plist

@@ -17,9 +17,9 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.0.6</string>
+	<string>0.0.7</string>
 	<key>CFBundleVersion</key>
-	<string>7</string>
+	<string>8</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>NSLocationWhenInUseUsageDescription</key>