Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 29 additions & 11 deletions SakuraDemo/SakuraDemo_OC/SakuraDemo_OC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
/* Begin PBXBuildFile section */
03FE063C4BB708FF30403FF9 /* libPods-SakuraDemo_OCUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F48AA32C4919ED3D6219B2C /* libPods-SakuraDemo_OCUITests.a */; };
17C664855B7BD4307D8D596C /* libPods-SakuraDemo_OCTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7742DD85D722338289D89DF1 /* libPods-SakuraDemo_OCTests.a */; };
36554A851FC7CAB0000AB607 /* TXSakuraMutableArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 36554A841FC7CAB0000AB607 /* TXSakuraMutableArray.m */; };
367F9CBB1FC6A88800AF2939 /* default.json in Resources */ = {isa = PBXBuildFile; fileRef = 367F9CB91FC6A88800AF2939 /* default.json */; };
367F9CBC1FC6A88800AF2939 /* typewriter.json in Resources */ = {isa = PBXBuildFile; fileRef = 367F9CBA1FC6A88800AF2939 /* typewriter.json */; };
3F9DADD310362D1BA3C417B9 /* libPods-SakuraDemo_OC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EF289FACD564079C21D2A426 /* libPods-SakuraDemo_OC.a */; };
970EEF291F30290600233D3A /* DownloadSakuraController.m in Sources */ = {isa = PBXBuildFile; fileRef = 970EEF071F3028B700233D3A /* DownloadSakuraController.m */; };
970EEF2A1F30290600233D3A /* EditProfileController.m in Sources */ = {isa = PBXBuildFile; fileRef = 970EEF091F3028B700233D3A /* EditProfileController.m */; };
Expand All @@ -25,9 +28,7 @@
970EEF351F30290600233D3A /* TXExeDeallocBlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 970EEF211F3028B700233D3A /* TXExeDeallocBlock.m */; };
970EEF361F30291000233D3A /* SakuraCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 970EEF271F3028B700233D3A /* SakuraCell.m */; };
970EEF381F30296700233D3A /* avatar.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 970EEF231F3028B700233D3A /* avatar.jpg */; };
970EEF391F30296700233D3A /* default.json in Resources */ = {isa = PBXBuildFile; fileRef = 970EEF241F3028B700233D3A /* default.json */; };
9715A3851F53AD0C00FFDE1D /* SakuraCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9715A3831F53AD0C00FFDE1D /* SakuraCell.xib */; };
9739FD9C1F4DBAA70042AF9E /* typewriter.json in Resources */ = {isa = PBXBuildFile; fileRef = 9739FD9B1F4DB8E50042AF9E /* typewriter.json */; };
9749EB3A1F0B779700EA3C2D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9749EB381F0B779700EA3C2D /* Main.storyboard */; };
9749EB3C1F0B779700EA3C2D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9749EB3B1F0B779700EA3C2D /* Assets.xcassets */; };
9749EB3F1F0B779700EA3C2D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9749EB3D1F0B779700EA3C2D /* LaunchScreen.storyboard */; };
Expand Down Expand Up @@ -76,6 +77,10 @@

/* Begin PBXFileReference section */
0409A3240311EC992C883334 /* Pods-SakuraDemo_OCTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SakuraDemo_OCTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SakuraDemo_OCTests/Pods-SakuraDemo_OCTests.debug.xcconfig"; sourceTree = "<group>"; };
36554A831FC7CAB0000AB607 /* TXSakuraMutableArray.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TXSakuraMutableArray.h; sourceTree = "<group>"; };
36554A841FC7CAB0000AB607 /* TXSakuraMutableArray.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TXSakuraMutableArray.m; sourceTree = "<group>"; };
367F9CB91FC6A88800AF2939 /* default.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = default.json; sourceTree = "<group>"; };
367F9CBA1FC6A88800AF2939 /* typewriter.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = typewriter.json; sourceTree = "<group>"; };
3F48AA32C4919ED3D6219B2C /* libPods-SakuraDemo_OCUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SakuraDemo_OCUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
7742DD85D722338289D89DF1 /* libPods-SakuraDemo_OCTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SakuraDemo_OCTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
970EEF061F3028B700233D3A /* DownloadSakuraController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DownloadSakuraController.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -105,11 +110,9 @@
970EEF201F3028B700233D3A /* TXExeDeallocBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TXExeDeallocBlock.h; sourceTree = "<group>"; };
970EEF211F3028B700233D3A /* TXExeDeallocBlock.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TXExeDeallocBlock.m; sourceTree = "<group>"; };
970EEF231F3028B700233D3A /* avatar.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = avatar.jpg; sourceTree = "<group>"; };
970EEF241F3028B700233D3A /* default.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = default.json; sourceTree = "<group>"; };
970EEF261F3028B700233D3A /* SakuraCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SakuraCell.h; sourceTree = "<group>"; };
970EEF271F3028B700233D3A /* SakuraCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SakuraCell.m; sourceTree = "<group>"; };
9715A3831F53AD0C00FFDE1D /* SakuraCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SakuraCell.xib; sourceTree = "<group>"; };
9739FD9B1F4DB8E50042AF9E /* typewriter.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = typewriter.json; sourceTree = "<group>"; };
9749EB2F1F0B779700EA3C2D /* SakuraDemo_OC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SakuraDemo_OC.app; sourceTree = BUILT_PRODUCTS_DIR; };
9749EB391F0B779700EA3C2D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
9749EB3B1F0B779700EA3C2D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -201,6 +204,15 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
36554A821FC7CA5C000AB607 /* Foundation */ = {
isa = PBXGroup;
children = (
36554A831FC7CAB0000AB607 /* TXSakuraMutableArray.h */,
36554A841FC7CAB0000AB607 /* TXSakuraMutableArray.m */,
);
path = Foundation;
sourceTree = "<group>";
};
970EEF041F3028B700233D3A /* Demo */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -264,8 +276,8 @@
isa = PBXGroup;
children = (
970EEF231F3028B700233D3A /* avatar.jpg */,
970EEF241F3028B700233D3A /* default.json */,
9739FD9B1F4DB8E50042AF9E /* typewriter.json */,
367F9CB91FC6A88800AF2939 /* default.json */,
367F9CBA1FC6A88800AF2939 /* typewriter.json */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -339,6 +351,7 @@
children = (
9786BCB21F531880006B8014 /* Base */,
9786BC8B1F531880006B8014 /* Components */,
36554A821FC7CA5C000AB607 /* Foundation */,
9749EB751F0B785200EA3C2D /* TXSakuraKit.h */,
);
name = SakuraKit;
Expand Down Expand Up @@ -495,7 +508,7 @@
9749EB271F0B779700EA3C2D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0900;
LastUpgradeCheck = 0910;
ORGANIZATIONNAME = tingxins;
TargetAttributes = {
9749EB2E1F0B779700EA3C2D = {
Expand Down Expand Up @@ -539,9 +552,9 @@
9749EB3F1F0B779700EA3C2D /* LaunchScreen.storyboard in Resources */,
9715A3851F53AD0C00FFDE1D /* SakuraCell.xib in Resources */,
970EEF381F30296700233D3A /* avatar.jpg in Resources */,
367F9CBC1FC6A88800AF2939 /* typewriter.json in Resources */,
367F9CBB1FC6A88800AF2939 /* default.json in Resources */,
9749EB3C1F0B779700EA3C2D /* Assets.xcassets in Resources */,
9739FD9C1F4DBAA70042AF9E /* typewriter.json in Resources */,
970EEF391F30296700233D3A /* default.json in Resources */,
9749EB3A1F0B779700EA3C2D /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -747,6 +760,7 @@
970EEF361F30291000233D3A /* SakuraCell.m in Sources */,
9786BCBA1F531880006B8014 /* TXSakuraButton.m in Sources */,
970EEF351F30290600233D3A /* TXExeDeallocBlock.m in Sources */,
36554A851FC7CAB0000AB607 /* TXSakuraMutableArray.m in Sources */,
9786BCC71F531880006B8014 /* TXSakuraTextComponent.m in Sources */,
9749EB421F0B779700EA3C2D /* main.m in Sources */,
9786BCC21F531880006B8014 /* TXSakuraProgress.m in Sources */,
Expand Down Expand Up @@ -824,6 +838,8 @@
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
Expand Down Expand Up @@ -877,6 +893,8 @@
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
Expand Down Expand Up @@ -909,7 +927,7 @@
baseConfigurationReference = A26C39A110C9D32BEA3309BB /* Pods-SakuraDemo_OC.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = QZ2B7EZFJP;
DEVELOPMENT_TEAM = T6E43D9JDV;
INFOPLIST_FILE = SakuraDemo_OC/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -924,7 +942,7 @@
baseConfigurationReference = FB2D90C4BB0F8DEB853F5E32 /* Pods-SakuraDemo_OC.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = QZ2B7EZFJP;
DEVELOPMENT_TEAM = T6E43D9JDV;
INFOPLIST_FILE = SakuraDemo_OC/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@
"scale" : "2x",
"role" : "quickLook",
"subtype" : "42mm"
},
{
"idiom" : "watch-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down
Loading