Skip to content

Commit d462844

Browse files
committed
build: changed the development version to v0.1.dev [#66]
1 parent c7f9fc4 commit d462844

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

androidVariant/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk = 26
1313
targetSdk = 34
1414
versionCode = 1
15-
versionName = "0.1.0"
15+
versionName = "0.1.dev"
1616
multiDexEnabled = true
1717
}
1818
buildFeatures {

iosVariant/Variant.xcodeproj/project.pbxproj

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,19 +464,24 @@
464464
);
465465
INFOPLIST_FILE = iosVariant/Info.plist;
466466
INFOPLIST_KEY_CFBundleDisplayName = "ComiXed Variant";
467+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
467468
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
468469
LD_RUNPATH_SEARCH_PATHS = (
469470
"$(inherited)",
470471
"@executable_path/Frameworks",
471472
);
472-
MARKETING_VERSION = 0.1.0;
473+
MARKETING_VERSION = 0.1.dev;
473474
OTHER_LDFLAGS = (
474475
"$(inherited)",
475476
"-framework",
476477
shared,
477478
);
478-
PRODUCT_BUNDLE_IDENTIFIER = org.comixedproject.iosVariant;
479+
PRODUCT_BUNDLE_IDENTIFIER = org.comixedproject.variant;
479480
PRODUCT_NAME = "$(TARGET_NAME)";
481+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
482+
SUPPORTS_MACCATALYST = NO;
483+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
484+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
480485
SWIFT_VERSION = 5.0;
481486
TARGETED_DEVICE_FAMILY = "1,2";
482487
};
@@ -496,19 +501,24 @@
496501
);
497502
INFOPLIST_FILE = iosVariant/Info.plist;
498503
INFOPLIST_KEY_CFBundleDisplayName = "ComiXed Variant";
504+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
499505
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
500506
LD_RUNPATH_SEARCH_PATHS = (
501507
"$(inherited)",
502508
"@executable_path/Frameworks",
503509
);
504-
MARKETING_VERSION = 0.1.0;
510+
MARKETING_VERSION = 0.1.dev;
505511
OTHER_LDFLAGS = (
506512
"$(inherited)",
507513
"-framework",
508514
Variant,
509515
);
510-
PRODUCT_BUNDLE_IDENTIFIER = org.comixedproject.iosVariant;
516+
PRODUCT_BUNDLE_IDENTIFIER = org.comixedproject.variant;
511517
PRODUCT_NAME = "$(TARGET_NAME)";
518+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
519+
SUPPORTS_MACCATALYST = NO;
520+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
521+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
512522
SWIFT_VERSION = 5.0;
513523
TARGETED_DEVICE_FAMILY = "1,2";
514524
};

iosVariant/iosVariant/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<key>UIApplicationSupportsMultipleScenes</key>
2626
<false/>
2727
</dict>
28+
<key>UILaunchScreen</key>
29+
<dict/>
2830
<key>UIRequiredDeviceCapabilities</key>
2931
<array>
3032
<string>armv7</string>
@@ -42,7 +44,5 @@
4244
<string>UIInterfaceOrientationLandscapeLeft</string>
4345
<string>UIInterfaceOrientationLandscapeRight</string>
4446
</array>
45-
<key>UILaunchScreen</key>
46-
<dict/>
4747
</dict>
48-
</plist>
48+
</plist>

0 commit comments

Comments
 (0)