Skip to content

Commit

Permalink
rename entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Oct 9, 2019
1 parent 0098a51 commit abe18b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions cd to .../cd to.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
699EB3BF234DBA0D00CC2315 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
699EB3C4234DBA0D00CC2315 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
699EB3C5234DBA0D00CC2315 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
699EB3C7234DBA0D00CC2315 /* cd_to____.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "cd_to____.entitlements"; sourceTree = "<group>"; };
699EB3C7234DBA0D00CC2315 /* cd_to.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = cd_to.entitlements; sourceTree = "<group>"; };
699EB3D2234DBB0700CC2315 /* Finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Finder.h; sourceTree = "<group>"; };
699EB3D3234DBB0700CC2315 /* Terminal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Terminal.h; sourceTree = "<group>"; };
699EB3D4234DC4D800CC2315 /* AppIcon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = AppIcon.icns; sourceTree = "<group>"; };
Expand Down Expand Up @@ -59,7 +59,7 @@
699EB3BF234DBA0D00CC2315 /* Assets.xcassets */,
699EB3C4234DBA0D00CC2315 /* Info.plist */,
699EB3C5234DBA0D00CC2315 /* main.m */,
699EB3C7234DBA0D00CC2315 /* cd_to____.entitlements */,
699EB3C7234DBA0D00CC2315 /* cd_to.entitlements */,
);
path = "cd to ...";
sourceTree = "<group>";
Expand Down Expand Up @@ -253,7 +253,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "cd to .../cd_to____.entitlements";
CODE_SIGN_ENTITLEMENTS = "cd to .../cd_to.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = VURRGRYW45;
Expand All @@ -263,7 +263,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 3.0;
MARKETING_VERSION = 3.1;
PRODUCT_BUNDLE_IDENTIFIER = "name.tuley.jay.cd-to";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -273,7 +273,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "cd to .../cd_to____.entitlements";
CODE_SIGN_ENTITLEMENTS = "cd to .../cd_to.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = VURRGRYW45;
Expand All @@ -283,7 +283,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 3.0;
MARKETING_VERSION = 3.1;
PRODUCT_BUNDLE_IDENTIFIER = "name.tuley.jay.cd-to";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down

0 comments on commit abe18b1

Please sign in to comment.