Skip to content

Commit d8d32fe

Browse files
committed
Readme ObjC updated
1 parent bcf5847 commit d8d32fe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Example/iOSDFULibrary.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
5223729B202B275F00068EE4 /* Firmwares in Resources */ = {isa = PBXBuildFile; fileRef = 5223729A202B275F00068EE4 /* Firmwares */; };
2222
5223729D2036DDFC00068EE4 /* nRF52840TestSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5223729C2036DDFC00068EE4 /* nRF52840TestSet.swift */; };
2323
5288C1DE236AE4E200321ED3 /* UIColor+Nordic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5288C1DD236AE4E200321ED3 /* UIColor+Nordic.swift */; };
24+
5288C1E2236C3C7400321ED3 /* README_OBJC.md in Resources */ = {isa = PBXBuildFile; fileRef = 5288C1E1236C3C7400321ED3 /* README_OBJC.md */; };
2425
52A9C167230D633A0036792A /* changelog.md in Resources */ = {isa = PBXBuildFile; fileRef = 52A9C166230D633A0036792A /* changelog.md */; };
2526
52A9C169230D63410036792A /* documentation.md in Resources */ = {isa = PBXBuildFile; fileRef = 52A9C168230D63410036792A /* documentation.md */; };
2627
52F6AD6222B2429300F0D7DF /* TestFirmwares in Resources */ = {isa = PBXBuildFile; fileRef = 52F6AD6122B2429300F0D7DF /* TestFirmwares */; };
@@ -66,6 +67,7 @@
6667
5223729A202B275F00068EE4 /* Firmwares */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Firmwares; sourceTree = "<group>"; };
6768
5223729C2036DDFC00068EE4 /* nRF52840TestSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = nRF52840TestSet.swift; sourceTree = "<group>"; };
6869
5288C1DD236AE4E200321ED3 /* UIColor+Nordic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+Nordic.swift"; sourceTree = "<group>"; };
70+
5288C1E1236C3C7400321ED3 /* README_OBJC.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README_OBJC.md; path = ../README_OBJC.md; sourceTree = "<group>"; };
6971
52A9C166230D633A0036792A /* changelog.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = changelog.md; path = ../changelog.md; sourceTree = "<group>"; };
7072
52A9C168230D63410036792A /* documentation.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = documentation.md; path = ../documentation.md; sourceTree = "<group>"; };
7173
52F6AD6122B2429300F0D7DF /* TestFirmwares */ = {isa = PBXFileReference; lastKnownFileType = folder; path = TestFirmwares; sourceTree = "<group>"; };
@@ -244,6 +246,7 @@
244246
children = (
245247
3B0557890E61EFF388A8734B /* iOSDFULibrary.podspec */,
246248
8EE39CA79039E8FFBDA0C9D3 /* README.md */,
249+
5288C1E1236C3C7400321ED3 /* README_OBJC.md */,
247250
52A9C166230D633A0036792A /* changelog.md */,
248251
52A9C168230D63410036792A /* documentation.md */,
249252
DAEFE092DC94AFC6C8316559 /* LICENSE */,
@@ -404,6 +407,7 @@
404407
isa = PBXResourcesBuildPhase;
405408
buildActionMask = 2147483647;
406409
files = (
410+
5288C1E2236C3C7400321ED3 /* README_OBJC.md in Resources */,
407411
52F6AD6222B2429300F0D7DF /* TestFirmwares in Resources */,
408412
52A9C169230D63410036792A /* documentation.md in Resources */,
409413
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,

README_OBJC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ end
1818
pod install
1919

2020
- Open the newly created `.xcworkspace` and begin working on your project.
21-
- If Xcode asks to migrate code to Swift 3, choose **Later**. (The codebase is Swift 3 already)
21+
- If Xcode asks to migrate code to Swift 5.1, choose **Later**. (The codebase is Swift 5.1 already)
2222
- Click on the `Pods` project, then go to the `Build Settings`
2323
- Click on the `iOSDFULibrary` target, then set the `Use Legacy Swift version` setting to `No`
24-
- Repeat the same for the `Zip` target.
24+
- Repeat the same for the `ZIPFoundation` target.
2525
- Build the project, it should now succeed.
2626
- Import the library to any of your obj-c classes by using `@import iOSDFULibrary;` and begin working on your project.
2727

0 commit comments

Comments
 (0)