Revision d9bf11e3

b/OpenStack-Info.plist
11 11
	<key>CFBundleExecutable</key>
12 12
	<string>${EXECUTABLE_NAME}</string>
13 13
	<key>CFBundleIconFile</key>
14
	<string></string>
14
	<string>pithos_icon.png</string>
15 15
	<key>CFBundleIconFiles</key>
16 16
	<array>
17 17
		<string>pithos_icon.png</string>
18 18
		<string>pithos_icon@2x.png</string>
19
		<string>pithos_icon_iPad.png</string>
20
		<string>pithos_icon_iPad@2x.png</string>
19 21
	</array>
20 22
	<key>CFBundleIcons</key>
21 23
	<dict>
......
25 27
			<array>
26 28
				<string>pithos_icon.png</string>
27 29
				<string>pithos_icon@2x.png</string>
30
				<string>pithos_icon_iPad.png</string>
31
				<string>pithos_icon_iPad@2x.png</string>
28 32
			</array>
29 33
			<key>UIPrerenderedIcon</key>
30 34
			<false/>
......
54 58
		</dict>
55 59
	</array>
56 60
	<key>CFBundleVersion</key>
57
	<string>20120322a</string>
61
	<string>20120328a</string>
58 62
	<key>LSRequiresIPhoneOS</key>
59 63
	<true/>
60 64
	<key>NSMainNibFile</key>
b/OpenStack.xcodeproj/project.pbxproj
1047 1047
		28C286E10D94DF7D0034E888 /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28C286E00D94DF7D0034E888 /* RootViewController.m */; };
1048 1048
		28F335F11007B36200424DE2 /* RootViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28F335F01007B36200424DE2 /* RootViewController.xib */; };
1049 1049
		376B22B414975DAD00007386 /* LBAlgorithmAnimationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27265A1A1397EAE5000617C0 /* LBAlgorithmAnimationViewController.m */; };
1050
		6142B27B1523601E00A1BFAD /* pithos_icon_iPad.png in Resources */ = {isa = PBXBuildFile; fileRef = 6142B27A1523601E00A1BFAD /* pithos_icon_iPad.png */; };
1051
		6142B27D1523602300A1BFAD /* pithos_icon_iPad@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6142B27C1523602300A1BFAD /* pithos_icon_iPad@2x.png */; };
1050 1052
		61DEA8F714904BC000E0D3AD /* pithos_icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 61DEA8F514904BC000E0D3AD /* pithos_icon.png */; };
1051 1053
		61DEA8F814904BC000E0D3AD /* pithos_icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61DEA8F614904BC000E0D3AD /* pithos_icon@2x.png */; };
1052 1054
		7F8F372513859EDA0034710B /* HTNotifier.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7F8F370613859EDA0034710B /* HTNotifier.strings */; };
......
1758 1760
		28C286E00D94DF7D0034E888 /* RootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RootViewController.m; sourceTree = "<group>"; };
1759 1761
		28F335F01007B36200424DE2 /* RootViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RootViewController.xib; sourceTree = "<group>"; };
1760 1762
		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
1763
		6142B27A1523601E00A1BFAD /* pithos_icon_iPad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pithos_icon_iPad.png; sourceTree = "<group>"; };
1764
		6142B27C1523602300A1BFAD /* pithos_icon_iPad@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pithos_icon_iPad@2x.png"; sourceTree = "<group>"; };
1761 1765
		61DEA8F514904BC000E0D3AD /* pithos_icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pithos_icon.png; sourceTree = "<group>"; };
1762 1766
		61DEA8F614904BC000E0D3AD /* pithos_icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pithos_icon@2x.png"; sourceTree = "<group>"; };
1763 1767
		7F8F370713859EDA0034710B /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/HTNotifier.strings; sourceTree = "<group>"; };
......
1902 1906
				243EB0A9145570E70081D12A /* pithos-solo-smallest.png */,
1903 1907
				61DEA8F514904BC000E0D3AD /* pithos_icon.png */,
1904 1908
				61DEA8F614904BC000E0D3AD /* pithos_icon@2x.png */,
1909
				6142B27A1523601E00A1BFAD /* pithos_icon_iPad.png */,
1910
				6142B27C1523602300A1BFAD /* pithos_icon_iPad@2x.png */,
1905 1911
			);
1906 1912
			name = Pithos;
1907 1913
			sourceTree = "<group>";
......
3800 3806
				61DEA8F714904BC000E0D3AD /* pithos_icon.png in Resources */,
3801 3807
				61DEA8F814904BC000E0D3AD /* pithos_icon@2x.png in Resources */,
3802 3808
				249F004D14BC836A000AB729 /* ObjectVersionsViewController.xib in Resources */,
3809
				6142B27B1523601E00A1BFAD /* pithos_icon_iPad.png in Resources */,
3810
				6142B27D1523602300A1BFAD /* pithos_icon_iPad@2x.png in Resources */,
3803 3811
			);
3804 3812
			runOnlyForDeploymentPostprocessing = 0;
3805 3813
		};
......
4655 4663
				GCC_OPTIMIZATION_LEVEL = 0;
4656 4664
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
4657 4665
				GCC_PREFIX_HEADER = OpenStack_Prefix.pch;
4658
				GCC_VERSION = 4.2;
4666
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
4659 4667
				INFOPLIST_FILE = "Rackspace Cloud-Info.plist";
4660 4668
				INSTALL_PATH = "$(HOME)/Applications";
4661 4669
				IPHONEOS_DEPLOYMENT_TARGET = 4.2;
......
4689 4697
				GCC_OPTIMIZATION_LEVEL = 0;
4690 4698
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
4691 4699
				GCC_PREFIX_HEADER = OpenStack_Prefix.pch;
4692
				GCC_VERSION = 4.2;
4700
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
4693 4701
				INFOPLIST_FILE = "Rackspace Cloud-Info.plist";
4694 4702
				INSTALL_PATH = "$(HOME)/Applications";
4695 4703
				IPHONEOS_DEPLOYMENT_TARGET = 4.2;
......
4725 4733
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
4726 4734
				GCC_OPTIMIZATION_LEVEL = 0;
4727 4735
				GCC_PREFIX_HEADER = OpenStack_Prefix.pch;
4728
				GCC_VERSION = com.apple.compilers.llvmgcc42;
4736
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
4729 4737
				INFOPLIST_FILE = "Unit Tests-Info.plist";
4730 4738
				IPHONEOS_DEPLOYMENT_TARGET = 3.2;
4731 4739
				LIBRARY_SEARCH_PATHS = (
......
4759 4767
				);
4760 4768
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
4761 4769
				GCC_PREFIX_HEADER = OpenStack_Prefix.pch;
4762
				GCC_VERSION = com.apple.compilers.llvmgcc42;
4770
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
4763 4771
				INFOPLIST_FILE = "Unit Tests-Info.plist";
4764 4772
				IPHONEOS_DEPLOYMENT_TARGET = 3.2;
4765 4773
				LIBRARY_SEARCH_PATHS = (

Also available in: Unified diff