Skip to content

Commit 5522b20

Browse files
committed
Update SmartStoreTestApp
1 parent 09b4eb7 commit 5522b20

10 files changed

Lines changed: 55 additions & 224 deletions

File tree

libs/SmartStore/SmartStore.xcodeproj/project.pbxproj

Lines changed: 5 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@
2121
/* End PBXAggregateTarget section */
2222

2323
/* Begin PBXBuildFile section */
24-
4F06AF0D1C499EB600F70798 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F06AF0C1C499EB600F70798 /* main.m */; };
25-
4F06AF101C499EB600F70798 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F06AF0F1C499EB600F70798 /* AppDelegate.m */; };
26-
4F06AF131C499EB600F70798 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F06AF121C499EB600F70798 /* ViewController.m */; };
27-
4F06AF161C499EB600F70798 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4F06AF141C499EB600F70798 /* Main.storyboard */; };
24+
695583B12FE4DB6C0042CF83 /* SmartStoreTestApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 695583B02FE4DB5E0042CF83 /* SmartStoreTestApp.swift */; };
2825
4F06AF181C499EB600F70798 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4F06AF171C499EB600F70798 /* Assets.xcassets */; };
29-
4F06AF1B1C499EB600F70798 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4F06AF191C499EB600F70798 /* LaunchScreen.storyboard */; };
3026
4F06AFF01C49D53D00F70798 /* SmartStore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE4CE2B91C0E4581009F6029 /* SmartStore.framework */; };
3127
4F06AFF11C49D53D00F70798 /* SmartStore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CE4CE2B91C0E4581009F6029 /* SmartStore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
3228
4F5BBB9D23592EBB00E6D619 /* SmartStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F5BBB9C23592EBB00E6D619 /* SmartStore.swift */; };
@@ -217,14 +213,8 @@
217213

218214
/* Begin PBXFileReference section */
219215
4F06AF091C499EB600F70798 /* SmartStoreTestApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SmartStoreTestApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
220-
4F06AF0C1C499EB600F70798 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
221-
4F06AF0E1C499EB600F70798 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
222-
4F06AF0F1C499EB600F70798 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
223-
4F06AF111C499EB600F70798 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
224-
4F06AF121C499EB600F70798 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
225-
4F06AF151C499EB600F70798 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
216+
695583B02FE4DB5E0042CF83 /* SmartStoreTestApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SmartStoreTestApp.swift; sourceTree = "<group>"; };
226217
4F06AF171C499EB600F70798 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
227-
4F06AF1A1C499EB600F70798 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
228218
4F06AF1C1C499EB600F70798 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
229219
4F230BC31BFEAE430030EEFA /* SmartStore-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SmartStore-Prefix.pch"; path = "SmartStore/SmartStore-Prefix.pch"; sourceTree = SOURCE_ROOT; };
230220
4F5BBB9C23592EBB00E6D619 /* SmartStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SmartStore.swift; sourceTree = "<group>"; };
@@ -357,30 +347,16 @@
357347
4F06AF0A1C499EB600F70798 /* SmartStoreTestApp */ = {
358348
isa = PBXGroup;
359349
children = (
350+
695583B02FE4DB5E0042CF83 /* SmartStoreTestApp.swift */,
360351
B7282F441D8C713C00475F79 /* SmartStoreTestApp.entitlements */,
361-
4F06AF0E1C499EB600F70798 /* AppDelegate.h */,
362-
4F06AF0F1C499EB600F70798 /* AppDelegate.m */,
363-
4F06AF111C499EB600F70798 /* ViewController.h */,
364-
4F06AF121C499EB600F70798 /* ViewController.m */,
365-
4F06AF141C499EB600F70798 /* Main.storyboard */,
366352
4F06AF171C499EB600F70798 /* Assets.xcassets */,
367-
4F06AF191C499EB600F70798 /* LaunchScreen.storyboard */,
368353
4F06AF1C1C499EB600F70798 /* Info.plist */,
369-
4F06AF0B1C499EB600F70798 /* Supporting Files */,
370354
4FAB7D781F8D888400226249 /* userstore.json */,
371355
4FAB7D7D1F8D88C100226249 /* globalstore.json */,
372356
);
373357
path = SmartStoreTestApp;
374358
sourceTree = "<group>";
375359
};
376-
4F06AF0B1C499EB600F70798 /* Supporting Files */ = {
377-
isa = PBXGroup;
378-
children = (
379-
4F06AF0C1C499EB600F70798 /* main.m */,
380-
);
381-
name = "Supporting Files";
382-
sourceTree = "<group>";
383-
};
384360
4F5BBB9323592E9600E6D619 /* Extensions */ = {
385361
isa = PBXGroup;
386362
children = (
@@ -676,6 +652,7 @@
676652
TargetAttributes = {
677653
4F06AF081C499EB600F70798 = {
678654
CreatedOnToolsVersion = 7.2;
655+
LastSwiftMigration = 2630;
679656
ProvisioningStyle = Manual;
680657
SystemCapabilities = {
681658
com.apple.Keychain = {
@@ -804,10 +781,8 @@
804781
buildActionMask = 2147483647;
805782
files = (
806783
4FAB7D7E1F8D88C100226249 /* globalstore.json in Resources */,
807-
4F06AF1B1C499EB600F70798 /* LaunchScreen.storyboard in Resources */,
808784
4F06AF181C499EB600F70798 /* Assets.xcassets in Resources */,
809785
4FAB7D791F8D888400226249 /* userstore.json in Resources */,
810-
4F06AF161C499EB600F70798 /* Main.storyboard in Resources */,
811786
);
812787
runOnlyForDeploymentPostprocessing = 0;
813788
};
@@ -878,9 +853,7 @@
878853
isa = PBXSourcesBuildPhase;
879854
buildActionMask = 2147483647;
880855
files = (
881-
4F06AF131C499EB600F70798 /* ViewController.m in Sources */,
882-
4F06AF101C499EB600F70798 /* AppDelegate.m in Sources */,
883-
4F06AF0D1C499EB600F70798 /* main.m in Sources */,
856+
695583B12FE4DB6C0042CF83 /* SmartStoreTestApp.swift in Sources */,
884857
);
885858
runOnlyForDeploymentPostprocessing = 0;
886859
};
@@ -956,22 +929,6 @@
956929
/* End PBXTargetDependency section */
957930

958931
/* Begin PBXVariantGroup section */
959-
4F06AF141C499EB600F70798 /* Main.storyboard */ = {
960-
isa = PBXVariantGroup;
961-
children = (
962-
4F06AF151C499EB600F70798 /* Base */,
963-
);
964-
name = Main.storyboard;
965-
sourceTree = "<group>";
966-
};
967-
4F06AF191C499EB600F70798 /* LaunchScreen.storyboard */ = {
968-
isa = PBXVariantGroup;
969-
children = (
970-
4F06AF1A1C499EB600F70798 /* Base */,
971-
);
972-
name = LaunchScreen.storyboard;
973-
sourceTree = "<group>";
974-
};
975932
CEAAAE61195911E600CBBFE9 /* InfoPlist.strings */ = {
976933
isa = PBXVariantGroup;
977934
children = (

libs/SmartStore/SmartStoreTestApp/AppDelegate.h

Lines changed: 0 additions & 17 deletions
This file was deleted.

libs/SmartStore/SmartStoreTestApp/AppDelegate.m

Lines changed: 0 additions & 45 deletions
This file was deleted.

libs/SmartStore/SmartStoreTestApp/Base.lproj/LaunchScreen.storyboard

Lines changed: 0 additions & 27 deletions
This file was deleted.

libs/SmartStore/SmartStoreTestApp/Base.lproj/Main.storyboard

Lines changed: 0 additions & 25 deletions
This file was deleted.

libs/SmartStore/SmartStoreTestApp/Info.plist

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,18 @@
2222
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
25-
<key>UILaunchStoryboardName</key>
26-
<string>LaunchScreen</string>
27-
<key>UIMainStoryboardFile</key>
28-
<string>Main</string>
25+
<key>UIApplicationSceneManifest</key>
26+
<dict>
27+
<key>UIApplicationSupportsMultipleScenes</key>
28+
<false/>
29+
<key>UISceneConfigurations</key>
30+
<dict/>
31+
</dict>
32+
<key>UILaunchScreen</key>
33+
<dict>
34+
<key>UILaunchScreen</key>
35+
<string></string>
36+
</dict>
2937
<key>UIRequiredDeviceCapabilities</key>
3038
<array>
3139
<string>armv7</string>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
//
2+
// SmartStoreTestApp.swift
3+
// SmartStore
4+
//
5+
// Created by Brianna Birman on 6/18/26.
6+
// Copyright (c) 2026-present, salesforce.com, inc. All rights reserved.
7+
//
8+
// Redistribution and use of this software in source and binary forms, with or without modification,
9+
// are permitted provided that the following conditions are met:
10+
// * Redistributions of source code must retain the above copyright notice, this list of conditions
11+
// and the following disclaimer.
12+
// * Redistributions in binary form must reproduce the above copyright notice, this list of
13+
// conditions and the following disclaimer in the documentation and/or other materials provided
14+
// with the distribution.
15+
// * Neither the name of salesforce.com, inc. nor the names of its contributors may be used to
16+
// endorse or promote products derived from this software without specific prior written
17+
// permission of salesforce.com, inc.
18+
//
19+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
20+
// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
21+
// FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
22+
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23+
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25+
// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
26+
// WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27+
28+
import SwiftUI
29+
30+
@main
31+
struct SmartStoreTestApp: App {
32+
var body: some Scene {
33+
WindowGroup {
34+
Text("SmartStore Test App")
35+
.padding()
36+
}
37+
}
38+
}

libs/SmartStore/SmartStoreTestApp/ViewController.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

libs/SmartStore/SmartStoreTestApp/ViewController.m

Lines changed: 0 additions & 27 deletions
This file was deleted.

libs/SmartStore/SmartStoreTestApp/main.m

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)