Skip to content

Commit 4093e7f

Browse files
committed
- package
1 parent c45f757 commit 4093e7f

File tree

5 files changed

+7
-43
lines changed

5 files changed

+7
-43
lines changed

ReMVVMSampleSwiftUI.xcodeproj/project.pbxproj

-20
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
0897D03D2665248300F39429 /* ApplicationReducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0897D03C2665248300F39429 /* ApplicationReducer.swift */; };
2727
08AAE72A234D29AC008BA67A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08AAE729234D29AC008BA67A /* AppDelegate.swift */; };
2828
08AAE72C234D29AC008BA67A /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08AAE72B234D29AC008BA67A /* SceneDelegate.swift */; };
29-
08AAE730234D29AF008BA67A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 08AAE72F234D29AF008BA67A /* Assets.xcassets */; };
30-
08AAE733234D29AF008BA67A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 08AAE732234D29AF008BA67A /* Preview Assets.xcassets */; };
3129
08AAE736234D29AF008BA67A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 08AAE734234D29AF008BA67A /* LaunchScreen.storyboard */; };
3230
/* End PBXBuildFile section */
3331

@@ -53,11 +51,8 @@
5351
08AAE726234D29AC008BA67A /* ReMVVMSampleSwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReMVVMSampleSwiftUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
5452
08AAE729234D29AC008BA67A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5553
08AAE72B234D29AC008BA67A /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
56-
08AAE72F234D29AF008BA67A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
57-
08AAE732234D29AF008BA67A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
5854
08AAE735234D29AF008BA67A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5955
08AAE737234D29AF008BA67A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
60-
08B8F4F025596C4E004772D0 /* SwiftUITest.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SwiftUITest.entitlements; sourceTree = "<group>"; };
6156
/* End PBXFileReference section */
6257

6358
/* Begin PBXFrameworksBuildPhase section */
@@ -156,26 +151,15 @@
156151
children = (
157152
0897927C265D3F9900ADF16C /* State */,
158153
08979270265D3DDA00ADF16C /* Views */,
159-
08B8F4F025596C4E004772D0 /* SwiftUITest.entitlements */,
160154
08AAE729234D29AC008BA67A /* AppDelegate.swift */,
161155
0849D98723550B7000C97CD7 /* README.md */,
162156
08AAE72B234D29AC008BA67A /* SceneDelegate.swift */,
163-
08AAE72F234D29AF008BA67A /* Assets.xcassets */,
164157
08AAE734234D29AF008BA67A /* LaunchScreen.storyboard */,
165158
08AAE737234D29AF008BA67A /* Info.plist */,
166-
08AAE731234D29AF008BA67A /* Preview Content */,
167159
);
168160
path = ReMVVMSampleSwiftUI;
169161
sourceTree = "<group>";
170162
};
171-
08AAE731234D29AF008BA67A /* Preview Content */ = {
172-
isa = PBXGroup;
173-
children = (
174-
08AAE732234D29AF008BA67A /* Preview Assets.xcassets */,
175-
);
176-
path = "Preview Content";
177-
sourceTree = "<group>";
178-
};
179163
/* End PBXGroup section */
180164

181165
/* Begin PBXNativeTarget section */
@@ -240,8 +224,6 @@
240224
buildActionMask = 2147483647;
241225
files = (
242226
08AAE736234D29AF008BA67A /* LaunchScreen.storyboard in Resources */,
243-
08AAE733234D29AF008BA67A /* Preview Assets.xcassets in Resources */,
244-
08AAE730234D29AF008BA67A /* Assets.xcassets in Resources */,
245227
);
246228
runOnlyForDeploymentPostprocessing = 0;
247229
};
@@ -410,7 +392,6 @@
410392
CODE_SIGN_ENTITLEMENTS = SwiftUITest/SwiftUITest.entitlements;
411393
CODE_SIGN_IDENTITY = "iPhone Developer";
412394
CODE_SIGN_STYLE = Manual;
413-
DEVELOPMENT_ASSET_PATHS = "\"ReMVVMSampleSwiftUI/Preview Content\"";
414395
DEVELOPMENT_TEAM = BNNC5BM8J5;
415396
ENABLE_PREVIEWS = YES;
416397
INFOPLIST_FILE = ReMVVMSampleSwiftUI/Info.plist;
@@ -434,7 +415,6 @@
434415
CODE_SIGN_ENTITLEMENTS = SwiftUITest/SwiftUITest.entitlements;
435416
CODE_SIGN_IDENTITY = "iPhone Developer";
436417
CODE_SIGN_STYLE = Manual;
437-
DEVELOPMENT_ASSET_PATHS = "\"ReMVVMSampleSwiftUI/Preview Content\"";
438418
DEVELOPMENT_TEAM = BNNC5BM8J5;
439419
ENABLE_PREVIEWS = YES;
440420
INFOPLIST_FILE = ReMVVMSampleSwiftUI/Info.plist;

ReMVVMSampleSwiftUI/Modules/Package.swift

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ let package = Package(
1717

1818
// Dependencies declare other packages that this package depends on.
1919
// .package(url: /* package url */, from: "1.0.0"),
20-
.package(name: "ReMVVMExt", path: "../../../ReMVVMExtSwiftUI"),
21-
.package(name: "ReMVVM", path: "../../../ReMVVM")
22-
// .package(
23-
// name: "ReMVVMExt",
24-
// url: "https://github.com/ReMVVM/ReMVVMExtSwiftUI",
25-
// .branch("master")
26-
// ),
20+
// .package(name: "ReMVVMExt", path: "../../../ReMVVMExtSwiftUI"),
21+
// .package(name: "ReMVVM", path: "../../../ReMVVM")
22+
.package(
23+
name: "ReMVVMExt",
24+
url: "https://github.com/ReMVVM/ReMVVMExtSwiftUI",
25+
.branch("master")
26+
),
2727
],
2828
targets: [
2929
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

ReMVVMSampleSwiftUI/Preview Content/Preview Assets.xcassets/Contents.json

-6
This file was deleted.

ReMVVMSampleSwiftUI/SwiftUITest.entitlements

-10
This file was deleted.

0 commit comments

Comments
 (0)