aboutsummaryrefslogtreecommitdiff
path: root/foray.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2022-07-18 00:07:21 +1000
committerNicholas Tay <nick@windblume.net>2022-07-18 00:07:21 +1000
commit8b255702c674bf1bfeca96697711f6e4f088dfdb (patch)
tree98a3ee132dd02973ca1e5c02136b3fe539b22275 /foray.xcodeproj/project.pbxproj
parentbd7761216a065b0dd859cb19d709996739a240cd (diff)
downloadforayios-8b255702c674bf1bfeca96697711f6e4f088dfdb.tar.gz
forayios-8b255702c674bf1bfeca96697711f6e4f088dfdb.tar.bz2
forayios-8b255702c674bf1bfeca96697711f6e4f088dfdb.zip
Try out 'share' aka UIActivityViewController
Diffstat (limited to '')
-rw-r--r--foray.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/foray.xcodeproj/project.pbxproj b/foray.xcodeproj/project.pbxproj
index df040dd..214a004 100644
--- a/foray.xcodeproj/project.pbxproj
+++ b/foray.xcodeproj/project.pbxproj
@@ -23,6 +23,7 @@
C09676BE27EC28B100353D46 /* ForayDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C09676BD27EC28B100353D46 /* ForayDetailView.swift */; };
C0C73E6427EC3A650015497D /* PenguinItemViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C73E6327EC3A650015497D /* PenguinItemViewModel.swift */; };
C0C73E6727EC3BA50015497D /* PenguinItemPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C73E6627EC3BA50015497D /* PenguinItemPresenter.swift */; };
+ C0DB8C0E288146FC00B1B594 /* spy.png in Resources */ = {isa = PBXBuildFile; fileRef = C0DB8C0D288146FC00B1B594 /* spy.png */; };
C0FEAF5F27E14C52000A7648 /* ForayDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0FEAF5E27E14C52000A7648 /* ForayDetailViewController.swift */; };
/* End PBXBuildFile section */
@@ -44,6 +45,7 @@
C09676BD27EC28B100353D46 /* ForayDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForayDetailView.swift; sourceTree = "<group>"; };
C0C73E6327EC3A650015497D /* PenguinItemViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PenguinItemViewModel.swift; sourceTree = "<group>"; };
C0C73E6627EC3BA50015497D /* PenguinItemPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PenguinItemPresenter.swift; sourceTree = "<group>"; };
+ C0DB8C0D288146FC00B1B594 /* spy.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = spy.png; path = Assets.xcassets/spy.imageset/spy.png; sourceTree = "<group>"; };
C0FEAF5E27E14C52000A7648 /* ForayDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForayDetailViewController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
@@ -88,6 +90,7 @@
C09676C227EC354700353D46 /* Extensions */,
C09676C127EC353D00353D46 /* Scenes */,
C0C73E6927ED2F2D0015497D /* Fetchers */,
+ C0DB8C0D288146FC00B1B594 /* spy.png */,
);
path = foray;
sourceTree = "<group>";
@@ -211,6 +214,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ C0DB8C0E288146FC00B1B594 /* spy.png in Resources */,
C04B45AD27DEF118001451A3 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;