Skip to content

Commit

Permalink
Updated Copyright and made application Release able. (Release 1.5, su…
Browse files Browse the repository at this point in the history
…bmitted to Apple)
  • Loading branch information
hohl committed Aug 20, 2014
1 parent c5b39ff commit b04c110
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 743 deletions.
11 changes: 7 additions & 4 deletions SourceDrop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,11 @@
CLASSPREFIX = SDP;
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = "Michael Hohl";
TargetAttributes = {
5FB140391535CCAB00A4565C = {
DevelopmentTeam = BC29VCSV5D;
};
};
};
buildConfigurationList = 5FB140341535CCAB00A4565C /* Build configuration list for PBXProject "SourceDrop" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -662,10 +667,9 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 28F28676A36342CFAABED150 /* Pods.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = SourceDrop/SourceDrop.entitlements;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SourceDrop/SourceDrop-Prefix.pch";
Expand All @@ -686,10 +690,9 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 28F28676A36342CFAABED150 /* Pods.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = SourceDrop/SourceDrop.entitlements;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SourceDrop/SourceDrop-Prefix.pch";
Expand Down
Loading

0 comments on commit b04c110

Please sign in to comment.