Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit e90eeb5

Browse files
Merge pull request #55 from Beaver-Notes/development
chore: fix icons
2 parents c906aa5 + 64ac0aa commit e90eeb5

4 files changed

Lines changed: 190 additions & 253 deletions

File tree

.github/workflows/build-android_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Android
1+
name: Build Android Testing
22

33
on:
44
push:

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,13 @@
298298
);
299299
inputFileListPaths = (
300300
);
301+
inputPaths = (
302+
);
301303
name = "[CP] Embed Pods Frameworks";
302304
outputFileListPaths = (
303305
);
306+
outputPaths = (
307+
);
304308
runOnlyForDeploymentPostprocessing = 0;
305309
shellPath = /bin/sh;
306310
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
@@ -484,7 +488,7 @@
484488
CODE_SIGN_IDENTITY = "Apple Development";
485489
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
486490
CODE_SIGN_STYLE = Manual;
487-
CURRENT_PROJECT_VERSION = 1;
491+
CURRENT_PROJECT_VERSION = 2;
488492
DEVELOPMENT_TEAM = "";
489493
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8U6VTU2DJ;
490494
GOOGLE_CLIENT_ID = "$(GOOGLE_CLIENT_ID)";

ios/App/App/Info.plist

Lines changed: 184 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,64 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>Beaver Pocket</string>
9+
<key>CFBundleExecutable</key>
10+
<string>$(EXECUTABLE_NAME)</string>
11+
<key>CFBundleIcons</key>
412
<dict>
5-
<key>CFBundleDevelopmentRegion</key>
6-
<string>en</string>
7-
<key>CFBundleDisplayName</key>
8-
<string>Beaver Pocket</string>
9-
<key>CFBundleExecutable</key>
10-
<string>$(EXECUTABLE_NAME)</string>
11-
<key>CFBundleIcons</key>
13+
<key>CFBundleAlternateIcons</key>
1214
<dict>
13-
<key>CFBundleAlternateIcons</key>
15+
<key>Computer</key>
1416
<dict>
15-
<key>Computer</key>
16-
<dict>
17-
<key>CFBundleIconFiles</key>
18-
<array>
19-
<string>AppIcon 5</string>
20-
</array>
21-
<key>UIPrerenderedIcon</key>
22-
<false/>
23-
</dict>
24-
<key>Dev</key>
25-
<dict>
26-
<key>CFBundleIconFiles</key>
27-
<array>
28-
<string>AppIcon 1</string>
29-
</array>
30-
<key>UIPrerenderedIcon</key>
31-
<false/>
32-
</dict>
33-
<key>Full</key>
34-
<dict>
35-
<key>CFBundleIconFiles</key>
36-
<array>
37-
<string>AppIcon 4</string>
38-
</array>
39-
<key>UIPrerenderedIcon</key>
40-
<false/>
41-
</dict>
42-
<key>Matte</key>
43-
<dict>
44-
<key>CFBundleIconFiles</key>
45-
<array>
46-
<string>AppIcon 2</string>
47-
</array>
48-
<key>UIPrerenderedIcon</key>
49-
<false/>
50-
</dict>
51-
<key>Rainbow</key>
52-
<dict>
53-
<key>CFBundleIconFiles</key>
54-
<array>
55-
<string>AppIcon 3</string>
56-
</array>
57-
<key>UIPrerenderedIcon</key>
58-
<false/>
59-
</dict>
17+
<key>CFBundleIconFiles</key>
18+
<array>
19+
<string>AppIcon 5</string>
20+
</array>
21+
<key>UIPrerenderedIcon</key>
22+
<false/>
6023
</dict>
61-
<key>CFBundlePrimaryIcon</key>
24+
<key>Dev</key>
6225
<dict>
6326
<key>CFBundleIconFiles</key>
6427
<array>
65-
<string>AppIcon</string>
28+
<string>AppIcon 1</string>
29+
</array>
30+
<key>UIPrerenderedIcon</key>
31+
<false/>
32+
</dict>
33+
<key>Full</key>
34+
<dict>
35+
<key>CFBundleIconFiles</key>
36+
<array>
37+
<string>AppIcon 4</string>
38+
</array>
39+
<key>UIPrerenderedIcon</key>
40+
<false/>
41+
</dict>
42+
<key>Matte</key>
43+
<dict>
44+
<key>CFBundleIconFiles</key>
45+
<array>
46+
<string>AppIcon 2</string>
47+
</array>
48+
<key>UIPrerenderedIcon</key>
49+
<false/>
50+
</dict>
51+
<key>Rainbow</key>
52+
<dict>
53+
<key>CFBundleIconFiles</key>
54+
<array>
55+
<string>AppIcon 3</string>
6656
</array>
6757
<key>UIPrerenderedIcon</key>
6858
<false/>
6959
</dict>
7060
</dict>
61+
<<<<<<< Updated upstream
7162
<key>CFBundleIdentifier</key>
7263
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
7364
<key>CFBundleInfoDictionaryVersion</key>
@@ -194,4 +185,142 @@
194185
</dict>
195186
</array>
196187
</dict>
188+
=======
189+
<key>CFBundlePrimaryIcon</key>
190+
<dict>
191+
<key>CFBundleIconFiles</key>
192+
<array>
193+
<string>AppIcon</string>
194+
</array>
195+
<key>UIPrerenderedIcon</key>
196+
<false/>
197+
</dict>
198+
</dict>
199+
<key>CFBundleIdentifier</key>
200+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
201+
<key>CFBundleInfoDictionaryVersion</key>
202+
<string>6.0</string>
203+
<key>CFBundleName</key>
204+
<string>$(PRODUCT_NAME)</string>
205+
<key>CFBundlePackageType</key>
206+
<string>APPL</string>
207+
<key>CFBundleShortVersionString</key>
208+
<string>$(MARKETING_VERSION)</string>
209+
<key>CFBundleURLTypes</key>
210+
<array>
211+
<dict>
212+
<key>CFBundleTypeRole</key>
213+
<string>Editor</string>
214+
<key>CFBundleURLSchemes</key>
215+
<array>
216+
<string>com.googleusercontent.apps.462278481265-kugstu9sglncb5ms2vfi9glrkfqn531v</string>
217+
</array>
218+
</dict>
219+
<dict>
220+
<key>CFBundleTypeRole</key>
221+
<string>Editor</string>
222+
<key>CFBundleURLSchemes</key>
223+
<array>
224+
<string>msauth.$(PRODUCT_BUNDLE_IDENTIFIER)</string>
225+
</array>
226+
</dict>
227+
<dict>
228+
<key>CFBundleTypeRole</key>
229+
<string>Editor</string>
230+
<key>CFBundleURLName</key>
231+
<string>beaver.notes.pocket</string>
232+
<key>CFBundleURLSchemes</key>
233+
<array>
234+
<string>beaver-pocket</string>
235+
</array>
236+
</dict>
237+
</array>
238+
<key>CFBundleVersion</key>
239+
<string>$(CURRENT_PROJECT_VERSION)</string>
240+
<key>GIDClientID</key>
241+
<string>462278481265-kugstu9sglncb5ms2vfi9glrkfqn531v.apps.googleusercontent.com</string>
242+
<key>LSApplicationQueriesSchemes</key>
243+
<array>
244+
<string>msauthv2</string>
245+
<string>msauthv3</string>
246+
</array>
247+
<key>LSRequiresIPhoneOS</key>
248+
<true/>
249+
<key>LSSupportsOpeningDocumentsInPlace</key>
250+
<true/>
251+
<key>NSAppTransportSecurity</key>
252+
<dict>
253+
<key>NSAllowsArbitraryLoads</key>
254+
<true/>
255+
</dict>
256+
<key>NSFaceIDUsageDescription</key>
257+
<string>To secure notes</string>
258+
<key>NSMicrophoneUsageDescription</key>
259+
<string>To record audio notes</string>
260+
<key>NSUbiquitousContainers</key>
261+
<dict>
262+
<key>iCloud.beaver.notes.pocket</key>
263+
<dict>
264+
<key>NSUbiquitousContainerIsDocumentScopePublic</key>
265+
<true/>
266+
<key>NSUbiquitousContainerName</key>
267+
<string>Beaver Pocket</string>
268+
<key>NSUbiquitousContainerSupportedFolderLevels</key>
269+
<string>ANY</string>
270+
</dict>
271+
</dict>
272+
<key>UIFileSharingEnabled</key>
273+
<true/>
274+
<key>UILaunchStoryboardName</key>
275+
<string>LaunchScreen</string>
276+
<key>UIMainStoryboardFile</key>
277+
<string>Main</string>
278+
<key>UIRequiredDeviceCapabilities</key>
279+
<array>
280+
<string>armv7</string>
281+
</array>
282+
<key>UIRequiresFullScreen</key>
283+
<false/>
284+
<key>UIStatusBarHidden</key>
285+
<false/>
286+
<key>UISupportedInterfaceOrientations</key>
287+
<array>
288+
<string>UIInterfaceOrientationPortrait</string>
289+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
290+
</array>
291+
<key>UISupportedInterfaceOrientations~ipad</key>
292+
<array>
293+
<string>UIInterfaceOrientationLandscapeLeft</string>
294+
<string>UIInterfaceOrientationLandscapeRight</string>
295+
<string>UIInterfaceOrientationPortrait</string>
296+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
297+
</array>
298+
<key>UIViewControllerBasedStatusBarAppearance</key>
299+
<true/>
300+
<key>UTExportedTypeDeclarations</key>
301+
<array>
302+
<dict>
303+
<key>UTTypeConformsTo</key>
304+
<array>
305+
<string>public.json</string>
306+
</array>
307+
<key>UTTypeDescription</key>
308+
<string>BEA Custom File</string>
309+
<key>UTTypeIconFiles</key>
310+
<array/>
311+
<key>UTTypeIdentifier</key>
312+
<string>beaver.notes.pocket.bea</string>
313+
<key>UTTypeTagSpecification</key>
314+
<dict>
315+
<key>public.filename-extension</key>
316+
<array>
317+
<string>bea</string>
318+
</array>
319+
<key>public.mime-type</key>
320+
<string>application/json</string>
321+
</dict>
322+
</dict>
323+
</array>
324+
</dict>
325+
>>>>>>> Stashed changes
197326
</plist>

0 commit comments

Comments
 (0)