Skip to content

Commit

Permalink
Ship the popt framework, since utilities need it.
Browse files Browse the repository at this point in the history
  • Loading branch information
baburton committed Dec 24, 2020
1 parent 347e87c commit 20c618b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Regina.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
051691BF1C5AD60D00DC69EC /* hypersummaryui.h in Sources */ = {isa = PBXBuildFile; fileRef = 051691AA1C5AD59000DC69EC /* hypersummaryui.h */; };
051691C01C5AD61200DC69EC /* hyperui.h in Sources */ = {isa = PBXBuildFile; fileRef = 051691AC1C5AD59000DC69EC /* hyperui.h */; };
051806D4181202BD008EBB01 /* icons in Resources */ = {isa = PBXBuildFile; fileRef = 051806D3181202BD008EBB01 /* icons */; };
051A656C2594277900A52E30 /* popt.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0567B5702581ACE50022EA5D /* popt.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
051B97F52321C91A000A2DCA /* boundaries.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 051B97F42321C91A000A2DCA /* boundaries.cpp */; };
051B97F62321C91A000A2DCA /* boundaries.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 051B97F42321C91A000A2DCA /* boundaries.cpp */; };
051CEA8A1F98969500971F25 /* Hypersurfaces.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 051CEA8C1F98969500971F25 /* Hypersurfaces.storyboard */; };
Expand Down Expand Up @@ -2431,6 +2432,7 @@
057ED8F52581B49E004F0068 /* QtNetwork.framework in Embed Frameworks */,
057ED8EF2581B49E004F0068 /* QtSvg.framework in Embed Frameworks */,
057ED8F92581B49E004F0068 /* QtGui.framework in Embed Frameworks */,
051A656C2594277900A52E30 /* popt.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit 20c618b

Please sign in to comment.