File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
ios/BinaryClock.xcodeproj Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # Sat, 16 Aug 2025 23:10:46 -0700
1+ # Sun, 17 Aug 2025 20:09:40 -0700
22# Project-wide Gradle settings.
33
44# IDE (e.g. Android Studio) users:
@@ -39,5 +39,5 @@ newArchEnabled=true
3939# If set to false, you will be using JSC instead.
4040hermesEnabled =true
4141
42- VERSION_CODE =93
43- VERSION_NAME =1.3.1
42+ VERSION_CODE =95
43+ VERSION_NAME =1.3.2
Original file line number Diff line number Diff line change 270270 CODE_SIGN_ENTITLEMENTS = BinaryClock/BinaryClock.entitlements;
271271 CODE_SIGN_IDENTITY = "Apple Development";
272272 CODE_SIGN_STYLE = Automatic;
273- CURRENT_PROJECT_VERSION = 126 ;
273+ CURRENT_PROJECT_VERSION = 128 ;
274274 DEVELOPMENT_TEAM = XLMP575759;
275275 ENABLE_BITCODE = NO;
276276 INFOPLIST_FILE = BinaryClock/Info.plist;
281281 "$(inherited)",
282282 "@executable_path/Frameworks",
283283 );
284- MARKETING_VERSION = 1.3.1 ;
284+ MARKETING_VERSION = 1.3.2 ;
285285 OTHER_LDFLAGS = (
286286 "$(inherited)",
287287 "-ObjC",
306306 CODE_SIGN_IDENTITY = "Apple Development";
307307 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
308308 CODE_SIGN_STYLE = Manual;
309- CURRENT_PROJECT_VERSION = 126 ;
309+ CURRENT_PROJECT_VERSION = 128 ;
310310 DEVELOPMENT_TEAM = XLMP575759;
311311 "DEVELOPMENT_TEAM[sdk=iphoneos*]" = XLMP575759;
312312 INFOPLIST_FILE = BinaryClock/Info.plist;
317317 "$(inherited)",
318318 "@executable_path/Frameworks",
319319 );
320- MARKETING_VERSION = 1.3.1 ;
320+ MARKETING_VERSION = 1.3.2 ;
321321 OTHER_LDFLAGS = (
322322 "$(inherited)",
323323 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " BinaryClock" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "env" : " npx dotenv-cli -e ./fastlane/.env" ,
You can’t perform that action at this time.
0 commit comments