mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Fixes link for KMSample1 to Reachability.framework
This commit is contained in:
parent
a1d4a9f44d
commit
880def78b8
1 changed files with 5 additions and 5 deletions
|
|
@ -22,7 +22,8 @@
|
|||
C05B14221FD8F2B10082A316 /* XCGLogger.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C07705E61FD8F21500D2F3C7 /* XCGLogger.framework */; };
|
||||
C05B14231FD8F2B10082A316 /* XCGLogger.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C07705E61FD8F21500D2F3C7 /* XCGLogger.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
C05B14251FD8F2B10082A316 /* Zip.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C07705E41FD8F21500D2F3C7 /* Zip.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
CEBEFB8C231F9E3E00F8F67C /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CEBEFB8B231F9E3E00F8F67C /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
CEBEFB9C231FB94200F8F67C /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEBEFB89231F9CC600F8F67C /* Reachability.framework */; };
|
||||
CEBEFB9D231FB96400F8F67C /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CEBEFB89231F9CC600F8F67C /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
|
|
@ -32,7 +33,7 @@
|
|||
dstPath = "";
|
||||
dstSubfolderSpec = 10;
|
||||
files = (
|
||||
CEBEFB8C231F9E3E00F8F67C /* Reachability.framework in Embed Frameworks */,
|
||||
CEBEFB9D231FB96400F8F67C /* Reachability.framework in Embed Frameworks */,
|
||||
C05B14251FD8F2B10082A316 /* Zip.framework in Embed Frameworks */,
|
||||
C05B14211FD8F2B10082A316 /* ObjcExceptionBridging.framework in Embed Frameworks */,
|
||||
C01AB59C1F8345CB009B37D3 /* KeymanEngine.framework in Embed Frameworks */,
|
||||
|
|
@ -57,8 +58,7 @@
|
|||
C07705E41FD8F21500D2F3C7 /* Zip.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Zip.framework; path = ../../Carthage/Build/iOS/Zip.framework; sourceTree = "<group>"; };
|
||||
C07705E51FD8F21500D2F3C7 /* ObjcExceptionBridging.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ObjcExceptionBridging.framework; path = ../../Carthage/Build/iOS/ObjcExceptionBridging.framework; sourceTree = "<group>"; };
|
||||
C07705E61FD8F21500D2F3C7 /* XCGLogger.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCGLogger.framework; path = ../../Carthage/Build/iOS/XCGLogger.framework; sourceTree = "<group>"; };
|
||||
CEBEFB89231F9CC600F8F67C /* Reachability.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Reachability.framework; sourceTree = "<group>"; };
|
||||
CEBEFB8B231F9E3E00F8F67C /* Reachability.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Reachability.framework; path = ../../Carthage/Build/iOS/Reachability.framework; sourceTree = "<group>"; };
|
||||
CEBEFB89231F9CC600F8F67C /* Reachability.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Reachability.framework; path = ../../Carthage/Build/iOS/Reachability.framework; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
|
@ -68,6 +68,7 @@
|
|||
files = (
|
||||
C01AB59A1F8345C5009B37D3 /* KeymanEngine.framework in Frameworks */,
|
||||
C05B14201FD8F2B10082A316 /* ObjcExceptionBridging.framework in Frameworks */,
|
||||
CEBEFB9C231FB94200F8F67C /* Reachability.framework in Frameworks */,
|
||||
C05B14221FD8F2B10082A316 /* XCGLogger.framework in Frameworks */,
|
||||
C059FCB61FD9245300BD1A64 /* Zip.framework in Frameworks */,
|
||||
);
|
||||
|
|
@ -79,7 +80,6 @@
|
|||
98ABFCD41AD39165005534F0 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
CEBEFB8B231F9E3E00F8F67C /* Reachability.framework */,
|
||||
98ABFD171AD391B0005534F0 /* Frameworks */,
|
||||
98ABFD281AD393AD005534F0 /* Keyboards */,
|
||||
98ABFCDF1AD39165005534F0 /* KMSample1 */,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue