Skip to content

Commit 2fafde6

Browse files
Bump version to 1.0.1
1 parent 5c745e3 commit 2fafde6

3 files changed

Lines changed: 8 additions & 17 deletions

File tree

CommentWrapper.xcodeproj/project.pbxproj

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
67A3C0BE207A8D3E00E93876 /* CommentUnwrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A3C0BD207A8D3E00E93876 /* CommentUnwrapperTests.swift */; };
5151
67A3C0C0207A8D5B00E93876 /* TestStrings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A3C0BF207A8D5B00E93876 /* TestStrings.swift */; };
5252
67ABFBBE25B445EA00DAA9DC /* XcodeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67ABFBBD25B445EA00DAA9DC /* XcodeKit.framework */; };
53-
67ABFBBF25B445EA00DAA9DC /* XcodeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 67ABFBBD25B445EA00DAA9DC /* XcodeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
5453
/* End PBXBuildFile section */
5554

5655
/* Begin PBXContainerItemProxy section */
@@ -82,17 +81,6 @@
8281
name = "Embed App Extensions";
8382
runOnlyForDeploymentPostprocessing = 0;
8483
};
85-
67ABFBC025B445EA00DAA9DC /* Embed Frameworks */ = {
86-
isa = PBXCopyFilesBuildPhase;
87-
buildActionMask = 2147483647;
88-
dstPath = "";
89-
dstSubfolderSpec = 10;
90-
files = (
91-
67ABFBBF25B445EA00DAA9DC /* XcodeKit.framework in Embed Frameworks */,
92-
);
93-
name = "Embed Frameworks";
94-
runOnlyForDeploymentPostprocessing = 0;
95-
};
9684
/* End PBXCopyFilesBuildPhase section */
9785

9886
/* Begin PBXFileReference section */
@@ -337,7 +325,6 @@
337325
67A3C08E207822DD00E93876 /* Frameworks */,
338326
67A3C08F207822DD00E93876 /* Resources */,
339327
675DC4002095B8F7007142A7 /* Set Build Number */,
340-
67ABFBC025B445EA00DAA9DC /* Embed Frameworks */,
341328
);
342329
buildRules = (
343330
);
@@ -716,6 +703,7 @@
716703
"$(inherited)",
717704
"@executable_path/../Frameworks",
718705
);
706+
MARKETING_VERSION = 1.0.1;
719707
PRODUCT_BUNDLE_IDENTIFIER = com.stevebarnegren.xcodecommentwrapper;
720708
PRODUCT_NAME = "Comment Wrapper";
721709
PROVISIONING_PROFILE = "a784e065-e7bf-4953-9d51-3adf4f335aab";
@@ -730,7 +718,7 @@
730718
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
731719
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
732720
CODE_SIGN_ENTITLEMENTS = CommentWrapper/CommentWrapper.entitlements;
733-
CODE_SIGN_IDENTITY = "Apple Development";
721+
CODE_SIGN_IDENTITY = "Developer ID Application";
734722
CODE_SIGN_STYLE = Manual;
735723
COMBINE_HIDPI_IMAGES = YES;
736724
DEVELOPMENT_TEAM = VAA3W4LPY2;
@@ -741,6 +729,7 @@
741729
"$(inherited)",
742730
"@executable_path/../Frameworks",
743731
);
732+
MARKETING_VERSION = 1.0.1;
744733
PRODUCT_BUNDLE_IDENTIFIER = com.stevebarnegren.xcodecommentwrapper;
745734
PRODUCT_NAME = "Comment Wrapper";
746735
PROVISIONING_PROFILE = "b08a48ba-3ea8-488b-a6f7-4f611e75051d";
@@ -810,6 +799,7 @@
810799
"@executable_path/../Frameworks",
811800
"@executable_path/../../../../Frameworks",
812801
);
802+
MARKETING_VERSION = 1.0.1;
813803
PRODUCT_BUNDLE_IDENTIFIER = com.stevebarnegren.xcodecommentwrapperext;
814804
PRODUCT_MODULE_NAME = Comment_Wrapper_Ext;
815805
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -824,7 +814,7 @@
824814
isa = XCBuildConfiguration;
825815
buildSettings = {
826816
CODE_SIGN_ENTITLEMENTS = CommentWrapperExt/CommentWrapperExt.entitlements;
827-
CODE_SIGN_IDENTITY = "Apple Development";
817+
CODE_SIGN_IDENTITY = "Developer ID Application";
828818
CODE_SIGN_STYLE = Manual;
829819
COMBINE_HIDPI_IMAGES = YES;
830820
DEVELOPMENT_TEAM = VAA3W4LPY2;
@@ -835,6 +825,7 @@
835825
"@executable_path/../Frameworks",
836826
"@executable_path/../../../../Frameworks",
837827
);
828+
MARKETING_VERSION = 1.0.1;
838829
PRODUCT_BUNDLE_IDENTIFIER = com.stevebarnegren.xcodecommentwrapperext;
839830
PRODUCT_MODULE_NAME = Comment_Wrapper_Ext;
840831
PRODUCT_NAME = "$(TARGET_NAME)";

CommentWrapper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>Set at build time</string>
2323
<key>LSApplicationCategoryType</key>

CommentWrapperExt/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>Set at build time</string>
2323
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)