Skip to content

Commit

Permalink
Add .m sources to framework target instead of main example target
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesoid committed Mar 27, 2017
1 parent b833236 commit 1a03425
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions TGLStackedViewExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

/* Begin PBXBuildFile section */
3D4FB8341D0AE5EA001F5270 /* TGLSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D4FB8331D0AE5EA001F5270 /* TGLSettingsViewController.m */; };
3DBF89B2190019980041CB92 /* TGLExposedLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBF89AD190019980041CB92 /* TGLExposedLayout.m */; };
3DBF89B3190019980041CB92 /* TGLStackedLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBF89AF190019980041CB92 /* TGLStackedLayout.m */; };
3DBF89B4190019980041CB92 /* TGLStackedViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBF89B1190019980041CB92 /* TGLStackedViewController.m */; };
3DCA5E9A1A121D7D0079EDC9 /* Launch Screen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3DCA5E991A121D7D0079EDC9 /* Launch Screen.xib */; };
3DE7BA111D0DEE7E0035A3FD /* TGLSettingOptionsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DE7BA101D0DEE7E0035A3FD /* TGLSettingOptionsViewController.m */; };
3DF68EFE18F31B0C00387458 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DF68EFD18F31B0C00387458 /* Foundation.framework */; };
Expand All @@ -26,6 +23,9 @@
3DFACA4F1D195E8C005C8F3F /* TGLBackgroundProxyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DFACA4E1D195E8C005C8F3F /* TGLBackgroundProxyView.m */; };
D1AE4A2C1E89198A006C8E16 /* TGLExposedLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DBF89AC190019980041CB92 /* TGLExposedLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
D1AE4A2D1E89198E006C8E16 /* TGLStackedLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DBF89AE190019980041CB92 /* TGLStackedLayout.h */; settings = {ATTRIBUTES = (Public, ); }; };
D1C2B1F71E8927B600BBB75B /* TGLExposedLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBF89AD190019980041CB92 /* TGLExposedLayout.m */; };
D1C2B1F81E8927B600BBB75B /* TGLStackedLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBF89AF190019980041CB92 /* TGLStackedLayout.m */; };
D1C2B1F91E8927B600BBB75B /* TGLStackedViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBF89B1190019980041CB92 /* TGLStackedViewController.m */; };
D1FC7DC21E85A8B1003FB98A /* TGLStackedViewController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1FC7DBB1E85A8B1003FB98A /* TGLStackedViewController.framework */; };
D1FC7DC31E85A8B1003FB98A /* TGLStackedViewController.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D1FC7DBB1E85A8B1003FB98A /* TGLStackedViewController.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
D1FC7DCD1E85A930003FB98A /* TGLStackedViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DBF89B0190019980041CB92 /* TGLStackedViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -302,13 +302,10 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3DBF89B4190019980041CB92 /* TGLStackedViewController.m in Sources */,
3DFACA4F1D195E8C005C8F3F /* TGLBackgroundProxyView.m in Sources */,
3DE7BA111D0DEE7E0035A3FD /* TGLSettingOptionsViewController.m in Sources */,
3DF68F0A18F31B0C00387458 /* main.m in Sources */,
3DBF89B2190019980041CB92 /* TGLExposedLayout.m in Sources */,
3DF68F3418F31C1300387458 /* TGLCollectionViewCell.m in Sources */,
3DBF89B3190019980041CB92 /* TGLStackedLayout.m in Sources */,
3DF68F0E18F31B0C00387458 /* TGLAppDelegate.m in Sources */,
3D4FB8341D0AE5EA001F5270 /* TGLSettingsViewController.m in Sources */,
3DF68F1418F31B0C00387458 /* TGLViewController.m in Sources */,
Expand All @@ -319,6 +316,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D1C2B1F91E8927B600BBB75B /* TGLStackedViewController.m in Sources */,
D1C2B1F71E8927B600BBB75B /* TGLExposedLayout.m in Sources */,
D1C2B1F81E8927B600BBB75B /* TGLStackedLayout.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 1a03425

Please sign in to comment.