Skip to content

Commit 64b1eb9

Browse files
committed
Update bundle identifier
1 parent 7df479c commit 64b1eb9

File tree

2 files changed

+46
-34
lines changed

2 files changed

+46
-34
lines changed

ios/OpenSpool.xcodeproj/project.pbxproj

+14-2
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@
509509
DEVELOPMENT_TEAM = MDV7B53NY3;
510510
ENABLE_BITCODE = NO;
511511
INFOPLIST_FILE = OpenSpool/Info.plist;
512+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
512513
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
513514
LD_RUNPATH_SEARCH_PATHS = (
514515
"$(inherited)",
@@ -520,10 +521,15 @@
520521
"-ObjC",
521522
"-lc++",
522523
);
523-
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
524+
PRODUCT_BUNDLE_IDENTIFIER = io.openspool;
524525
PRODUCT_NAME = OpenSpool;
526+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
527+
SUPPORTS_MACCATALYST = NO;
528+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
529+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
525530
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
526531
SWIFT_VERSION = 5.0;
532+
TARGETED_DEVICE_FAMILY = 1;
527533
VERSIONING_SYSTEM = "apple-generic";
528534
};
529535
name = Debug;
@@ -538,6 +544,7 @@
538544
CURRENT_PROJECT_VERSION = 1;
539545
DEVELOPMENT_TEAM = MDV7B53NY3;
540546
INFOPLIST_FILE = OpenSpool/Info.plist;
547+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
541548
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
542549
LD_RUNPATH_SEARCH_PATHS = (
543550
"$(inherited)",
@@ -549,9 +556,14 @@
549556
"-ObjC",
550557
"-lc++",
551558
);
552-
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
559+
PRODUCT_BUNDLE_IDENTIFIER = io.openspool;
553560
PRODUCT_NAME = OpenSpool;
561+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
562+
SUPPORTS_MACCATALYST = NO;
563+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
564+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
554565
SWIFT_VERSION = 5.0;
566+
TARGETED_DEVICE_FAMILY = 1;
555567
VERSIONING_SYSTEM = "apple-generic";
556568
};
557569
name = Release;

ios/OpenSpool/Info.plist

+32-32
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NFCReaderUsageDescription</key>
6-
<string>Write filament settings to NFC tags</string>
7-
<key>com.apple.developer.nfc.readersession.formats</key>
8-
<array>
9-
<string>NDEF</string>
10-
</array>
115
<key>CFBundleDevelopmentRegion</key>
126
<string>en</string>
137
<key>CFBundleDisplayName</key>
@@ -20,24 +14,6 @@
2014
<string>6.0</string>
2115
<key>CFBundleName</key>
2216
<string>$(PRODUCT_NAME)</string>
23-
<key>NFCReaderUsageDescription</key>
24-
<string>We need to use NFC</string>
25-
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
26-
<array>
27-
<string>D2760000850100</string>
28-
<string>D2760000850101</string>
29-
</array>
30-
<key>com.apple.developer.nfc.readersession.felica.systemcodes</key>
31-
<array>
32-
<string>8005</string>
33-
<string>8008</string>
34-
<string>0003</string>
35-
<string>fe00</string>
36-
<string>90b7</string>
37-
<string>927a</string>
38-
<string>12FC</string>
39-
<string>86a7</string>
40-
</array>
4117
<key>CFBundlePackageType</key>
4218
<string>APPL</string>
4319
<key>CFBundleShortVersionString</key>
@@ -48,6 +24,8 @@
4824
<string>$(CURRENT_PROJECT_VERSION)</string>
4925
<key>LSRequiresIPhoneOS</key>
5026
<true/>
27+
<key>NFCReaderUsageDescription</key>
28+
<string>We need to use NFC</string>
5129
<key>NSAppTransportSecurity</key>
5230
<dict>
5331
<key>NSAllowsArbitraryLoads</key>
@@ -56,13 +34,24 @@
5634
<true/>
5735
</dict>
5836
<key>NSLocationWhenInUseUsageDescription</key>
59-
<string/>
37+
<string></string>
38+
<key>UIAppFonts</key>
39+
<array>
40+
<string>Orbitron-Black.ttf</string>
41+
<string>Orbitron-Bold.ttf</string>
42+
<string>Orbitron-ExtraBold.ttf</string>
43+
<string>Orbitron-Medium.ttf</string>
44+
<string>Orbitron-Regular.ttf</string>
45+
<string>Orbitron-SemiBold.ttf</string>
46+
</array>
6047
<key>UILaunchStoryboardName</key>
6148
<string>LaunchScreen</string>
6249
<key>UIRequiredDeviceCapabilities</key>
6350
<array>
6451
<string>arm64</string>
6552
</array>
53+
<key>UIStatusBarStyle</key>
54+
<string></string>
6655
<key>UISupportedInterfaceOrientations</key>
6756
<array>
6857
<string>UIInterfaceOrientationPortrait</string>
@@ -71,14 +60,25 @@
7160
</array>
7261
<key>UIViewControllerBasedStatusBarAppearance</key>
7362
<false/>
74-
<key>UIAppFonts</key>
63+
<key>com.apple.developer.nfc.readersession.felica.systemcodes</key>
7564
<array>
76-
<string>Orbitron-Black.ttf</string>
77-
<string>Orbitron-Bold.ttf</string>
78-
<string>Orbitron-ExtraBold.ttf</string>
79-
<string>Orbitron-Medium.ttf</string>
80-
<string>Orbitron-Regular.ttf</string>
81-
<string>Orbitron-SemiBold.ttf</string>
65+
<string>8005</string>
66+
<string>8008</string>
67+
<string>0003</string>
68+
<string>fe00</string>
69+
<string>90b7</string>
70+
<string>927a</string>
71+
<string>12FC</string>
72+
<string>86a7</string>
73+
</array>
74+
<key>com.apple.developer.nfc.readersession.formats</key>
75+
<array>
76+
<string>NDEF</string>
77+
</array>
78+
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
79+
<array>
80+
<string>D2760000850100</string>
81+
<string>D2760000850101</string>
8282
</array>
8383
</dict>
8484
</plist>

0 commit comments

Comments
 (0)