|
@@ -73,6 +73,7 @@
|
|
9A75429A2A0347CD0048C774 /* UCMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A7542992A0347CD0048C774 /* UCMViewController.m */; };
|
|
9A75429A2A0347CD0048C774 /* UCMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A7542992A0347CD0048C774 /* UCMViewController.m */; };
|
|
9A8369792A03651D00E0DA39 /* UCMBaseC.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A8369782A03651D00E0DA39 /* UCMBaseC.m */; };
|
|
9A8369792A03651D00E0DA39 /* UCMBaseC.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A8369782A03651D00E0DA39 /* UCMBaseC.m */; };
|
|
9A8DD8BE2A0B880100573324 /* UIViewController+MM_configNet.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A8DD8BC2A0B880100573324 /* UIViewController+MM_configNet.m */; };
|
|
9A8DD8BE2A0B880100573324 /* UIViewController+MM_configNet.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A8DD8BC2A0B880100573324 /* UIViewController+MM_configNet.m */; };
|
|
|
|
+ 9A8DD8CB2A0B9BAD00573324 /* WMBase.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9A8DD8CA2A0B9BAD00573324 /* WMBase.xcassets */; };
|
|
9AA254CE2A025C3A0083EC60 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AA254CD2A025C3A0083EC60 /* AppDelegate.m */; };
|
|
9AA254CE2A025C3A0083EC60 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AA254CD2A025C3A0083EC60 /* AppDelegate.m */; };
|
|
9AA254D12A025C3A0083EC60 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AA254D02A025C3A0083EC60 /* SceneDelegate.m */; };
|
|
9AA254D12A025C3A0083EC60 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AA254D02A025C3A0083EC60 /* SceneDelegate.m */; };
|
|
9AA254D42A025C3A0083EC60 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AA254D32A025C3A0083EC60 /* ViewController.m */; };
|
|
9AA254D42A025C3A0083EC60 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AA254D32A025C3A0083EC60 /* ViewController.m */; };
|
|
@@ -226,6 +227,7 @@
|
|
9A8DD8BB2A0B87AF00573324 /* WMBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WMBase.h; sourceTree = "<group>"; };
|
|
9A8DD8BB2A0B87AF00573324 /* WMBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WMBase.h; sourceTree = "<group>"; };
|
|
9A8DD8BC2A0B880100573324 /* UIViewController+MM_configNet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+MM_configNet.m"; sourceTree = "<group>"; };
|
|
9A8DD8BC2A0B880100573324 /* UIViewController+MM_configNet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+MM_configNet.m"; sourceTree = "<group>"; };
|
|
9A8DD8BD2A0B880100573324 /* UIViewController+MM_configNet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+MM_configNet.h"; sourceTree = "<group>"; };
|
|
9A8DD8BD2A0B880100573324 /* UIViewController+MM_configNet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+MM_configNet.h"; sourceTree = "<group>"; };
|
|
|
|
+ 9A8DD8CA2A0B9BAD00573324 /* WMBase.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = WMBase.xcassets; sourceTree = "<group>"; };
|
|
9AA254C92A025C3A0083EC60 /* WMBase.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WMBase.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
9AA254C92A025C3A0083EC60 /* WMBase.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WMBase.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
9AA254CC2A025C3A0083EC60 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
9AA254CC2A025C3A0083EC60 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
9AA254CD2A025C3A0083EC60 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
9AA254CD2A025C3A0083EC60 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
@@ -461,6 +463,14 @@
|
|
path = UserModel;
|
|
path = UserModel;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ 9A8DD8C92A0B9B5400573324 /* Assets */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 9A8DD8CA2A0B9BAD00573324 /* WMBase.xcassets */,
|
|
|
|
+ );
|
|
|
|
+ path = Assets;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
9AA254C02A025C3A0083EC60 = {
|
|
9AA254C02A025C3A0083EC60 = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -482,6 +492,7 @@
|
|
9AA254CB2A025C3A0083EC60 /* WMBase */ = {
|
|
9AA254CB2A025C3A0083EC60 /* WMBase */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 9A8DD8C92A0B9B5400573324 /* Assets */,
|
|
9AA254E52A025C630083EC60 /* WMBase */,
|
|
9AA254E52A025C630083EC60 /* WMBase */,
|
|
9AA254CC2A025C3A0083EC60 /* AppDelegate.h */,
|
|
9AA254CC2A025C3A0083EC60 /* AppDelegate.h */,
|
|
9AA254CD2A025C3A0083EC60 /* AppDelegate.m */,
|
|
9AA254CD2A025C3A0083EC60 /* AppDelegate.m */,
|
|
@@ -586,6 +597,7 @@
|
|
files = (
|
|
files = (
|
|
9AA254DC2A025C3C0083EC60 /* LaunchScreen.storyboard in Resources */,
|
|
9AA254DC2A025C3C0083EC60 /* LaunchScreen.storyboard in Resources */,
|
|
9AA254D92A025C3C0083EC60 /* Assets.xcassets in Resources */,
|
|
9AA254D92A025C3C0083EC60 /* Assets.xcassets in Resources */,
|
|
|
|
+ 9A8DD8CB2A0B9BAD00573324 /* WMBase.xcassets in Resources */,
|
|
9AA254D72A025C3A0083EC60 /* Main.storyboard in Resources */,
|
|
9AA254D72A025C3A0083EC60 /* Main.storyboard in Resources */,
|
|
);
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|