Skip to content

Commit

Permalink
Fix identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch committed Aug 2, 2020
1 parent dcc63f0 commit cec1506
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions WebPonize.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
LastSwiftMigration = 0700;
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 1160;
ORGANIZATIONNAME = 1000ch.net;
ORGANIZATIONNAME = shogosensui.com;
TargetAttributes = {
C7E945FC1A5FC9940024581F = {
CreatedOnToolsVersion = 6.1.1;
Expand Down Expand Up @@ -488,7 +488,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.1000ch.WebPonize;
PRODUCT_BUNDLE_IDENTIFIER = com.shogosensui.WebPonize;
PRODUCT_NAME = WebPonize;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -521,7 +521,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = net.1000ch.WebPonize;
PRODUCT_BUNDLE_IDENTIFIER = com.shogosensui.WebPonize;
PRODUCT_NAME = WebPonize;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -550,7 +550,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "net.1000ch.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = "com.shogosensui.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = WebPonizeTests;
PROVISIONING_PROFILE = "";
SWIFT_VERSION = 5.0;
Expand All @@ -574,7 +574,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "net.1000ch.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = "com.shogosensui.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = WebPonizeTests;
PROVISIONING_PROFILE = "";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion WebPonize/ApplicationConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ class ApplicationConfig: Preference {
}

convenience init() {
self.init(applicationId: "net.1000ch.WebPonize")
self.init(applicationId: "com.shogosensui.WebPonize")
}
}
4 changes: 3 additions & 1 deletion WebPonize/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<array>
<string>public.content</string>
</array>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
</array>
<key>CFBundleExecutable</key>
Expand All @@ -38,7 +40,7 @@
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>com.shogosensui.WebPonize</string>
<key>CFBundleVersion</key>
<string>2.4.0</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit cec1506

Please sign in to comment.