Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

[App/Ruby] Get information of user’s projects/targets. #161

Merged
merged 1 commit into from
Jan 1, 2016

Conversation

alloy
Copy link
Member

@alloy alloy commented Jan 1, 2016

2016-01-01 21:09:43.481 CocoaPods[18232:13545945] INFO: {
    "pod_targets" =     {
        "Pods-Artsy" =         (
            AFNetworking,
            AFOAuth1Client,
            AFNetworkActivityLogger,
            SDWebImage,
            ALPValidator,
            ARGenericTableViewController,
            CocoaLumberjack,
            FLKAutoLayout,
            FXBlurView,
            iRate,
            ISO8601DateFormatter,
            JLRoutes,
            JSBadgeView,
            JSDecoupledAppDelegate,
            Mantle,
            MMMarkdown,
            NPKeyboardLayoutGuide,
            ReactiveCocoa,
            UICKeyChainStore,
            ARTiledImageView,
            ARCollectionViewMasonryLayout,
            ORStackView,
            "UIView+BooleanAnimations",
            NAMapKit,
            "UIAlertView+Blocks",
            KSDeferred,
            MultiDelegate,
            ObjectiveSugar,
            InterAppCommunication,
            "Artsy-UIButtons",
            "Artsy+UIColors",
            "Artsy+UILabels",
            "Artsy+OSSUIFonts",
            FBSDKCoreKit,
            FBSDKLoginKit,
            Analytics,
            "ARAnalytics/Segmentio",
            "ARAnalytics/HockeyApp",
            "ARAnalytics/Adjust",
            "ARAnalytics/DSL",
            DHCShakeNotifier,
            ORKeyboardReactingApplication,
            VCRURLConnection,
            ARASCIISwizzle,
            DRKonamiCode
        );
        "Pods-Artsy Tests" =         (
            FBSnapshotTestCase,
            "Expecta+Snapshots",
            OHHTTPStubs,
            "XCTest+OHHTTPStubSuiteCleanUp",
            Specta,
            Expecta,
            OCMock
        );
    };
    projects =     {
        "/Users/eloy/Code/Artsy/eigen/Artsy.xcodeproj" =         {
            targets =             {
                Artsy =                 {
                    "info_plist" = "Artsy/App_Resources/Artsy-Info.plist";
                    platform = "iOS 8.0";
                    "pod_targets" =                     (
                        "Pods-Artsy"
                    );
                    type = "com.apple.product-type.application";
                };
                "Artsy Tests" =                 {
                    "info_plist" = "Artsy_Tests/Supporting_files/Artsy_Tests-Info.plist";
                    platform = "iOS 8.0";
                    "pod_targets" =                     (
                        "Pods-Artsy Tests"
                    );
                    type = "com.apple.product-type.bundle.unit-test";
                };
            };
        };
    };
}

@alloy
Copy link
Member Author

alloy commented Jan 1, 2016

Be sure to remove this block to where you really need it: https://github.com/CocoaPods/CocoaPods-app/pull/161/files#diff-270e44c27d4e1265062942557a9c5066R78

@alloy
Copy link
Member Author

alloy commented Jan 1, 2016

@orta PS this PR is set to merge into your branch.


installed_dependencies.each do |installed_dependency|
execute '/usr/bin/libtool', '-static', '-o', installed_libruby_path, installed_libruby_path, installed_dependency
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this all to get xcodeproj working?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly yeah.

@orta
Copy link
Member

orta commented Jan 1, 2016

F.A.B.

orta added a commit that referenced this pull request Jan 1, 2016
[App/Ruby] Get information of user’s projects/targets.
@orta orta merged commit 57e5038 into project_info Jan 1, 2016
@segiddins segiddins deleted the alloy-project_info branch January 2, 2016 13:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants