Skip to content

Commit d955ec8

Browse files
committed
v1.10.0
1 parent c2c67f1 commit d955ec8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Xcodes.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@
10301030
CODE_SIGN_IDENTITY = "-";
10311031
CODE_SIGN_STYLE = Manual;
10321032
COMBINE_HIDPI_IMAGES = YES;
1033-
CURRENT_PROJECT_VERSION = 17;
1033+
CURRENT_PROJECT_VERSION = 18;
10341034
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
10351035
DEVELOPMENT_TEAM = "";
10361036
ENABLE_HARDENED_RUNTIME = NO;
@@ -1040,7 +1040,7 @@
10401040
"$(inherited)",
10411041
"@executable_path/../Frameworks",
10421042
);
1043-
MARKETING_VERSION = 1.9.0;
1043+
MARKETING_VERSION = 1.10.0;
10441044
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
10451045
PRODUCT_NAME = Xcodes;
10461046
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1271,7 +1271,7 @@
12711271
CODE_SIGN_ENTITLEMENTS = Xcodes/Resources/Xcodes.entitlements;
12721272
CODE_SIGN_STYLE = Automatic;
12731273
COMBINE_HIDPI_IMAGES = YES;
1274-
CURRENT_PROJECT_VERSION = 17;
1274+
CURRENT_PROJECT_VERSION = 18;
12751275
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
12761276
DEVELOPMENT_TEAM = PBH8V487HB;
12771277
ENABLE_HARDENED_RUNTIME = YES;
@@ -1281,7 +1281,7 @@
12811281
"$(inherited)",
12821282
"@executable_path/../Frameworks",
12831283
);
1284-
MARKETING_VERSION = 1.9.0;
1284+
MARKETING_VERSION = 1.10.0;
12851285
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
12861286
PRODUCT_NAME = Xcodes;
12871287
SWIFT_VERSION = 5.0;
@@ -1295,7 +1295,7 @@
12951295
CODE_SIGN_ENTITLEMENTS = Xcodes/Resources/Xcodes.entitlements;
12961296
CODE_SIGN_STYLE = Automatic;
12971297
COMBINE_HIDPI_IMAGES = YES;
1298-
CURRENT_PROJECT_VERSION = 17;
1298+
CURRENT_PROJECT_VERSION = 18;
12991299
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
13001300
DEVELOPMENT_TEAM = PBH8V487HB;
13011301
ENABLE_HARDENED_RUNTIME = YES;
@@ -1305,7 +1305,7 @@
13051305
"$(inherited)",
13061306
"@executable_path/../Frameworks",
13071307
);
1308-
MARKETING_VERSION = 1.9.0;
1308+
MARKETING_VERSION = 1.10.0;
13091309
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
13101310
PRODUCT_NAME = Xcodes;
13111311
SWIFT_VERSION = 5.0;

Xcodes/Frontend/Preferences/UpdatesPreferencePane.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ class ObservableUpdater: ObservableObject {
117117
}
118118

119119
extension URL {
120-
static let appcast = URL(string: "https://robotsandpencils.github.io/XcodesApp/appcast.xml")!
121-
static let prereleaseAppcast = URL(string: "https://robotsandpencils.github.io/XcodesApp/appcast_pre.xml")!
120+
static let appcast = URL(string: "https://www.xcodes.app/appcast.xml")!
121+
static let prereleaseAppcast = URL(string: "https://www.xcodes.app/appcast_pre.xml")!
122122
}
123123

124124
struct UpdatesPreferencePane_Previews: PreviewProvider {

Xcodes/Resources/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright © 2022 Robots and Pencils.</string>
28+
<string>Copyright © 2023 Robots and Pencils.</string>
2929
<key>NSPrincipalClass</key>
3030
<string>NSApplication</string>
3131
<key>NSSupportsAutomaticTermination</key>
@@ -38,7 +38,7 @@
3838
<string>identifier "com.robotsandpencils.XcodesApp.Helper" and info [CFBundleShortVersionString] &gt;= "1.0.0" and anchor apple generic and certificate leaf[subject.OU] = "$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)"</string>
3939
</dict>
4040
<key>SUFeedURL</key>
41-
<string>https://robotsandpencils.github.io/XcodesApp/appcast.xml</string>
41+
<string>https://www.xcodes.app/appcast.xml</string>
4242
<key>SUPublicEDKey</key>
4343
<string>SEcz0vgUSeBTOoAXYe+64zea95G6lIf5NgzFs3InYJQ=</string>
4444
</dict>

0 commit comments

Comments
 (0)