set copyright to cocoaheads brasil

This commit is contained in:
Gustavo Barbosa
2015-09-21 09:42:36 -04:00
parent 51b70f754d
commit 1408b043d7
4 changed files with 6 additions and 11 deletions

View File

@@ -245,7 +245,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = MuteUnmuteMic/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.github.barbosa.MuteUnmuteMic;
PRODUCT_BUNDLE_IDENTIFIER = br.com.cocoaheads.MuteUnmuteMic;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@@ -257,7 +257,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = MuteUnmuteMic/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.github.barbosa.MuteUnmuteMic;
PRODUCT_BUNDLE_IDENTIFIER = br.com.cocoaheads.MuteUnmuteMic;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
@@ -281,6 +281,7 @@
ECF208CC1BAF2DE6000D3C2C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};

View File

@@ -22,12 +22,14 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Gustavo Barbosa. All rights reserved.</string>
<string>Copyright © 2015 CocoaHeads Brasil. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@@ -1,11 +1,3 @@
//
// main.m
// MuteUnmuteMic
//
// Created by Gustavo Barbosa on 9/20/15.
// Copyright © 2015 Gustavo Barbosa. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char * argv[]) {