-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Showing
3 changed files
with
58 additions
and
6 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 |
---|---|---|
|
@@ -25,6 +25,8 @@ | |
AB5C7E781937FE7000FA7D5B /* MessageDisplayKitCoreDataExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AB5C7E771937FE7000FA7D5B /* MessageDisplayKitCoreDataExampleTests.m */; }; | ||
AB5C7F131937FFCC00FA7D5B /* XHDemoWeChatMessageTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AB5C7F121937FFCC00FA7D5B /* XHDemoWeChatMessageTableViewController.m */; }; | ||
ABC47CFB193922EB00ECADEA /* MDKMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = ABC47CFA193922EB00ECADEA /* MDKMessage.m */; }; | ||
F7220AE61A52694000DBDEE7 /* MessageDisplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7E398DF1A4D437B003AB670 /* MessageDisplayKit.framework */; }; | ||
F7220AE71A52694000DBDEE7 /* MessageDisplayKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F7E398DF1A4D437B003AB670 /* MessageDisplayKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | ||
F7705BCC1A4D5CE900CA551D /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7705B101A4D5CE900CA551D /* [email protected] */; }; | ||
F7705BCD1A4D5CE900CA551D /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7705B111A4D5CE900CA551D /* [email protected] */; }; | ||
F7705BCE1A4D5CE900CA551D /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7705B121A4D5CE900CA551D /* [email protected] */; }; | ||
|
@@ -289,7 +291,6 @@ | |
F7B9EB041A4D60500072F81B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7B9EAA91A4D60500072F81B /* [email protected] */; }; | ||
F7CB57F41A50EA9A00CA5E49 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7CB57F31A50EA9A00CA5E49 /* [email protected] */; }; | ||
F7D249EB1A4D072F0015764B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D249EA1A4D072F0015764B /* ViewController.m */; }; | ||
F7E3993D1A4D437B003AB670 /* MessageDisplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7E398DF1A4D437B003AB670 /* MessageDisplayKit.framework */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXContainerItemProxy section */ | ||
|
@@ -302,6 +303,20 @@ | |
}; | ||
/* End PBXContainerItemProxy section */ | ||
|
||
/* Begin PBXCopyFilesBuildPhase section */ | ||
F7220AE81A52694100DBDEE7 /* Embed Frameworks */ = { | ||
isa = PBXCopyFilesBuildPhase; | ||
buildActionMask = 2147483647; | ||
dstPath = ""; | ||
dstSubfolderSpec = 10; | ||
files = ( | ||
F7220AE71A52694000DBDEE7 /* MessageDisplayKit.framework in Embed Frameworks */, | ||
); | ||
name = "Embed Frameworks"; | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXCopyFilesBuildPhase section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
AB5C7E401937FE7000FA7D5B /* MessageDisplayKitCoreDataExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MessageDisplayKitCoreDataExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
AB5C7E431937FE7000FA7D5B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | ||
|
@@ -601,7 +616,7 @@ | |
buildActionMask = 2147483647; | ||
files = ( | ||
AB5C7E461937FE7000FA7D5B /* CoreGraphics.framework in Frameworks */, | ||
F7E3993D1A4D437B003AB670 /* MessageDisplayKit.framework in Frameworks */, | ||
F7220AE61A52694000DBDEE7 /* MessageDisplayKit.framework in Frameworks */, | ||
AB5C7E4A1937FE7000FA7D5B /* CoreData.framework in Frameworks */, | ||
AB5C7E481937FE7000FA7D5B /* UIKit.framework in Frameworks */, | ||
AB5C7E441937FE7000FA7D5B /* Foundation.framework in Frameworks */, | ||
|
@@ -1113,6 +1128,7 @@ | |
AB5C7E3C1937FE7000FA7D5B /* Sources */, | ||
AB5C7E3D1937FE7000FA7D5B /* Frameworks */, | ||
AB5C7E3E1937FE7000FA7D5B /* Resources */, | ||
F7220AE81A52694100DBDEE7 /* Embed Frameworks */, | ||
); | ||
buildRules = ( | ||
); | ||
|
@@ -1611,6 +1627,7 @@ | |
GCC_PREFIX_HEADER = "MessageDisplayKitCoreDataExample/MessageDisplayKitCoreDataExample-Prefix.pch"; | ||
INFOPLIST_FILE = "MessageDisplayKitCoreDataExample/MessageDisplayKitCoreDataExample-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
OTHER_LDFLAGS = ( | ||
"-ObjC", | ||
"-all_load", | ||
|
@@ -1633,6 +1650,7 @@ | |
GCC_PREFIX_HEADER = "MessageDisplayKitCoreDataExample/MessageDisplayKitCoreDataExample-Prefix.pch"; | ||
INFOPLIST_FILE = "MessageDisplayKitCoreDataExample/MessageDisplayKitCoreDataExample-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
OTHER_LDFLAGS = ( | ||
"-ObjC", | ||
"-all_load", | ||
|
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 |
---|---|---|
|
@@ -22,6 +22,8 @@ | |
74180CA3190F496E00A35C82 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 74180CA1190F496E00A35C82 /* InfoPlist.strings */; }; | ||
74180CA5190F496E00A35C82 /* MessageDisplayKitStoryBoradExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 74180CA4190F496E00A35C82 /* MessageDisplayKitStoryBoradExampleTests.m */; }; | ||
74180CE9190F54C100A35C82 /* XHDemoWeChatMessageTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 74180CE8190F54C100A35C82 /* XHDemoWeChatMessageTableViewController.m */; }; | ||
F7220AE91A52694B00DBDEE7 /* MessageDisplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7E396BC1A4D4363003AB670 /* MessageDisplayKit.framework */; }; | ||
F7220AEA1A52694B00DBDEE7 /* MessageDisplayKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F7E396BC1A4D4363003AB670 /* MessageDisplayKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | ||
F7705D351A4D5CF500CA551D /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7705C791A4D5CF500CA551D /* [email protected] */; }; | ||
F7705D361A4D5CF500CA551D /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7705C7A1A4D5CF500CA551D /* [email protected] */; }; | ||
F7705D371A4D5CF500CA551D /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7705C7B1A4D5CF500CA551D /* [email protected] */; }; | ||
|
@@ -285,7 +287,6 @@ | |
F7B9EA4C1A4D60440072F81B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7B9E9F11A4D60440072F81B /* [email protected] */; }; | ||
F7B9EA4D1A4D60440072F81B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7B9E9F21A4D60440072F81B /* [email protected] */; }; | ||
F7CB57F61A50EAA800CA5E49 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7CB57F51A50EAA800CA5E49 /* [email protected] */; }; | ||
F7E3971A1A4D4363003AB670 /* MessageDisplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7E396BC1A4D4363003AB670 /* MessageDisplayKit.framework */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXContainerItemProxy section */ | ||
|
@@ -298,6 +299,20 @@ | |
}; | ||
/* End PBXContainerItemProxy section */ | ||
|
||
/* Begin PBXCopyFilesBuildPhase section */ | ||
F7220AEB1A52694B00DBDEE7 /* Embed Frameworks */ = { | ||
isa = PBXCopyFilesBuildPhase; | ||
buildActionMask = 2147483647; | ||
dstPath = ""; | ||
dstSubfolderSpec = 10; | ||
files = ( | ||
F7220AEA1A52694B00DBDEE7 /* MessageDisplayKit.framework in Embed Frameworks */, | ||
); | ||
name = "Embed Frameworks"; | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXCopyFilesBuildPhase section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
74180C73190F496E00A35C82 /* MessageDisplayKitStoryBoradExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MessageDisplayKitStoryBoradExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
74180C76190F496E00A35C82 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | ||
|
@@ -593,8 +608,8 @@ | |
buildActionMask = 2147483647; | ||
files = ( | ||
74180C79190F496E00A35C82 /* CoreGraphics.framework in Frameworks */, | ||
F7220AE91A52694B00DBDEE7 /* MessageDisplayKit.framework in Frameworks */, | ||
74180C7B190F496E00A35C82 /* UIKit.framework in Frameworks */, | ||
F7E3971A1A4D4363003AB670 /* MessageDisplayKit.framework in Frameworks */, | ||
74180C77190F496E00A35C82 /* Foundation.framework in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
|
@@ -1099,6 +1114,7 @@ | |
74180C6F190F496E00A35C82 /* Sources */, | ||
74180C70190F496E00A35C82 /* Frameworks */, | ||
74180C71190F496E00A35C82 /* Resources */, | ||
F7220AEB1A52694B00DBDEE7 /* Embed Frameworks */, | ||
); | ||
buildRules = ( | ||
); | ||
|
@@ -1605,6 +1621,7 @@ | |
GCC_PREFIX_HEADER = "MessageDisplayKitStoryBoradExample/MessageDisplayKitStoryBoradExample-Prefix.pch"; | ||
INFOPLIST_FILE = "MessageDisplayKitStoryBoradExample/MessageDisplayKitStoryBoradExample-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
OTHER_LDFLAGS = ( | ||
"-all_load", | ||
"-ObjC", | ||
|
@@ -1627,6 +1644,7 @@ | |
GCC_PREFIX_HEADER = "MessageDisplayKitStoryBoradExample/MessageDisplayKitStoryBoradExample-Prefix.pch"; | ||
INFOPLIST_FILE = "MessageDisplayKitStoryBoradExample/MessageDisplayKitStoryBoradExample-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
OTHER_LDFLAGS = ( | ||
"-all_load", | ||
"-ObjC", | ||
|
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 |
---|---|---|
|
@@ -9,6 +9,8 @@ | |
/* Begin PBXBuildFile section */ | ||
F7122EE61A4D33E200734F17 /* XHAlbum.m in Sources */ = {isa = PBXBuildFile; fileRef = F7122EE31A4D33E200734F17 /* XHAlbum.m */; }; | ||
F7122EE71A4D33E200734F17 /* XHContact.m in Sources */ = {isa = PBXBuildFile; fileRef = F7122EE51A4D33E200734F17 /* XHContact.m */; }; | ||
F7220AE31A52693400DBDEE7 /* MessageDisplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7E396021A4D42B2003AB670 /* MessageDisplayKit.framework */; }; | ||
F7220AE41A52693400DBDEE7 /* MessageDisplayKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F7E396021A4D42B2003AB670 /* MessageDisplayKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | ||
F7B9EB621A4D605B0072F81B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7B9EB051A4D605B0072F81B /* [email protected] */; }; | ||
F7B9EB631A4D605B0072F81B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7B9EB061A4D605B0072F81B /* [email protected] */; }; | ||
F7B9EB641A4D605B0072F81B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F7B9EB071A4D605B0072F81B /* [email protected] */; }; | ||
|
@@ -351,7 +353,6 @@ | |
F7D2533E1A4D31F60015764B /* XHPopMenuItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D252F11A4D31F60015764B /* XHPopMenuItemView.m */; }; | ||
F7D2533F1A4D31F60015764B /* XHScanningView.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D252F41A4D31F60015764B /* XHScanningView.m */; }; | ||
F7D253431A4D327E0015764B /* XHStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D253421A4D327E0015764B /* XHStoreManager.m */; }; | ||
F7E396601A4D42B2003AB670 /* MessageDisplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7E396021A4D42B2003AB670 /* MessageDisplayKit.framework */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXContainerItemProxy section */ | ||
|
@@ -364,6 +365,20 @@ | |
}; | ||
/* End PBXContainerItemProxy section */ | ||
|
||
/* Begin PBXCopyFilesBuildPhase section */ | ||
F7220AE51A52693400DBDEE7 /* Embed Frameworks */ = { | ||
isa = PBXCopyFilesBuildPhase; | ||
buildActionMask = 2147483647; | ||
dstPath = ""; | ||
dstSubfolderSpec = 10; | ||
files = ( | ||
F7220AE41A52693400DBDEE7 /* MessageDisplayKit.framework in Embed Frameworks */, | ||
); | ||
name = "Embed Frameworks"; | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXCopyFilesBuildPhase section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
F7122EE21A4D33E200734F17 /* XHAlbum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XHAlbum.h; sourceTree = "<group>"; }; | ||
F7122EE31A4D33E200734F17 /* XHAlbum.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XHAlbum.m; sourceTree = "<group>"; }; | ||
|
@@ -797,7 +812,7 @@ | |
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
F7E396601A4D42B2003AB670 /* MessageDisplayKit.framework in Frameworks */, | ||
F7220AE31A52693400DBDEE7 /* MessageDisplayKit.framework in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
|
@@ -1820,6 +1835,7 @@ | |
F7D24A291A4D099F0015764B /* Sources */, | ||
F7D24A2A1A4D099F0015764B /* Frameworks */, | ||
F7D24A2B1A4D099F0015764B /* Resources */, | ||
F7220AE51A52693400DBDEE7 /* Embed Frameworks */, | ||
); | ||
buildRules = ( | ||
); | ||
|