Skip to content

Commit

Permalink
Fixed problem with verification. See #10
Browse files Browse the repository at this point in the history
User reported problem with "Unlicensed modules(s) detected". This has
been fixed. Module also built with current stable release of Titanium
(2.1.1.GA). Closes gh-10
  • Loading branch information
ChrisRM committed Aug 21, 2012
1 parent d368344 commit 3b91074
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
17 changes: 16 additions & 1 deletion .gitignore
@@ -1,2 +1,17 @@
# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
Presentation/*
.DS_Store
build/
Binary file added ag.calendar-iphone-1.2.3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion example/app.js
Expand Up @@ -7,7 +7,7 @@
Titanium.Calendar = Ti.Calendar = require('ag.calendar');

// Set EventKit as our datasource
Ti.Calendar.dataSource("coredata");
Ti.Calendar.dataSource("eventkit");

// Create a window to hold our calendar
var window = Ti.UI.createWindow({
Expand Down
6 changes: 3 additions & 3 deletions manifest
Expand Up @@ -2,16 +2,16 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.2.2
version: 1.2.3
description: Module for showing a monthly calendar in your application
author: Chris Magnussen
license: Apache 2.0
copyright: Copyright (c) 2011 by Appgutta, DA
copyright: Copyright (c) 2012 by Appgutta, DA


# these should not be edited
name: agcalendar
moduleid: ag.calendar
guid: 261E4925-4BE0-4E88-801D-3D34FBE8FD7A
platform: iphone
minsdk: 1.8.0
minsdk: 2.1.1.GA
2 changes: 1 addition & 1 deletion titanium.xcconfig
Expand Up @@ -4,7 +4,7 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 2.0.1.GA2
TITANIUM_SDK_VERSION = 2.1.1.GA


//
Expand Down

0 comments on commit 3b91074

Please sign in to comment.