Skip to content

[Objc] Basic Core data support [Optional]#2965

Closed
mateuszmackowiak wants to merge 48 commits intoswagger-api:masterfrom
mateuszmackowiak:objc/core_data
Closed

[Objc] Basic Core data support [Optional]#2965
mateuszmackowiak wants to merge 48 commits intoswagger-api:masterfrom
mateuszmackowiak:objc/core_data

Conversation

@mateuszmackowiak
Copy link
Copy Markdown
Contributor

Basic CoreData support:

  • Generates entities NSManagedObject
  • Generates basic xcdatamodel
  • Generates converter class from NSManagedObject to basic object and back

Change is non breaking

wing328 added 8 commits May 26, 2016 15:05
[Swift] change swift directory structure
update package.json and fix webpack.html
…wagger-codegen into zlx-feature/ruby_enum_support2

Conflicts:
	samples/client/petstore/ruby/README.md
	samples/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb
	samples/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
	samples/client/petstore/ruby/lib/petstore/models/read_only_first.rb
instantiationTypes.put("map", "NSMutableDictionary");

cliOptions.clear();
cliOptions.add(new CliOption(CORE_DATA, "Should generate core data models").defaultValue("n"));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

for consistency with other cli options, shall we use "true", "false" instead?

@wing328
Copy link
Copy Markdown
Contributor

wing328 commented May 28, 2016

I'll cherry-pick the commits related to CoreData

@wing328
Copy link
Copy Markdown
Contributor

wing328 commented May 30, 2016

Close via #2988

@wing328 wing328 closed this May 30, 2016
@mateuszmackowiak mateuszmackowiak deleted the objc/core_data branch June 16, 2016 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants