Skip to content

Commit 562e972

Browse files
Merge pull request #1261 from wordpress-mobile/issue/refactor_demo_app
Issue/refactor demo app
2 parents 1079d89 + d48bd92 commit 562e972

5 files changed

Lines changed: 468 additions & 421 deletions

File tree

Example/AztecExample.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
FF629DC9223BC418004C4106 /* videoShortcodes.html in Resources */ = {isa = PBXBuildFile; fileRef = FF629DC8223BC418004C4106 /* videoShortcodes.html */; };
4444
FF9AF5481DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FF9AF5471DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard */; };
4545
FFC41BDE20DBC7BA004DFB4D /* video.html in Resources */ = {isa = PBXBuildFile; fileRef = FFC41BDD20DBC7BA004DFB4D /* video.html */; };
46+
FFFA53D023C4A64200829A43 /* MediaInserter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFA53CF23C4A64200829A43 /* MediaInserter.swift */; };
47+
FFFA53D523C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFA53D423C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift */; };
48+
FFFA53D723C4C43700829A43 /* UIImage+SaveTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFA53D623C4C43700829A43 /* UIImage+SaveTo.swift */; };
4649
/* End PBXBuildFile section */
4750

4851
/* Begin PBXContainerItemProxy section */
@@ -160,6 +163,9 @@
160163
FF629DC8223BC418004C4106 /* videoShortcodes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = videoShortcodes.html; sourceTree = "<group>"; };
161164
FF9AF5471DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = AttachmentDetailsViewController.storyboard; sourceTree = "<group>"; };
162165
FFC41BDD20DBC7BA004DFB4D /* video.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = video.html; sourceTree = "<group>"; };
166+
FFFA53CF23C4A64200829A43 /* MediaInserter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaInserter.swift; sourceTree = "<group>"; };
167+
FFFA53D423C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextViewAttachmentDelegateProvider.swift; sourceTree = "<group>"; };
168+
FFFA53D623C4C43700829A43 /* UIImage+SaveTo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+SaveTo.swift"; sourceTree = "<group>"; };
163169
/* End PBXFileReference section */
164170

165171
/* Begin PBXFrameworksBuildPhase section */
@@ -255,6 +261,9 @@
255261
FF9AF5471DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard */,
256262
607FACD71AFB9204008FA782 /* ViewController.swift */,
257263
E63EF92A1D36A60B00B5BA4B /* EditorDemoController.swift */,
264+
FFFA53D423C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift */,
265+
FFFA53CF23C4A64200829A43 /* MediaInserter.swift */,
266+
FFFA53D623C4C43700829A43 /* UIImage+SaveTo.swift */,
258267
B5DB1C361EC630E10005E623 /* UnknownEditorViewController.swift */,
259268
607FACD91AFB9204008FA782 /* Main.storyboard */,
260269
607FACDC1AFB9204008FA782 /* Images.xcassets */,
@@ -471,9 +480,12 @@
471480
isa = PBXSourcesBuildPhase;
472481
buildActionMask = 2147483647;
473482
files = (
483+
FFFA53D023C4A64200829A43 /* MediaInserter.swift in Sources */,
474484
B5DB1C371EC630E10005E623 /* UnknownEditorViewController.swift in Sources */,
485+
FFFA53D523C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift in Sources */,
475486
599F25701D8BCF57002871D6 /* AppDelegate.swift in Sources */,
476487
59D2873B1D8C599B00B99C80 /* AttachmentDetailsViewController.swift in Sources */,
488+
FFFA53D723C4C43700829A43 /* UIImage+SaveTo.swift in Sources */,
477489
E63EF92B1D36A60B00B5BA4B /* EditorDemoController.swift in Sources */,
478490
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
479491
);

0 commit comments

Comments
 (0)