Skip to content

Commit b663c92

Browse files
Update demo
1 parent 871385e commit b663c92

File tree

4 files changed

+56
-136
lines changed

4 files changed

+56
-136
lines changed

demos/example-capacitor/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,13 +349,12 @@
349349
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
350350
CODE_SIGN_STYLE = Automatic;
351351
CURRENT_PROJECT_VERSION = 1;
352-
DEVELOPMENT_TEAM = ZGT7463CVJ;
353352
INFOPLIST_FILE = App/Info.plist;
354353
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
355354
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356355
MARKETING_VERSION = 1.0;
357356
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
358-
PRODUCT_BUNDLE_IDENTIFIER = com.powersync.capacitor;
357+
PRODUCT_BUNDLE_IDENTIFIER = com.powersync.example;
359358
PRODUCT_NAME = "$(TARGET_NAME)";
360359
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
361360
SWIFT_VERSION = 5.0;
@@ -370,12 +369,11 @@
370369
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
371370
CODE_SIGN_STYLE = Automatic;
372371
CURRENT_PROJECT_VERSION = 1;
373-
DEVELOPMENT_TEAM = ZGT7463CVJ;
374372
INFOPLIST_FILE = App/Info.plist;
375373
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
376374
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
377375
MARKETING_VERSION = 1.0;
378-
PRODUCT_BUNDLE_IDENTIFIER = com.powersync.capacitor;
376+
PRODUCT_BUNDLE_IDENTIFIER = com.powersync.example;
379377
PRODUCT_NAME = "$(TARGET_NAME)";
380378
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
381379
SWIFT_VERSION = 5.0;

demos/example-capacitor/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme

Lines changed: 0 additions & 78 deletions
This file was deleted.
Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
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>powersync-capacitor</string>
9-
<key>CFBundleExecutable</key>
10-
<string>$(EXECUTABLE_NAME)</string>
11-
<key>CFBundleIdentifier</key>
12-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13-
<key>CFBundleInfoDictionaryVersion</key>
14-
<string>6.0</string>
15-
<key>CFBundleName</key>
16-
<string>$(PRODUCT_NAME)</string>
17-
<key>CFBundlePackageType</key>
18-
<string>APPL</string>
19-
<key>CFBundleShortVersionString</key>
20-
<string>$(MARKETING_VERSION)</string>
21-
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
23-
<key>LSRequiresIPhoneOS</key>
24-
<true />
25-
<key>UILaunchStoryboardName</key>
26-
<string>LaunchScreen</string>
27-
<key>UIMainStoryboardFile</key>
28-
<string>Main</string>
29-
<key>UIRequiredDeviceCapabilities</key>
30-
<array>
31-
<string>armv7</string>
32-
</array>
33-
<key>UISupportedInterfaceOrientations</key>
34-
<array>
35-
<string>UIInterfaceOrientationPortrait</string>
36-
<string>UIInterfaceOrientationLandscapeLeft</string>
37-
<string>UIInterfaceOrientationLandscapeRight</string>
38-
</array>
39-
<key>UISupportedInterfaceOrientations~ipad</key>
40-
<array>
41-
<string>UIInterfaceOrientationPortrait</string>
42-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
43-
<string>UIInterfaceOrientationLandscapeLeft</string>
44-
<string>UIInterfaceOrientationLandscapeRight</string>
45-
</array>
46-
<key>UIViewControllerBasedStatusBarAppearance</key>
47-
<true />
48-
</dict>
49-
</plist>
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>powersync-capacitor</string>
9+
<key>CFBundleExecutable</key>
10+
<string>$(EXECUTABLE_NAME)</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>$(PRODUCT_NAME)</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>$(MARKETING_VERSION)</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>LSRequiresIPhoneOS</key>
24+
<true/>
25+
<key>UILaunchStoryboardName</key>
26+
<string>LaunchScreen</string>
27+
<key>UIMainStoryboardFile</key>
28+
<string>Main</string>
29+
<key>UIRequiredDeviceCapabilities</key>
30+
<array>
31+
<string>armv7</string>
32+
</array>
33+
<key>UISupportedInterfaceOrientations</key>
34+
<array>
35+
<string>UIInterfaceOrientationPortrait</string>
36+
<string>UIInterfaceOrientationLandscapeLeft</string>
37+
<string>UIInterfaceOrientationLandscapeRight</string>
38+
</array>
39+
<key>UISupportedInterfaceOrientations~ipad</key>
40+
<array>
41+
<string>UIInterfaceOrientationPortrait</string>
42+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
43+
<string>UIInterfaceOrientationLandscapeLeft</string>
44+
<string>UIInterfaceOrientationLandscapeRight</string>
45+
</array>
46+
<key>UIViewControllerBasedStatusBarAppearance</key>
47+
<true/>
48+
</dict>
49+
</plist>

demos/example-capacitor/ios/App/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PODS:
22
- Capacitor (7.4.3):
33
- CapacitorCordova
4-
- CapacitorCommunitySqlite (7.0.1):
4+
- CapacitorCommunitySqlite (7.0.2):
55
- Capacitor
66
- SQLCipher
77
- ZIPFoundation
88
- CapacitorCordova (7.4.3)
99
- CapacitorSplashScreen (7.0.3):
1010
- Capacitor
11-
- powersync-sqlite-core (0.4.5)
11+
- powersync-sqlite-core (0.4.8)
1212
- PowersyncCapacitor (0.0.1):
1313
- Capacitor
14-
- powersync-sqlite-core (~> 0.4.4)
14+
- powersync-sqlite-core (~> 0.4.6)
1515
- SQLCipher (~> 4.0)
1616
- SQLCipher (4.10.0):
1717
- SQLCipher/standard (= 4.10.0)
1818
- SQLCipher/common (4.10.0)
1919
- SQLCipher/standard (4.10.0):
2020
- SQLCipher/common
21-
- ZIPFoundation (0.9.19)
21+
- ZIPFoundation (0.9.20)
2222

2323
DEPENDENCIES:
2424
- "Capacitor (from `../../../../node_modules/@capacitor/ios`)"
@@ -47,13 +47,13 @@ EXTERNAL SOURCES:
4747

4848
SPEC CHECKSUMS:
4949
Capacitor: b4741ca7affb32c1b70debd03df92cbf522d8a80
50-
CapacitorCommunitySqlite: 3f60098baa077322ce32a678614a5fa0029ab519
50+
CapacitorCommunitySqlite: b8e23cd2fd5bff7da8cb2a3a1cb3a6ffb9714a32
5151
CapacitorCordova: 435121e81a2df4d0034f0fb11fcefab5104cfdb5
5252
CapacitorSplashScreen: d06ae8804808e9f649a08e7bb7f283c77b688084
53-
powersync-sqlite-core: 6f32860379009d2a37cadc9e9427a431bdbd83c8
54-
PowersyncCapacitor: 91411eaf8f7a773df9da4b76b19f576275b5a40a
53+
powersync-sqlite-core: f48d06a7a9e6f73fee5bbc74da542466be2bb06f
54+
PowersyncCapacitor: d7dcf7f15e24b512571dc87f545855f936ef9537
5555
SQLCipher: eb79c64049cb002b4e9fcb30edb7979bf4706dfc
56-
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c
56+
ZIPFoundation: dfd3d681c4053ff7e2f7350bc4e53b5dba3f5351
5757

5858
PODFILE CHECKSUM: 1c728e00549cebade63eaffb81de205fd020c4ea
5959

0 commit comments

Comments
 (0)