Skip to content

Commit

Permalink
Add UIView+Hero.swift and UIViewController+Hero.swift to public heade…
Browse files Browse the repository at this point in the history
…rs to allow Interface Builder to render live views and see @IBInpectables (HeroTransitions#425)
  • Loading branch information
DanielAsher authored and lkzhao committed Mar 23, 2018
1 parent 0cdbb95 commit e5f771c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Hero.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
2D1F7FE71E49DD90004D944B /* TVImageGalleryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D1F7FE61E49DD90004D944B /* TVImageGalleryViewController.swift */; };
2D1F7FEA1E49DD90004D944B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2D1F7FE81E49DD90004D944B /* Main.storyboard */; };
2D1F7FF21E49E043004D944B /* Hero.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D1F7FBF1E49DCB5004D944B /* Hero.framework */; };
3676E7E32059525F0003B9DF /* UIView+Hero.swift in Headers */ = {isa = PBXBuildFile; fileRef = B101B2C91E561408007E7112 /* UIView+Hero.swift */; settings = {ATTRIBUTES = (Public, ); }; };
3676E7E4205952620003B9DF /* UIViewController+Hero.swift in Headers */ = {isa = PBXBuildFile; fileRef = B101B2CD1E561421007E7112 /* UIViewController+Hero.swift */; settings = {ATTRIBUTES = (Public, ); }; };
3676E7E5205952690003B9DF /* UIView+Hero.swift in Headers */ = {isa = PBXBuildFile; fileRef = B101B2C91E561408007E7112 /* UIView+Hero.swift */; settings = {ATTRIBUTES = (Public, ); }; };
3676E7E62059526B0003B9DF /* UIViewController+Hero.swift in Headers */ = {isa = PBXBuildFile; fileRef = B101B2CD1E561421007E7112 /* UIViewController+Hero.swift */; settings = {ATTRIBUTES = (Public, ); }; };
5C5442AA2004092500E1E326 /* HeroCompatible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C69728F2002CDBD001A5051 /* HeroCompatible.swift */; };
5C6972902002CDBD001A5051 /* HeroCompatible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C69728F2002CDBD001A5051 /* HeroCompatible.swift */; };
83043017B73BC66DBB920D5C /* Pods_HeroExamples.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEE340F89FF0A49DD23A5A6E /* Pods_HeroExamples.framework */; };
Expand Down Expand Up @@ -641,6 +645,8 @@
buildActionMask = 2147483647;
files = (
2D1F7FDC1E49DD3C004D944B /* Hero.h in Headers */,
3676E7E5205952690003B9DF /* UIView+Hero.swift in Headers */,
3676E7E62059526B0003B9DF /* UIViewController+Hero.swift in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -649,6 +655,8 @@
buildActionMask = 2147483647;
files = (
A306D3B61E1C7A2E00B6C23A /* Hero.h in Headers */,
3676E7E32059525F0003B9DF /* UIView+Hero.swift in Headers */,
3676E7E4205952620003B9DF /* UIViewController+Hero.swift in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit e5f771c

Please sign in to comment.