Skip to content

Commit

Permalink
change module name to make it work, who knows why the prior version d…
Browse files Browse the repository at this point in the history
…id not work
  • Loading branch information
Paul Colton committed Mar 3, 2014
1 parent 891ffe1 commit b1d0d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PixateFreestyle/Classes/ComPixateFreestyleModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ -(id)moduleGUID
// this is generated for your module, please do not change it
-(NSString*)moduleId
{
return @"com.pixate.pixatefreestyle";
return @"com.pixate.freestyle";
}

#pragma Pixate enums
Expand Down
2 changes: 1 addition & 1 deletion PixateFreestyle/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ copyright: (c) 2012-Present Pixate, Inc. - All Rights Reserved

# these should not be edited
name: PixateFreestyle
moduleid: com.pixate.pixatefreestyle
moduleid: com.pixate.freestyle
guid: 006304b0-0607-4bca-b328-911e6fe81915
platform: iphone
minsdk: 3.0.0.GA

0 comments on commit b1d0d91

Please sign in to comment.