|
|
@ -110,6 +110,7 @@
|
|
|
|
7773EBF82B8A0A8E0054CFE6 /* RefreshFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773EBF72B8A0A8E0054CFE6 /* RefreshFooter.swift */; };
|
|
|
|
7773EBF82B8A0A8E0054CFE6 /* RefreshFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773EBF72B8A0A8E0054CFE6 /* RefreshFooter.swift */; };
|
|
|
|
7773EBFA2B8B3D4D0054CFE6 /* CircularIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773EBF92B8B3D4D0054CFE6 /* CircularIndicatorView.swift */; };
|
|
|
|
7773EBFA2B8B3D4D0054CFE6 /* CircularIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773EBF92B8B3D4D0054CFE6 /* CircularIndicatorView.swift */; };
|
|
|
|
7773EBFC2B8B7C2C0054CFE6 /* ScrollableNavBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773EBFB2B8B7C2C0054CFE6 /* ScrollableNavBar.swift */; };
|
|
|
|
7773EBFC2B8B7C2C0054CFE6 /* ScrollableNavBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773EBFB2B8B7C2C0054CFE6 /* ScrollableNavBar.swift */; };
|
|
|
|
|
|
|
|
77754A7D2B9C0755007534FF /* ContactViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77754A7C2B9C0755007534FF /* ContactViewController.swift */; };
|
|
|
|
778638942B4D123D00B00AF9 /* CommentDetailViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778638932B4D123D00B00AF9 /* CommentDetailViewModel.swift */; };
|
|
|
|
778638942B4D123D00B00AF9 /* CommentDetailViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778638932B4D123D00B00AF9 /* CommentDetailViewModel.swift */; };
|
|
|
|
778B8A212AF8E36D0034AFD4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778B8A202AF8E36D0034AFD4 /* AppDelegate.swift */; };
|
|
|
|
778B8A212AF8E36D0034AFD4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778B8A202AF8E36D0034AFD4 /* AppDelegate.swift */; };
|
|
|
|
778B8A232AF8E36D0034AFD4 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778B8A222AF8E36D0034AFD4 /* SceneDelegate.swift */; };
|
|
|
|
778B8A232AF8E36D0034AFD4 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778B8A222AF8E36D0034AFD4 /* SceneDelegate.swift */; };
|
|
|
@ -392,6 +393,7 @@
|
|
|
|
7773EBF72B8A0A8E0054CFE6 /* RefreshFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RefreshFooter.swift; sourceTree = "<group>"; };
|
|
|
|
7773EBF72B8A0A8E0054CFE6 /* RefreshFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RefreshFooter.swift; sourceTree = "<group>"; };
|
|
|
|
7773EBF92B8B3D4D0054CFE6 /* CircularIndicatorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularIndicatorView.swift; sourceTree = "<group>"; };
|
|
|
|
7773EBF92B8B3D4D0054CFE6 /* CircularIndicatorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularIndicatorView.swift; sourceTree = "<group>"; };
|
|
|
|
7773EBFB2B8B7C2C0054CFE6 /* ScrollableNavBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollableNavBar.swift; sourceTree = "<group>"; };
|
|
|
|
7773EBFB2B8B7C2C0054CFE6 /* ScrollableNavBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollableNavBar.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
77754A7C2B9C0755007534FF /* ContactViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactViewController.swift; sourceTree = "<group>"; };
|
|
|
|
778638932B4D123D00B00AF9 /* CommentDetailViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommentDetailViewModel.swift; sourceTree = "<group>"; };
|
|
|
|
778638932B4D123D00B00AF9 /* CommentDetailViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommentDetailViewModel.swift; sourceTree = "<group>"; };
|
|
|
|
778B8A1D2AF8E36D0034AFD4 /* IndieMusic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IndieMusic.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
778B8A1D2AF8E36D0034AFD4 /* IndieMusic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IndieMusic.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
778B8A202AF8E36D0034AFD4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
|
778B8A202AF8E36D0034AFD4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
@ -1088,6 +1090,7 @@
|
|
|
|
77A659DE2B51023100B408C3 /* TestViewController.swift */,
|
|
|
|
77A659DE2B51023100B408C3 /* TestViewController.swift */,
|
|
|
|
7773EBFB2B8B7C2C0054CFE6 /* ScrollableNavBar.swift */,
|
|
|
|
7773EBFB2B8B7C2C0054CFE6 /* ScrollableNavBar.swift */,
|
|
|
|
770FC4082B95929E0023DE28 /* VersionViewController.swift */,
|
|
|
|
770FC4082B95929E0023DE28 /* VersionViewController.swift */,
|
|
|
|
|
|
|
|
77754A7C2B9C0755007534FF /* ContactViewController.swift */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = Setting;
|
|
|
|
path = Setting;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
@ -1513,6 +1516,7 @@
|
|
|
|
77C9B9C62B4B81890006C83F /* Timing.swift in Sources */,
|
|
|
|
77C9B9C62B4B81890006C83F /* Timing.swift in Sources */,
|
|
|
|
77C9B9EB2B4BE7E50006C83F /* Comment.swift in Sources */,
|
|
|
|
77C9B9EB2B4BE7E50006C83F /* Comment.swift in Sources */,
|
|
|
|
778B8A832AF8ECE50034AFD4 /* HomeViewController.swift in Sources */,
|
|
|
|
778B8A832AF8ECE50034AFD4 /* HomeViewController.swift in Sources */,
|
|
|
|
|
|
|
|
77754A7D2B9C0755007534FF /* ContactViewController.swift in Sources */,
|
|
|
|
77C9B9CA2B4B90D40006C83F /* PhotoConfirmViewController.swift in Sources */,
|
|
|
|
77C9B9CA2B4B90D40006C83F /* PhotoConfirmViewController.swift in Sources */,
|
|
|
|
77C9C08A2B884017000A277B /* PersonalSongViewController.swift in Sources */,
|
|
|
|
77C9C08A2B884017000A277B /* PersonalSongViewController.swift in Sources */,
|
|
|
|
778B8ABE2AF8ED280034AFD4 /* ViewModel.swift in Sources */,
|
|
|
|
778B8ABE2AF8ED280034AFD4 /* ViewModel.swift in Sources */,
|
|
|
@ -1896,7 +1900,7 @@
|
|
|
|
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
|
|
|
|
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CURRENT_PROJECT_VERSION = 8;
|
|
|
|
CURRENT_PROJECT_VERSION = 9;
|
|
|
|
DEVELOPMENT_TEAM = AY569L2R6W;
|
|
|
|
DEVELOPMENT_TEAM = AY569L2R6W;
|
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
@ -1937,7 +1941,7 @@
|
|
|
|
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
|
|
|
|
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
CURRENT_PROJECT_VERSION = 8;
|
|
|
|
CURRENT_PROJECT_VERSION = 9;
|
|
|
|
DEVELOPMENT_TEAM = AY569L2R6W;
|
|
|
|
DEVELOPMENT_TEAM = AY569L2R6W;
|
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|