Giter VIP home page Giter VIP logo

loremipsum's People

Contributors

ben-ole avatar jaderfeijo avatar lukaskubanek avatar slaunchaman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

loremipsum's Issues

Way to generate identical string from a repeated invocation of string generation methods

It would be helpful if there was a way to temporarily "lock" LoremIpsum into returning the same strings for all of the invocations of string generation methods. This would be very useful for places where strings are used from multiple locations in code or repeated invocations of a method to populate an interface.

For example, table header / footer contents are queried multiple times expecting the same result, but you have to create variables for this to work with LoremIpsum currently:

- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section
{
    static NSString *title;
    if (!title) {
        title = [LoremIpsum paragraph];
    }
    return title;
}

Update iOS deployment target to 10.0 for Xcode 14.2+ Compatibility

Issue Description

When compiling a project with Xcode 14.2+ that includes LoremIpsum as Pod, an error occurs indicating that the SDK does not contain 'libarclite' at the specified path. This issue arises due to the current ios.deployment_target set to '8.0' in the library's podspec.

s.ios.deployment_target = '8.0'

Proposed Solution

I've found that increasing the ios.deployment_target to '10.0' resolves this issue. This change ensures compatibility with Xcode 14.2+ and newer iOS versions, while still supporting a reasonably broad range of devices.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.