-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved architectures and signatures in build.
This is still not ideal. It's unclear to me why some simulator builds include i386, and why only the macOS framework gets signed.
- Loading branch information
Showing
8 changed files
with
64 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
// Configuration settings file format documentation can be found at: | ||
// https://help.apple.com/xcode/#/dev745c5c974 | ||
|
||
// If you change these here you must also update the makefile | ||
SYMROOT = ../../../Build | ||
OBJROOT = ../../../Build/Intermediaries | ||
#include "OCMockCI.xcconfig" | ||
|
||
// If you change this here you must also update the makefile | ||
DSTROOT = $(SYMROOT)/Product | ||
|
||
// Make sure that files are copied to DSTROOT | ||
SKIP_INSTALL = NO | ||
|
||
// Set the codesign identity for distribution | ||
CODE_SIGN_STYLE = Manual | ||
TEAM_IDENTIFIER = 28U2VZ7DF8 | ||
CODE_SIGN_IDENTITY = Apple Development: [email protected] | ||
CODE_SIGN_IDENTITY = Apple Development: [email protected] (FJTF47J852) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters