|
@@ -28,6 +28,11 @@
|
|
|
90A64BC12A25E1CF00D8BED6 /* TogetherDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BC02A25E1CF00D8BED6 /* TogetherDataManager.swift */; };
|
|
|
90A64BC82A25E98C00D8BED6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90A64BC62A25E98B00D8BED6 /* Main.storyboard */; };
|
|
|
90A64BC92A25E98C00D8BED6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BC72A25E98C00D8BED6 /* ViewController.swift */; };
|
|
|
+ 90A64BCC2A2603CB00D8BED6 /* HomeNavBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BCB2A2603CB00D8BED6 /* HomeNavBar.swift */; };
|
|
|
+ 90A64BCE2A2603DD00D8BED6 /* HomeNavBar.xib in Resources */ = {isa = PBXBuildFile; fileRef = 90A64BCD2A2603DD00D8BED6 /* HomeNavBar.xib */; };
|
|
|
+ 90A64BD82A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BD12A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m */; };
|
|
|
+ 90A64BD92A2604F600D8BED6 /* GJRatioAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BD62A2604F600D8BED6 /* GJRatioAutoLayout.m */; };
|
|
|
+ 90A64BDA2A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BD72A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m */; };
|
|
|
B204266C2A1B0E50009FAC45 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B204266B2A1B0E50009FAC45 /* AppDelegate.swift */; };
|
|
|
B20426752A1B0E52009FAC45 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B20426742A1B0E52009FAC45 /* Assets.xcassets */; };
|
|
|
B20426782A1B0E52009FAC45 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B20426762A1B0E52009FAC45 /* LaunchScreen.storyboard */; };
|
|
@@ -130,6 +135,16 @@
|
|
|
90A64BC02A25E1CF00D8BED6 /* TogetherDataManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TogetherDataManager.swift; sourceTree = "<group>"; };
|
|
|
90A64BC62A25E98B00D8BED6 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
|
|
|
90A64BC72A25E98C00D8BED6 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
|
+ 90A64BCB2A2603CB00D8BED6 /* HomeNavBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeNavBar.swift; sourceTree = "<group>"; };
|
|
|
+ 90A64BCD2A2603DD00D8BED6 /* HomeNavBar.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeNavBar.xib; sourceTree = "<group>"; };
|
|
|
+ 90A64BD12A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+GJRatioAutoLayout.m"; sourceTree = "<group>"; };
|
|
|
+ 90A64BD22A2604F600D8BED6 /* GJRatioAutoLayoutDefine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GJRatioAutoLayoutDefine.h; sourceTree = "<group>"; };
|
|
|
+ 90A64BD32A2604F600D8BED6 /* GJRatioAutoLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GJRatioAutoLayout.h; sourceTree = "<group>"; };
|
|
|
+ 90A64BD42A2604F600D8BED6 /* UIView+GJRatioAutoLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+GJRatioAutoLayout.h"; sourceTree = "<group>"; };
|
|
|
+ 90A64BD52A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+GJRatioAutoLayout.h"; sourceTree = "<group>"; };
|
|
|
+ 90A64BD62A2604F600D8BED6 /* GJRatioAutoLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GJRatioAutoLayout.m; sourceTree = "<group>"; };
|
|
|
+ 90A64BD72A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+GJRatioAutoLayout.m"; sourceTree = "<group>"; };
|
|
|
+ 90A64BDB2A2605C500D8BED6 /* JSJP-Brigding-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "JSJP-Brigding-Header.h"; sourceTree = "<group>"; };
|
|
|
B20426682A1B0E50009FAC45 /* JSJP_Student_sw.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JSJP_Student_sw.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
B204266B2A1B0E50009FAC45 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
B20426742A1B0E52009FAC45 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
@@ -293,6 +308,7 @@
|
|
|
90A64BA92A25C28A00D8BED6 /* Home */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 90A64BCA2A2603A300D8BED6 /* Views */,
|
|
|
90A64BAB2A25C2BE00D8BED6 /* Controllers */,
|
|
|
90A64BAA2A25C2B100D8BED6 /* Helper */,
|
|
|
);
|
|
@@ -348,6 +364,37 @@
|
|
|
path = Controllers;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 90A64BCA2A2603A300D8BED6 /* Views */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 90A64BCB2A2603CB00D8BED6 /* HomeNavBar.swift */,
|
|
|
+ 90A64BCD2A2603DD00D8BED6 /* HomeNavBar.xib */,
|
|
|
+ );
|
|
|
+ path = Views;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 90A64BCF2A2604DC00D8BED6 /* Thirdparty */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 90A64BD02A2604F600D8BED6 /* GJRatioAutoLayout */,
|
|
|
+ );
|
|
|
+ path = Thirdparty;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 90A64BD02A2604F600D8BED6 /* GJRatioAutoLayout */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 90A64BD52A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.h */,
|
|
|
+ 90A64BD12A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m */,
|
|
|
+ 90A64BD22A2604F600D8BED6 /* GJRatioAutoLayoutDefine.h */,
|
|
|
+ 90A64BD32A2604F600D8BED6 /* GJRatioAutoLayout.h */,
|
|
|
+ 90A64BD62A2604F600D8BED6 /* GJRatioAutoLayout.m */,
|
|
|
+ 90A64BD42A2604F600D8BED6 /* UIView+GJRatioAutoLayout.h */,
|
|
|
+ 90A64BD72A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m */,
|
|
|
+ );
|
|
|
+ path = GJRatioAutoLayout;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
B204265F2A1B0E50009FAC45 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -375,6 +422,7 @@
|
|
|
90A64BC62A25E98B00D8BED6 /* Main.storyboard */,
|
|
|
90A64BC72A25E98C00D8BED6 /* ViewController.swift */,
|
|
|
B20426792A1B0E52009FAC45 /* Info.plist */,
|
|
|
+ 90A64BDB2A2605C500D8BED6 /* JSJP-Brigding-Header.h */,
|
|
|
);
|
|
|
path = JSJP_Student_sw;
|
|
|
sourceTree = "<group>";
|
|
@@ -382,6 +430,7 @@
|
|
|
B204269B2A1B4576009FAC45 /* Sources */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 90A64BCF2A2604DC00D8BED6 /* Thirdparty */,
|
|
|
90A64BA12A25BCAD00D8BED6 /* New Group */,
|
|
|
90A64B9D2A25A9D000D8BED6 /* Modulars */,
|
|
|
90A64B9C2A25A9BE00D8BED6 /* Models */,
|
|
@@ -729,6 +778,7 @@
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 90A64BCE2A2603DD00D8BED6 /* HomeNavBar.xib in Resources */,
|
|
|
B20427242A1B4ED2009FAC45 /* SearchBarView.xib in Resources */,
|
|
|
B20426782A1B0E52009FAC45 /* LaunchScreen.storyboard in Resources */,
|
|
|
B20427302A1B4ED2009FAC45 /* PopOverViewCell.xib in Resources */,
|
|
@@ -793,6 +843,7 @@
|
|
|
B204273F2A1B5691009FAC45 /* NYFont.swift in Sources */,
|
|
|
B20427322A1B4ED2009FAC45 /* Action.swift in Sources */,
|
|
|
B20426B12A1B4738009FAC45 /* UICollectionView+Rx.swift in Sources */,
|
|
|
+ 90A64BD82A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m in Sources */,
|
|
|
B20426D52A1B4DB6009FAC45 /* UIScrollView+ScrollToBottom.swift in Sources */,
|
|
|
B20426B32A1B4738009FAC45 /* Logger.swift in Sources */,
|
|
|
B20426CF2A1B4DB6009FAC45 /* UIScrollView+Direction.swift in Sources */,
|
|
@@ -821,6 +872,7 @@
|
|
|
B20426D22A1B4DB6009FAC45 /* UIViewController+NetAnimation.swift in Sources */,
|
|
|
90A64BC12A25E1CF00D8BED6 /* TogetherDataManager.swift in Sources */,
|
|
|
B20427312A1B4ED2009FAC45 /* PopOverViewSettings.swift in Sources */,
|
|
|
+ 90A64BCC2A2603CB00D8BED6 /* HomeNavBar.swift in Sources */,
|
|
|
B20426AE2A1B4738009FAC45 /* NotificationCenter+Rx.swift in Sources */,
|
|
|
B20426AC2A1B4738009FAC45 /* UIScrollView+Rx.swift in Sources */,
|
|
|
B20426D32A1B4DB6009FAC45 /* Array+SectionModel.swift in Sources */,
|
|
@@ -835,6 +887,7 @@
|
|
|
B20427232A1B4ED2009FAC45 /* SearchBarView.swift in Sources */,
|
|
|
B204272F2A1B4ED2009FAC45 /* PopOverViewCell.swift in Sources */,
|
|
|
B204271C2A1B4ED2009FAC45 /* NibLoadable.swift in Sources */,
|
|
|
+ 90A64BDA2A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m in Sources */,
|
|
|
B20427342A1B5167009FAC45 /* CompositionRoot.swift in Sources */,
|
|
|
B20427382A1B549F009FAC45 /* RequestError.swift in Sources */,
|
|
|
B204272E2A1B4ED2009FAC45 /* PopOverView.swift in Sources */,
|
|
@@ -856,6 +909,7 @@
|
|
|
B20426D62A1B4DB6009FAC45 /* UIColor+Bilibili.swift in Sources */,
|
|
|
B204273A2A1B558F009FAC45 /* NYAppCongfigure.swift in Sources */,
|
|
|
B20427152A1B4ED2009FAC45 /* Timer+LWPlayer.swift in Sources */,
|
|
|
+ 90A64BD92A2604F600D8BED6 /* GJRatioAutoLayout.m in Sources */,
|
|
|
B20426CA2A1B4DB6009FAC45 /* UIImageView+Kingfisher.swift in Sources */,
|
|
|
90A64BBF2A25DFDB00D8BED6 /* MainTabBarViewReactor.swift in Sources */,
|
|
|
B204271B2A1B4ED2009FAC45 /* NetAnimationLoadable.swift in Sources */,
|
|
@@ -1024,6 +1078,7 @@
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "zhongZhengJpsw.com.JSJP-Student-sw";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "${SRCROOT}/JSJP_Student_sw/JSJP-Brigding-Header.h";
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = 1;
|
|
|
};
|
|
@@ -1055,6 +1110,7 @@
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "zhongZhengJpsw.com.JSJP-Student-sw";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
+ SWIFT_OBJC_BRIDGING_HEADER = "${SRCROOT}/JSJP_Student_sw/JSJP-Brigding-Header.h";
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = 1;
|
|
|
};
|