Преглед изворни кода

Add images to example project

To be used for testing the image viewer and share sheets
Tanner Bennett пре 7 година
родитељ
комит
62b26036ed

+ 25 - 1
Example/UICatalog.xcodeproj/project.pbxproj

@@ -47,6 +47,10 @@
 		779B1EF51C0C4F25001F5E49 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 779B1EF41C0C4F25001F5E49 /* libsqlite3.dylib */; };
 		943203FE1978F42F00E24DB3 /* AAPLCatalogTableTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 943203FD1978F42F00E24DB3 /* AAPLCatalogTableTableViewController.m */; };
 		94CB4D431A97183E0054A905 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 94CB4D421A97183E0054A905 /* libz.dylib */; };
+		C34A709922B2EBB4009C2C5F /* image in Resources */ = {isa = PBXBuildFile; fileRef = C34A709522B2EBB4009C2C5F /* image */; };
+		C34A709A22B2EBB4009C2C5F /* image.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = C34A709622B2EBB4009C2C5F /* image.jpeg */; };
+		C34A709B22B2EBB4009C2C5F /* image.jpg in Resources */ = {isa = PBXBuildFile; fileRef = C34A709722B2EBB4009C2C5F /* image.jpg */; };
+		C34A709C22B2EBB4009C2C5F /* image.png in Resources */ = {isa = PBXBuildFile; fileRef = C34A709822B2EBB4009C2C5F /* image.png */; };
 		C34C811A22678CF5006C4D4B /* Person.m in Sources */ = {isa = PBXBuildFile; fileRef = C34C811922678CF5006C4D4B /* Person.m */; };
 		C3EF50CD22610FE200B0BE49 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = C3EF50CC22610FE200B0BE49 /* LaunchScreen.xib */; };
 		C3FB77E52266367F00DF4E73 /* FLEX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3FB77E42266367F00DF4E73 /* FLEX.framework */; };
@@ -139,6 +143,10 @@
 		943203FC1978F42F00E24DB3 /* AAPLCatalogTableTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPLCatalogTableTableViewController.h; sourceTree = "<group>"; };
 		943203FD1978F42F00E24DB3 /* AAPLCatalogTableTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AAPLCatalogTableTableViewController.m; sourceTree = "<group>"; };
 		94CB4D421A97183E0054A905 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
+		C34A709522B2EBB4009C2C5F /* image */ = {isa = PBXFileReference; lastKnownFileType = file; name = image; path = UICatalog/image; sourceTree = "<group>"; };
+		C34A709622B2EBB4009C2C5F /* image.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = image.jpeg; path = UICatalog/image.jpeg; sourceTree = "<group>"; };
+		C34A709722B2EBB4009C2C5F /* image.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = image.jpg; path = UICatalog/image.jpg; sourceTree = "<group>"; };
+		C34A709822B2EBB4009C2C5F /* image.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = image.png; path = UICatalog/image.png; sourceTree = "<group>"; };
 		C34C811822678CF5006C4D4B /* Person.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Person.h; sourceTree = "<group>"; };
 		C34C811922678CF5006C4D4B /* Person.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Person.m; sourceTree = "<group>"; };
 		C3EF50CC22610FE200B0BE49 /* LaunchScreen.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
@@ -177,7 +185,7 @@
 		5356823118F3656900BAAD62 = {
 			isa = PBXGroup;
 			children = (
-				3EC6487218FF8A5000024205 /* ReadMe.txt */,
+				C34A709D22B2EBE0009C2C5F /* Files */,
 				5356824318F3656900BAAD62 /* UICatalog */,
 				5356823C18F3656900BAAD62 /* Frameworks */,
 				5356823B18F3656900BAAD62 /* Products */,
@@ -315,6 +323,18 @@
 			name = "FLEX Integration";
 			sourceTree = "<group>";
 		};
+		C34A709D22B2EBE0009C2C5F /* Files */ = {
+			isa = PBXGroup;
+			children = (
+				C34A709522B2EBB4009C2C5F /* image */,
+				C34A709622B2EBB4009C2C5F /* image.jpeg */,
+				C34A709722B2EBB4009C2C5F /* image.jpg */,
+				C34A709822B2EBB4009C2C5F /* image.png */,
+				3EC6487218FF8A5000024205 /* ReadMe.txt */,
+			);
+			name = Files;
+			sourceTree = "<group>";
+		};
 /* End PBXGroup section */
 
 /* Begin PBXNativeTarget section */
@@ -373,6 +393,10 @@
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				C34A709922B2EBB4009C2C5F /* image in Resources */,
+				C34A709A22B2EBB4009C2C5F /* image.jpeg in Resources */,
+				C34A709B22B2EBB4009C2C5F /* image.jpg in Resources */,
+				C34A709C22B2EBB4009C2C5F /* image.png in Resources */,
 				22679D5D1C741A7A002248FC /* dogs.realm in Resources */,
 				5356825418F3656900BAAD62 /* Main_iPad.storyboard in Resources */,
 				53874F9918F36B1800510922 /* Localizable.strings in Resources */,

BIN
Example/UICatalog/image


BIN
Example/UICatalog/image.jpeg


BIN
Example/UICatalog/image.jpg


BIN
Example/UICatalog/image.png