Skip to content

Commit

Permalink
Update project.pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
loay-ashraf committed Oct 12, 2023
1 parent 36f9188 commit a1bdc28
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Examples/iOS/iOS Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
C63EEB392AD7BE61003A64CA /* CoreExample.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C63EEB372AD7BE61003A64CA /* CoreExample.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
C63EEB3B2AD7C046003A64CA /* RxNetworkKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C63EEB3A2AD7C046003A64CA /* RxNetworkKit.framework */; };
C63EEB3C2AD7C046003A64CA /* RxNetworkKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C63EEB3A2AD7C046003A64CA /* RxNetworkKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
C63EEB4E2AD7C4F9003A64CA /* RxSwift in Frameworks */ = {isa = PBXBuildFile; productRef = C63EEB4D2AD7C4F9003A64CA /* RxSwift */; };
C63EEB502AD7C4FF003A64CA /* RxCocoa in Frameworks */ = {isa = PBXBuildFile; productRef = C63EEB4F2AD7C4FF003A64CA /* RxCocoa */; };
DD59F1300712C00933636CC2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D82BA0503FE7CC526E5586A /* SceneDelegate.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -59,8 +57,6 @@
files = (
C63EEB3B2AD7C046003A64CA /* RxNetworkKit.framework in Frameworks */,
C63EEB382AD7BE61003A64CA /* CoreExample.framework in Frameworks */,
C63EEB502AD7C4FF003A64CA /* RxCocoa in Frameworks */,
C63EEB4E2AD7C4F9003A64CA /* RxSwift in Frameworks */,
1A78320FA3392498E8F9EA82 /* RxDataSources in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -152,8 +148,6 @@
name = "iOS Example";
packageProductDependencies = (
819F858F2F093441234733F7 /* RxDataSources */,
C63EEB4D2AD7C4F9003A64CA /* RxSwift */,
C63EEB4F2AD7C4FF003A64CA /* RxCocoa */,
);
productName = RxNetworkKitExample;
productReference = C69B8C042AD60477006DAA47 /* iOS Example.app */;
Expand Down Expand Up @@ -485,16 +479,6 @@
package = 1380ADB47BEE21E098AC60ED /* XCRemoteSwiftPackageReference "RxDataSources" */;
productName = RxDataSources;
};
C63EEB4D2AD7C4F9003A64CA /* RxSwift */ = {
isa = XCSwiftPackageProductDependency;
package = C63EEAE62AD7A2B9003A64CA /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxSwift;
};
C63EEB4F2AD7C4FF003A64CA /* RxCocoa */ = {
isa = XCSwiftPackageProductDependency;
package = C63EEAE62AD7A2B9003A64CA /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxCocoa;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 8FDDFD68FFEB45324727C0BA /* Project object */;
Expand Down

0 comments on commit a1bdc28

Please sign in to comment.