Skip to content

Commit 28ac3d2

Browse files
committed
fix framework directory contents
1 parent df75164 commit 28ac3d2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

ZLSwipeableViewSwift/ZLSwipeableViewSwift.xcodeproj/project.pbxproj

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
460B725D1B76D42600BB5ED8 /* ZLSwipeableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 460B725C1B76D42600BB5ED8 /* ZLSwipeableView.swift */; };
10+
46C0F0351C68AC90004BE1B3 /* ZLSwipeableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46C0F0341C68AC90004BE1B3 /* ZLSwipeableView.swift */; };
1111
/* End PBXBuildFile section */
1212

1313
/* Begin PBXFileReference section */
1414
460B72511B76D3E600BB5ED8 /* ZLSwipeableViewSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ZLSwipeableViewSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
15-
460B72561B76D3E600BB5ED8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
16-
460B725C1B76D42600BB5ED8 /* ZLSwipeableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZLSwipeableView.swift; sourceTree = "<group>"; };
15+
46C0F0341C68AC90004BE1B3 /* ZLSwipeableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZLSwipeableView.swift; sourceTree = SOURCE_ROOT; };
16+
46C0F0361C68ACA1004BE1B3 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = SOURCE_ROOT; };
1717
/* End PBXFileReference section */
1818

1919
/* Begin PBXFrameworksBuildPhase section */
@@ -46,8 +46,8 @@
4646
460B72531B76D3E600BB5ED8 /* ZLSwipeableViewSwift */ = {
4747
isa = PBXGroup;
4848
children = (
49-
460B725C1B76D42600BB5ED8 /* ZLSwipeableView.swift */,
50-
460B72561B76D3E600BB5ED8 /* Info.plist */,
49+
46C0F0341C68AC90004BE1B3 /* ZLSwipeableView.swift */,
50+
46C0F0361C68ACA1004BE1B3 /* Info.plist */,
5151
);
5252
path = ZLSwipeableViewSwift;
5353
sourceTree = "<group>";
@@ -89,7 +89,7 @@
8989
460B72481B76D3E600BB5ED8 /* Project object */ = {
9090
isa = PBXProject;
9191
attributes = {
92-
LastSwiftUpdateCheck = 0700;
92+
LastSwiftUpdateCheck = 0720;
9393
LastUpgradeCheck = 0700;
9494
ORGANIZATIONNAME = "Andrew Breckenridge";
9595
TargetAttributes = {
@@ -130,7 +130,7 @@
130130
isa = PBXSourcesBuildPhase;
131131
buildActionMask = 2147483647;
132132
files = (
133-
460B725D1B76D42600BB5ED8 /* ZLSwipeableView.swift in Sources */,
133+
46C0F0351C68AC90004BE1B3 /* ZLSwipeableView.swift in Sources */,
134134
);
135135
runOnlyForDeploymentPostprocessing = 0;
136136
};
@@ -234,7 +234,7 @@
234234
DYLIB_COMPATIBILITY_VERSION = 1;
235235
DYLIB_CURRENT_VERSION = 1;
236236
DYLIB_INSTALL_NAME_BASE = "@rpath";
237-
INFOPLIST_FILE = ZLSwipeableViewSwift/Info.plist;
237+
INFOPLIST_FILE = Info.plist;
238238
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
239239
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
240240
PRODUCT_BUNDLE_IDENTIFIER = tfw.ZLSwipeableViewSwift;
@@ -252,7 +252,7 @@
252252
DYLIB_COMPATIBILITY_VERSION = 1;
253253
DYLIB_CURRENT_VERSION = 1;
254254
DYLIB_INSTALL_NAME_BASE = "@rpath";
255-
INFOPLIST_FILE = ZLSwipeableViewSwift/Info.plist;
255+
INFOPLIST_FILE = Info.plist;
256256
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
257257
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
258258
PRODUCT_BUNDLE_IDENTIFIER = tfw.ZLSwipeableViewSwift;

0 commit comments

Comments
 (0)