Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj2
-rw-r--r--iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp8
-rw-r--r--iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm8
-rw-r--r--iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp8
-rw-r--r--iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm8
-rw-r--r--iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh8
-rw-r--r--iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh8
-rw-r--r--iphone/Benchmarks/Benchmarks/main.m8
-rw-r--r--iphone/QuartzBenchmark/Draw2D.h8
-rw-r--r--iphone/QuartzBenchmark/Draw2D.mm8
-rw-r--r--iphone/QuartzBenchmark/QuartzBenchmark.xcodeproj/project.pbxproj2
-rw-r--r--iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.h8
-rw-r--r--iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.m8
-rw-r--r--iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.h8
-rw-r--r--iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.m8
-rw-r--r--iphone/QuartzBenchmark/QuartzBenchmark/main.m8
-rw-r--r--iphone/Tests/Classes/Draw2D.h8
-rw-r--r--iphone/Tests/Classes/Draw2D.m8
-rw-r--r--iphone/Tests/Classes/TestView.h8
-rw-r--r--iphone/Tests/Classes/TestView.mm8
-rw-r--r--iphone/Tests/Classes/TestsAppDelegate.h8
-rw-r--r--iphone/Tests/Classes/TestsAppDelegate.m8
-rw-r--r--iphone/Tests/Classes/TestsViewController.h8
-rw-r--r--iphone/Tests/Classes/TestsViewController.m8
-rw-r--r--iphone/Tests/main.m8
25 files changed, 2 insertions, 186 deletions
diff --git a/iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj b/iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj
index 60e5ddb01a..ddd3cfc9c9 100644
--- a/iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj
+++ b/iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj
@@ -350,7 +350,7 @@
EE12000213538ED6004E6AAB /* Project object */ = {
isa = PBXProject;
attributes = {
- ORGANIZATIONNAME = "Credo-Dialogue";
+ ORGANIZATIONNAME = "MapsWithMe";
};
buildConfigurationList = EE12000513538ED6004E6AAB /* Build configuration list for PBXProject "Benchmarks" */;
compatibilityVersion = "Xcode 3.2";
diff --git a/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp b/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp
index e900844356..f7d75ca3ca 100644
--- a/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp
+++ b/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp
@@ -1,11 +1,3 @@
-//
-// BenchmarksAppDelegate.h
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
@class BenchmarksViewController;
diff --git a/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm b/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm
index 40071c0b4e..68ec970adb 100644
--- a/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm
+++ b/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm
@@ -1,11 +1,3 @@
-//
-// BenchmarksAppDelegate.m
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import "BenchmarksAppDelegate.hpp"
#import "EAGLView.hpp"
diff --git a/iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp b/iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp
index b380278930..ba514ac614 100644
--- a/iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp
+++ b/iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp
@@ -1,11 +1,3 @@
-//
-// BenchmarksViewController.h
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
#import <OpenGLES/EAGL.h>
diff --git a/iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm b/iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm
index de6804973a..d6596f7be6 100644
--- a/iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm
+++ b/iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm
@@ -1,11 +1,3 @@
-//
-// BenchmarksViewController.m
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <QuartzCore/QuartzCore.h>
#import "BenchmarksViewController.hpp"
diff --git a/iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh b/iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh
index 51960e571b..14fe852e07 100644
--- a/iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh
+++ b/iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh
@@ -1,11 +1,3 @@
-//
-// Shader.fsh
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
varying lowp vec4 colorVarying;
void main()
diff --git a/iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh b/iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh
index 6d26bd288a..2f42d90b89 100644
--- a/iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh
+++ b/iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh
@@ -1,11 +1,3 @@
-//
-// Shader.vsh
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
attribute vec4 position;
attribute vec4 color;
diff --git a/iphone/Benchmarks/Benchmarks/main.m b/iphone/Benchmarks/Benchmarks/main.m
index 9eccafca5a..240307699f 100644
--- a/iphone/Benchmarks/Benchmarks/main.m
+++ b/iphone/Benchmarks/Benchmarks/main.m
@@ -1,11 +1,3 @@
-//
-// main.m
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
int main(int argc, char *argv[])
diff --git a/iphone/QuartzBenchmark/Draw2D.h b/iphone/QuartzBenchmark/Draw2D.h
index b1529e24d8..6374a8faf2 100644
--- a/iphone/QuartzBenchmark/Draw2D.h
+++ b/iphone/QuartzBenchmark/Draw2D.h
@@ -1,11 +1,3 @@
-//
-// Draw2D.h
-// QuartzBenchmark
-//
-// Created by Siarhei Rachytski on 4/12/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
diff --git a/iphone/QuartzBenchmark/Draw2D.mm b/iphone/QuartzBenchmark/Draw2D.mm
index fc3f954419..0e8d66b4d0 100644
--- a/iphone/QuartzBenchmark/Draw2D.mm
+++ b/iphone/QuartzBenchmark/Draw2D.mm
@@ -1,11 +1,3 @@
-//
-// Draw2D.mm
-// QuartzBenchmark
-//
-// Created by Siarhei Rachytski on 4/12/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import "Draw2D.h"
#include <vector>
diff --git a/iphone/QuartzBenchmark/QuartzBenchmark.xcodeproj/project.pbxproj b/iphone/QuartzBenchmark/QuartzBenchmark.xcodeproj/project.pbxproj
index bf19b5cca0..4b397125fe 100644
--- a/iphone/QuartzBenchmark/QuartzBenchmark.xcodeproj/project.pbxproj
+++ b/iphone/QuartzBenchmark/QuartzBenchmark.xcodeproj/project.pbxproj
@@ -143,7 +143,7 @@
EEDD1D1013549F1F007A130C /* Project object */ = {
isa = PBXProject;
attributes = {
- ORGANIZATIONNAME = "Credo-Dialogue";
+ ORGANIZATIONNAME = "MapsWithMe";
};
buildConfigurationList = EEDD1D1313549F1F007A130C /* Build configuration list for PBXProject "QuartzBenchmark" */;
compatibilityVersion = "Xcode 3.2";
diff --git a/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.h b/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.h
index e114fa2f32..a04eedeaf4 100644
--- a/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.h
+++ b/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.h
@@ -1,11 +1,3 @@
-//
-// QuartzBenchmarkAppDelegate.h
-// QuartzBenchmark
-//
-// Created by Siarhei Rachytski on 4/12/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
@class QuartzBenchmarkViewController;
diff --git a/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.m b/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.m
index 8badb4695e..9c12480574 100644
--- a/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.m
+++ b/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkAppDelegate.m
@@ -1,11 +1,3 @@
-//
-// QuartzBenchmarkAppDelegate.m
-// QuartzBenchmark
-//
-// Created by Siarhei Rachytski on 4/12/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import "QuartzBenchmarkAppDelegate.h"
#import "QuartzBenchmarkViewController.h"
diff --git a/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.h b/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.h
index f86c97ff87..fb4089cb8a 100644
--- a/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.h
+++ b/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.h
@@ -1,11 +1,3 @@
-//
-// QuartzBenchmarkViewController.h
-// QuartzBenchmark
-//
-// Created by Siarhei Rachytski on 4/12/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
@interface QuartzBenchmarkViewController : UIViewController {
diff --git a/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.m b/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.m
index 435dbe3dad..f638956f75 100644
--- a/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.m
+++ b/iphone/QuartzBenchmark/QuartzBenchmark/QuartzBenchmarkViewController.m
@@ -1,11 +1,3 @@
-//
-// QuartzBenchmarkViewController.m
-// QuartzBenchmark
-//
-// Created by Siarhei Rachytski on 4/12/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import "QuartzBenchmarkViewController.h"
@implementation QuartzBenchmarkViewController
diff --git a/iphone/QuartzBenchmark/QuartzBenchmark/main.m b/iphone/QuartzBenchmark/QuartzBenchmark/main.m
index a4357ee21d..240307699f 100644
--- a/iphone/QuartzBenchmark/QuartzBenchmark/main.m
+++ b/iphone/QuartzBenchmark/QuartzBenchmark/main.m
@@ -1,11 +1,3 @@
-//
-// main.m
-// QuartzBenchmark
-//
-// Created by Siarhei Rachytski on 4/12/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
int main(int argc, char *argv[])
diff --git a/iphone/Tests/Classes/Draw2D.h b/iphone/Tests/Classes/Draw2D.h
index 552392ba80..c0603c8c9b 100644
--- a/iphone/Tests/Classes/Draw2D.h
+++ b/iphone/Tests/Classes/Draw2D.h
@@ -1,11 +1,3 @@
-//
-// Draw2D.h
-// Tests
-//
-// Created by Siarhei Rachytski on 1/25/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
diff --git a/iphone/Tests/Classes/Draw2D.m b/iphone/Tests/Classes/Draw2D.m
index a6add97eb6..1212e07d0e 100644
--- a/iphone/Tests/Classes/Draw2D.m
+++ b/iphone/Tests/Classes/Draw2D.m
@@ -1,11 +1,3 @@
-//
-// Draw2D.m
-// Tests
-//
-// Created by Siarhei Rachytski on 1/25/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import "Draw2D.h"
diff --git a/iphone/Tests/Classes/TestView.h b/iphone/Tests/Classes/TestView.h
index 9c63d5ebb1..136d783612 100644
--- a/iphone/Tests/Classes/TestView.h
+++ b/iphone/Tests/Classes/TestView.h
@@ -1,11 +1,3 @@
-//
-// TestView.h
-// Tests
-//
-// Created by Siarhei Rachytski on 1/26/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
diff --git a/iphone/Tests/Classes/TestView.mm b/iphone/Tests/Classes/TestView.mm
index 548c42e540..55773f6a94 100644
--- a/iphone/Tests/Classes/TestView.mm
+++ b/iphone/Tests/Classes/TestView.mm
@@ -1,11 +1,3 @@
-//
-// TestView.mm
-// Tests
-//
-// Created by Siarhei Rachytski on 1/26/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import "TestView.h"
diff --git a/iphone/Tests/Classes/TestsAppDelegate.h b/iphone/Tests/Classes/TestsAppDelegate.h
index a1cf312da5..16fbae5168 100644
--- a/iphone/Tests/Classes/TestsAppDelegate.h
+++ b/iphone/Tests/Classes/TestsAppDelegate.h
@@ -1,11 +1,3 @@
-//
-// TestsAppDelegate.h
-// Tests
-//
-// Created by Siarhei Rachytski on 1/25/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
@class TestsViewController;
diff --git a/iphone/Tests/Classes/TestsAppDelegate.m b/iphone/Tests/Classes/TestsAppDelegate.m
index c3e0958834..526d29b08e 100644
--- a/iphone/Tests/Classes/TestsAppDelegate.m
+++ b/iphone/Tests/Classes/TestsAppDelegate.m
@@ -1,11 +1,3 @@
-//
-// TestsAppDelegate.m
-// Tests
-//
-// Created by Siarhei Rachytski on 1/25/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import "TestsAppDelegate.h"
#import "TestsViewController.h"
diff --git a/iphone/Tests/Classes/TestsViewController.h b/iphone/Tests/Classes/TestsViewController.h
index 3b8d2d4548..93272cbebe 100644
--- a/iphone/Tests/Classes/TestsViewController.h
+++ b/iphone/Tests/Classes/TestsViewController.h
@@ -1,11 +1,3 @@
-//
-// TestsViewController.h
-// Tests
-//
-// Created by Siarhei Rachytski on 1/25/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
@interface TestsViewController : UIViewController {
diff --git a/iphone/Tests/Classes/TestsViewController.m b/iphone/Tests/Classes/TestsViewController.m
index 22369e9cc6..0a73373c37 100644
--- a/iphone/Tests/Classes/TestsViewController.m
+++ b/iphone/Tests/Classes/TestsViewController.m
@@ -1,11 +1,3 @@
-//
-// TestsViewController.m
-// Tests
-//
-// Created by Siarhei Rachytski on 1/25/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import "TestsViewController.h"
@implementation TestsViewController
diff --git a/iphone/Tests/main.m b/iphone/Tests/main.m
index 6d643b1585..2a26f1b87b 100644
--- a/iphone/Tests/main.m
+++ b/iphone/Tests/main.m
@@ -1,11 +1,3 @@
-//
-// main.m
-// Tests
-//
-// Created by Siarhei Rachytski on 1/25/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
int main(int argc, char *argv[]) {