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
8 changes: 6 additions & 2 deletions Demo/YYKitDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
99976EBA2C071FF70065CC07 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 99976EB92C071FF60065CC07 /* PrivacyInfo.xcprivacy */; };
ABDC320D1BEAFB870012A159 /* YYTextTagExample.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDC320C1BEAFB870012A159 /* YYTextTagExample.m */; };
D9067DF11B975D3900F346EB /* YYTextExampleHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D9067DF01B975D3900F346EB /* YYTextExampleHelper.m */; };
D9067DF41B9813B500F346EB /* YYTextEditExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D9067DF31B9813B500F346EB /* YYTextEditExample.m */; };
Expand Down Expand Up @@ -196,6 +197,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
99976EB92C071FF60065CC07 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
ABDC320B1BEAFB870012A159 /* YYTextTagExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextTagExample.h; sourceTree = "<group>"; };
ABDC320C1BEAFB870012A159 /* YYTextTagExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextTagExample.m; sourceTree = "<group>"; };
D9067DEF1B975D3900F346EB /* YYTextExampleHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextExampleHelper.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -857,6 +859,7 @@
D9B25F9F1BEE79370038C00A /* YYKit */ = {
isa = PBXGroup;
children = (
99976EB92C071FF60065CC07 /* PrivacyInfo.xcprivacy */,
D9B2604F1BEE79370038C00A /* YYKit.h */,
D9B25FA01BEE79370038C00A /* Base */,
D9B260061BEE79370038C00A /* Model */,
Expand Down Expand Up @@ -1214,6 +1217,7 @@
D939F74D1B7E0254003EEC6A /* ermilio.png in Resources */,
D939F5E51B7CB04D003EEC6A /* dribbble256_imageio.png in Resources */,
D9700D971BC7C16900F878A4 /* weibo_0.json in Resources */,
99976EBA2C071FF70065CC07 /* PrivacyInfo.xcprivacy in Resources */,
D9971BB51B85023300A7B424 /* EmoticonWeibo.bundle in Resources */,
D97484E419CAAD2900F46DE1 /* LaunchScreen.xib in Resources */,
D91A995B1B5ACF2A00EF3A3E /* [email protected] in Resources */,
Expand Down Expand Up @@ -1499,7 +1503,7 @@
"$(PROJECT_DIR)/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "com.ibireme.YYKitDemo";
PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYKitDemo;
PRODUCT_NAME = YYKitDemo;
STRIP_PNG_TEXT = NO;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -1527,7 +1531,7 @@
"$(PROJECT_DIR)/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "com.ibireme.YYKitDemo";
PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYKitDemo;
PRODUCT_NAME = YYKitDemo;
STRIP_PNG_TEXT = NO;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
6 changes: 5 additions & 1 deletion Framework/YYKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objectVersion = 49;
objects = {

/* Begin PBXBuildFile section */
99564B162BB7BA68004C8577 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 99564B152BB7BA68004C8577 /* PrivacyInfo.xcprivacy */; };
D9B2616A1BEF52730038C00A /* NSArray+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = D9B260BC1BEF52730038C00A /* NSArray+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; };
D9B2616B1BEF52730038C00A /* NSArray+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D9B260BD1BEF52730038C00A /* NSArray+YYAdd.m */; };
D9B2616C1BEF52730038C00A /* NSBundle+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = D9B260BE1BEF52730038C00A /* NSBundle+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -187,6 +188,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
99564B152BB7BA68004C8577 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
D9B260AB1BEF51350038C00A /* YYKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YYKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D9B260B71BEF51A90038C00A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D9B260BC1BEF52730038C00A /* NSArray+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+YYAdd.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -433,6 +435,7 @@
D9B260B91BEF52730038C00A /* YYKit */ = {
isa = PBXGroup;
children = (
99564B152BB7BA68004C8577 /* PrivacyInfo.xcprivacy */,
D9B261691BEF52730038C00A /* YYKit.h */,
D9B260BA1BEF52730038C00A /* Base */,
D9B261201BEF52730038C00A /* Model */,
Expand Down Expand Up @@ -848,6 +851,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
99564B162BB7BA68004C8577 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
145 changes: 0 additions & 145 deletions Vendor/WebP.framework/Headers/config.h

This file was deleted.

Loading