Added a todo
This commit is contained in:
		| @@ -13,6 +13,7 @@ | |||||||
| 		670F9C982C566EF6008BDD2F /* PhotoTumbnailFromStringView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670F9C972C566EF6008BDD2F /* PhotoTumbnailFromStringView.swift */; }; | 		670F9C982C566EF6008BDD2F /* PhotoTumbnailFromStringView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670F9C972C566EF6008BDD2F /* PhotoTumbnailFromStringView.swift */; }; | ||||||
| 		670F9C9A2C5678B9008BDD2F /* BigPicture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670F9C992C5678B9008BDD2F /* BigPicture.swift */; }; | 		670F9C9A2C5678B9008BDD2F /* BigPicture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 670F9C992C5678B9008BDD2F /* BigPicture.swift */; }; | ||||||
| 		67672FEA2C5915F6003AE9A6 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 67672FE92C5915F6003AE9A6 /* .gitignore */; }; | 		67672FEA2C5915F6003AE9A6 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 67672FE92C5915F6003AE9A6 /* .gitignore */; }; | ||||||
|  | 		67C9FFD02C5D778000D3D604 /* TODO.md in Resources */ = {isa = PBXBuildFile; fileRef = 67C9FFCF2C5D778000D3D604 /* TODO.md */; }; | ||||||
| 		67E5F04E2C53D93E005DDD7A /* Swipe_That_PicApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E5F04D2C53D93E005DDD7A /* Swipe_That_PicApp.swift */; }; | 		67E5F04E2C53D93E005DDD7A /* Swipe_That_PicApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E5F04D2C53D93E005DDD7A /* Swipe_That_PicApp.swift */; }; | ||||||
| 		67E5F0502C53D93E005DDD7A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E5F04F2C53D93E005DDD7A /* ContentView.swift */; }; | 		67E5F0502C53D93E005DDD7A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E5F04F2C53D93E005DDD7A /* ContentView.swift */; }; | ||||||
| 		67E5F0522C53D93E005DDD7A /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E5F0512C53D93E005DDD7A /* Item.swift */; }; | 		67E5F0522C53D93E005DDD7A /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E5F0512C53D93E005DDD7A /* Item.swift */; }; | ||||||
| @@ -29,6 +30,7 @@ | |||||||
| 		670F9C972C566EF6008BDD2F /* PhotoTumbnailFromStringView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoTumbnailFromStringView.swift; sourceTree = "<group>"; }; | 		670F9C972C566EF6008BDD2F /* PhotoTumbnailFromStringView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoTumbnailFromStringView.swift; sourceTree = "<group>"; }; | ||||||
| 		670F9C992C5678B9008BDD2F /* BigPicture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BigPicture.swift; sourceTree = "<group>"; }; | 		670F9C992C5678B9008BDD2F /* BigPicture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BigPicture.swift; sourceTree = "<group>"; }; | ||||||
| 		67672FE92C5915F6003AE9A6 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; }; | 		67672FE92C5915F6003AE9A6 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; }; | ||||||
|  | 		67C9FFCF2C5D778000D3D604 /* TODO.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = TODO.md; sourceTree = "<group>"; }; | ||||||
| 		67E5F04A2C53D93E005DDD7A /* Swipe That Pic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Swipe That Pic.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | 		67E5F04A2C53D93E005DDD7A /* Swipe That Pic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Swipe That Pic.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||||||
| 		67E5F04D2C53D93E005DDD7A /* Swipe_That_PicApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Swipe_That_PicApp.swift; sourceTree = "<group>"; }; | 		67E5F04D2C53D93E005DDD7A /* Swipe_That_PicApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Swipe_That_PicApp.swift; sourceTree = "<group>"; }; | ||||||
| 		67E5F04F2C53D93E005DDD7A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | 		67E5F04F2C53D93E005DDD7A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | ||||||
| @@ -56,6 +58,7 @@ | |||||||
| 		67E5F0412C53D93E005DDD7A = { | 		67E5F0412C53D93E005DDD7A = { | ||||||
| 			isa = PBXGroup; | 			isa = PBXGroup; | ||||||
| 			children = ( | 			children = ( | ||||||
|  | 				67C9FFCF2C5D778000D3D604 /* TODO.md */, | ||||||
| 				67672FE92C5915F6003AE9A6 /* .gitignore */, | 				67672FE92C5915F6003AE9A6 /* .gitignore */, | ||||||
| 				67E5F04C2C53D93E005DDD7A /* Swipe That Pic */, | 				67E5F04C2C53D93E005DDD7A /* Swipe That Pic */, | ||||||
| 				67E5F04B2C53D93E005DDD7A /* Products */, | 				67E5F04B2C53D93E005DDD7A /* Products */, | ||||||
| @@ -185,6 +188,7 @@ | |||||||
| 			isa = PBXResourcesBuildPhase; | 			isa = PBXResourcesBuildPhase; | ||||||
| 			buildActionMask = 2147483647; | 			buildActionMask = 2147483647; | ||||||
| 			files = ( | 			files = ( | ||||||
|  | 				67C9FFD02C5D778000D3D604 /* TODO.md in Resources */, | ||||||
| 				67E5F0572C53D93F005DDD7A /* Preview Assets.xcassets in Resources */, | 				67E5F0572C53D93F005DDD7A /* Preview Assets.xcassets in Resources */, | ||||||
| 				67672FEA2C5915F6003AE9A6 /* .gitignore in Resources */, | 				67672FEA2C5915F6003AE9A6 /* .gitignore in Resources */, | ||||||
| 				67E5F0542C53D93F005DDD7A /* Assets.xcassets in Resources */, | 				67E5F0542C53D93F005DDD7A /* Assets.xcassets in Resources */, | ||||||
|   | |||||||
							
								
								
									
										9
									
								
								TODO.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								TODO.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | # TODO | ||||||
|  |  | ||||||
|  | - Go to pic in gallery :( can't | ||||||
|  | - Favorite / Never show again | ||||||
|  | - See next/previous pics (not random, to handle the similar ones) | ||||||
|  | - Undo last "garder" | ||||||
|  | - Live Photos  | ||||||
|  |     - https://developer.apple.com/documentation/photokit/phlivephotoview | ||||||
|  |     - https://stackoverflow.com/questions/49447157/live-photos-and-normal-photos-through-phasset | ||||||
		Reference in New Issue
	
	Block a user