This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21d4b64
commit 9b72aeb
Showing
14 changed files
with
92 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,10 @@ | |
4751E628191F648E004143D3 /* ProgressListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4751E627191F648E004143D3 /* ProgressListViewController.m */; }; | ||
4751E630191F84DA004143D3 /* HTMLEntityDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4751E62F191F84DA004143D3 /* HTMLEntityDecode.m */; }; | ||
4751E633191F9209004143D3 /* RakuenViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4751E632191F9209004143D3 /* RakuenViewController.m */; }; | ||
4751E6361921F231004143D3 /* UITabBarStar.png in Resources */ = {isa = PBXBuildFile; fileRef = 4751E6341921F231004143D3 /* UITabBarStar.png */; }; | ||
4751E6371921F231004143D3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4751E6351921F231004143D3 /* [email protected] */; }; | ||
4751E63A1921F521004143D3 /* UITabBarList.png in Resources */ = {isa = PBXBuildFile; fileRef = 4751E6381921F521004143D3 /* UITabBarList.png */; }; | ||
4751E63B1921F521004143D3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4751E6391921F521004143D3 /* [email protected] */; }; | ||
478B3B881902A2A1006C6E67 /* BGMDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 478B3B871902A2A1006C6E67 /* BGMDetailViewController.m */; }; | ||
47A5DC56190940340086A14B /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 47A5DC55190940340086A14B /* MBProgressHUD.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; | ||
47A5DC58190AA7F10086A14B /* README in Resources */ = {isa = PBXBuildFile; fileRef = 47A5DC57190AA7F10086A14B /* README */; }; | ||
|
@@ -56,6 +60,10 @@ | |
4751E62F191F84DA004143D3 /* HTMLEntityDecode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTMLEntityDecode.m; sourceTree = "<group>"; }; | ||
4751E631191F9209004143D3 /* RakuenViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RakuenViewController.h; sourceTree = "<group>"; }; | ||
4751E632191F9209004143D3 /* RakuenViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RakuenViewController.m; sourceTree = "<group>"; }; | ||
4751E6341921F231004143D3 /* UITabBarStar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = UITabBarStar.png; sourceTree = "<group>"; }; | ||
4751E6351921F231004143D3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
4751E6381921F521004143D3 /* UITabBarList.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = UITabBarList.png; sourceTree = "<group>"; }; | ||
4751E6391921F521004143D3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
478B3B861902A2A1006C6E67 /* BGMDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BGMDetailViewController.h; sourceTree = "<group>"; }; | ||
478B3B871902A2A1006C6E67 /* BGMDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BGMDetailViewController.m; sourceTree = "<group>"; }; | ||
47A5DC54190940340086A14B /* MBProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = "<group>"; }; | ||
|
@@ -210,6 +218,10 @@ | |
47E2715E1900043300304DED /* main.m */, | ||
47E271601900043300304DED /* bangumi-Prefix.pch */, | ||
47A5DD28191135BB0086A14B /* bgm38a1024.png */, | ||
4751E6341921F231004143D3 /* UITabBarStar.png */, | ||
4751E6351921F231004143D3 /* [email protected] */, | ||
4751E6381921F521004143D3 /* UITabBarList.png */, | ||
4751E6391921F521004143D3 /* [email protected] */, | ||
); | ||
name = "Supporting Files"; | ||
sourceTree = "<group>"; | ||
|
@@ -309,10 +321,14 @@ | |
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
4751E6371921F231004143D3 /* [email protected] in Resources */, | ||
47A5DC58190AA7F10086A14B /* README in Resources */, | ||
47E2716E1900043300304DED /* Images.xcassets in Resources */, | ||
47A5DD29191135BB0086A14B /* bgm38a1024.png in Resources */, | ||
4751E6361921F231004143D3 /* UITabBarStar.png in Resources */, | ||
47E2719319001AE000304DED /* Main.storyboard in Resources */, | ||
4751E63B1921F521004143D3 /* [email protected] in Resources */, | ||
4751E63A1921F521004143D3 /* UITabBarList.png in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
|
@@ -404,7 +420,7 @@ | |
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
COPY_PHASE_STRIP = NO; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
|
@@ -423,6 +439,7 @@ | |
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
ONLY_ACTIVE_ARCH = YES; | ||
OTHER_LDFLAGS = "-ObjC"; | ||
PROVISIONING_PROFILE = "C2BEDBAA-9A75-43F0-8BDE-F15F298D6974"; | ||
SDKROOT = iphoneos; | ||
}; | ||
name = Debug; | ||
|
@@ -443,7 +460,7 @@ | |
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
COPY_PHASE_STRIP = YES; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
|
@@ -455,6 +472,7 @@ | |
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
OTHER_LDFLAGS = "-ObjC"; | ||
PROVISIONING_PROFILE = "C2BEDBAA-9A75-43F0-8BDE-F15F298D6974"; | ||
SDKROOT = iphoneos; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
|
@@ -465,6 +483,8 @@ | |
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | ||
CODE_SIGN_IDENTITY = ""; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
/Users/bi119aTe5hXk/Downloads, | ||
|
@@ -475,6 +495,7 @@ | |
INFOPLIST_FILE = "bangumi/bangumi-Info.plist"; | ||
OTHER_LDFLAGS = "-ObjC"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
PROVISIONING_PROFILE = "C2BEDBAA-9A75-43F0-8BDE-F15F298D6974"; | ||
TARGETED_DEVICE_FAMILY = 1; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
|
@@ -485,6 +506,8 @@ | |
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | ||
CODE_SIGN_IDENTITY = ""; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
/Users/bi119aTe5hXk/Downloads, | ||
|
@@ -493,8 +516,10 @@ | |
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "bangumi/bangumi-Prefix.pch"; | ||
INFOPLIST_FILE = "bangumi/bangumi-Info.plist"; | ||
ONLY_ACTIVE_ARCH = YES; | ||
OTHER_LDFLAGS = "-ObjC"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
PROVISIONING_PROFILE = "C2BEDBAA-9A75-43F0-8BDE-F15F298D6974"; | ||
TARGETED_DEVICE_FAMILY = 1; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
|
Binary file modified
BIN
+53.1 KB
(170%)
...oj/project.xcworkspace/xcuserdata/bi119aTe5hXk.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.