Skip to content

Commit 6b07c45

Browse files
committed
add changelog
1 parent 7be537f commit 6b07c45

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5+
*/.DS_Store
56
.DS_Store
67

78
## Build generated

Example/TuyaSmartHomeKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
1717
6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
1818
6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
19+
6539381F223A364C00704EF3 /* CHANGELOG.md in Resources */ = {isa = PBXBuildFile; fileRef = 6539381E223A364C00704EF3 /* CHANGELOG.md */; };
1920
65B6ED7521A9257500EEE134 /* TPLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 65B6ED3321A9256E00EEE134 /* TPLoadingView.m */; };
2021
65B6ED7621A9257500EEE134 /* TPBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 65B6ED3421A9256E00EEE134 /* TPBarButtonItem.m */; };
2122
65B6ED7C21A9257500EEE134 /* TPViewUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 65B6ED3E21A9256F00EEE134 /* TPViewUtil.m */; };
@@ -151,6 +152,7 @@
151152
6003F59D195388D20070C39A /* TYAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TYAppDelegate.m; sourceTree = "<group>"; };
152153
6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
153154
6003F5AE195388D20070C39A /* TuyaSmartHomeKit_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TuyaSmartHomeKit_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
155+
6539381E223A364C00704EF3 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../../CHANGELOG.md; sourceTree = "<group>"; };
154156
65B6ED3021A9256E00EEE134 /* TPBaseView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPBaseView.h; sourceTree = "<group>"; };
155157
65B6ED3121A9256E00EEE134 /* TPLoadingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TPLoadingView.h; sourceTree = "<group>"; };
156158
65B6ED3321A9256E00EEE134 /* TPLoadingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TPLoadingView.m; sourceTree = "<group>"; };
@@ -392,6 +394,7 @@
392394
6003F593195388D20070C39A /* Example for TuyaSmartHomeKit */ = {
393395
isa = PBXGroup;
394396
children = (
397+
6539381E223A364C00704EF3 /* CHANGELOG.md */,
395398
6003F59C195388D20070C39A /* TYAppDelegate.h */,
396399
6003F59D195388D20070C39A /* TYAppDelegate.m */,
397400
6BA0E4C52211A08F00307E67 /* Scene */,
@@ -827,6 +830,7 @@
827830
65FC21B320C8D2FE00918C6D /* [email protected] in Resources */,
828831
6BA0E5092211A08F00307E67 /* [email protected] in Resources */,
829832
65FC227F20C9015800918C6D /* Localizable.strings in Resources */,
833+
6539381F223A364C00704EF3 /* CHANGELOG.md in Resources */,
830834
65FC21B620C8D2FE00918C6D /* [email protected] in Resources */,
831835
65B6ED9121A9257500EEE134 /* phoneCodeList.plist in Resources */,
832836
65FC210220C8D2FE00918C6D /* [email protected] in Resources */,

0 commit comments

Comments
 (0)