Skip to content

Commit

Permalink
updated bundle ID so I could sign it
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Brannam committed Oct 25, 2016
1 parent c362275 commit ae39ab2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<string>application/json</string>
</array>
<key>CFBundleTypeName</key>
<string>com.olivierlabs.jason.document</string>
<string>com.casualpenguin.jason.document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
Expand Down Expand Up @@ -69,7 +69,7 @@
<key>UTTypeIconFile</key>
<string>Jason Document.icns</string>
<key>UTTypeIdentifier</key>
<string>com.olivierlabs.jason.document</string>
<string>com.casualpenguin.jason.document</string>
<key>UTTypeReferenceURL</key>
<string>http://json.org</string>
<key>UTTypeTagSpecification</key>
Expand Down
14 changes: 12 additions & 2 deletions Jason.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,12 @@
attributes = {
LastUpgradeCheck = 0810;
ORGANIZATIONNAME = "Olivier Labs";
TargetAttributes = {
8D15AC270486D014006FF6A4 = {
DevelopmentTeam = A57AE84FFJ;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "Jason" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -432,8 +438,10 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = A57AE84FFJ;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
Expand All @@ -446,7 +454,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_BUNDLE_IDENTIFIER = "com.olivierlabs.${PRODUCT_NAME:identifier}";
PRODUCT_BUNDLE_IDENTIFIER = com.casualpenguin.Jason;
PRODUCT_NAME = Jason;
SDKROOT = macosx;
VALID_ARCHS = "i386 x86_64";
Expand All @@ -458,8 +466,10 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = A57AE84FFJ;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
Expand All @@ -469,7 +479,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_BUNDLE_IDENTIFIER = "com.olivierlabs.${PRODUCT_NAME:identifier}";
PRODUCT_BUNDLE_IDENTIFIER = com.casualpenguin.Jason;
PRODUCT_NAME = Jason;
SDKROOT = macosx;
VALID_ARCHS = "i386 x86_64";
Expand Down

0 comments on commit ae39ab2

Please sign in to comment.