Skip to content

Commit

Permalink
set copyright to cocoaheads brasil
Browse files Browse the repository at this point in the history
  • Loading branch information
barbosa committed Sep 21, 2015
1 parent 51b70f7 commit 1408b04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
5 changes: 3 additions & 2 deletions MuteUnmuteMic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -281,6 +281,7 @@
ECF208CC1BAF2DE6000D3C2C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Binary file not shown.
4 changes: 3 additions & 1 deletion MuteUnmuteMic/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 0 additions & 8 deletions MuteUnmuteMic/main.m
Original file line number Diff line number Diff line change
@@ -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[]) {
Expand Down

0 comments on commit 1408b04

Please sign in to comment.